@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#666;
}
:-moz-placeholder {
    color:#666;
    opacity:1;
}
::-moz-placeholder {
    color:#666;
    opacity:1;
}
:-ms-input-placeholder{
    color:#666;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1184px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:82px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 13px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
    line-height: 82px;
    z-index: 9;
}
.menupc li:hover a{
    color: #fff;
    background-color: #7fcef5;
}
.menupc li a{
    display:block;
    color: #000;
    font-size: 16px;
    padding: 0px 32px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background-color: #7fcef5;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover{
    color: #fff;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current{
    color: #fff;
}
.menupc li .current:after{
    width: 100%;
}
.menupc ul {
    background-color:#fff !important;
    position:absolute;
    display:none;
    left:0;
    overflow:hidden;
    z-index:999;
    width:100%;
}
.menupc ul li {
    float:none;
    position:static;
    text-align:center;
    background:0;
    line-height:39px;
    width:100%;
    margin:0;
    background:none;
    border-bottom: 1px dashed #eee;
}
.menupc ul li:last-child{
    border-bottom: none;
}
.menupc ul li a {
    display:block;
    position:static;
    color:#000 !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:0 5px;
    background-color: #fff !important;
}
.menupc ul li a:hover {
    background-color: #7fcef5 !important;
    color:#fff !important;
}
.menupc ul li .current {
    background-color: #7fcef5 !important;
    color:#fff !important;
}
.menupc .subnav {
    display:block;
}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #f1f1f1;
    opacity: 1;
    outline: none;
    margin: 0px 9px;
    border-radius: 180px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #7fcef5;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer3{
    background-color: #404040;
    padding: 20px 0;
    overflow: hidden;
    text-align: center ;
}
.footer3 p{
    text-align: center;
    line-height: 24px;
    color: #a7a7a7;
}
.footer3 p a{
    color: #a7a7a7;
}
.footer3 p a:hover{
    color: #7fcef5;
}
.footer2{
    background-color: #191919;
    overflow: hidden;
    padding: 18px 0 45px 0;
}
.footer2_fl{
    float: left;
    width: 70%;
}
.footer2_fl li{
    float: left;
    width: 19%;
    text-align: center;
    padding: 0 20px;
}
.footer2_fl li:nth-child(2){
    width: 24%;
}
.footer2_fl li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer2_fl li a:after{
    content: '';
    display: block;
    width: 50%;
    margin: 5px auto;
    height: 1px;
    background-color: #7fcef5;
}
.menulist li{
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}
.menulist li:nth-child(2){
    width: 100%;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #737373;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist li a:after{
    display: none;
}
.menulist li a:hover{
    color: #7fcef5;
}
.footer2_fr{
    float: right;
    width: 25%;
}
.footer2_fr p{
    color: #737373;
    line-height: 30px;
    padding-left: 24px;
}
.footer2_fr p.faddress{
    background: url("../images/faddress.png") no-repeat left 8px;
}
.footer2_fr p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
}
.footer2_fr p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
}
.footer1{
    background-color: #191919;
    padding: 22px 0;
    overflow: hidden;
    border-bottom: 1px solid #2d2d2d;
}
.footer1 p{
    float: left;
    font-size: 18px;
    color: #fff;
    background: url("../images/link.png") no-repeat left center;
    padding-left: 21px;
    line-height: 30px;
}
.footer1 a{
    display: block;
    float: left;
    color: #717171;
    line-height: 30px;
    background: url("../images/fli.jpg") no-repeat right center;
    padding-right: 6px;
    margin-right: 6px;
}
.footer1 a:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.footer1 a:hover{
    color: #7fcef5;
}

.home-query{
    width: 100%;
    margin: 0 auto;
    background: url("../images/querybg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}
.home-query a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 420px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 20px 0;
}
.home-query a p{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}
.home-query a h3{
    font-size: 22px;
}

.home-hezuo{
    width: 100%;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.hz_title{
    margin-bottom: 30px;
    overflow: hidden;
}
.index_title_fl{
    float: left;
}
.index_title_fl p{
    float: left;
    font-size: 28px;
    color: #004986;
    line-height: 36px;
}
.index_title_fl span{
    display: inline-block;
    font-size: 16px;
    color: #a6a6a6;
    position: relative;
    padding-left: 47px;
    height: 36px;
    padding-top: 12px;
}
.index_title_fl span:before{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #dadada;
    position: absolute;
    left: 10px;
    top: 28px;
}
.hz_title_fr{
    float: right;
}
.hz_title_fr a{
    display: block;
    height: 36px;
}
.hz_title_fr a img{
    max-width: 100%;
    height: auto;
}
.he_con{

}
.he_con li{
    float: left;
    width: 16.6%;
    margin-bottom: 30px;
    padding: 0 1px;
}
.he_con li .pic{
    border: 1px solid #dfdfdf;
}
.he_con li .pic:after{
    padding-bottom: 50%;
}
.he_con li:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home-about{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.home-about:after{
    content: '';
    display: block;
    width: 100%;
    min-height: 387px;
    background: url("../images/aboutbg.jpg") no-repeat top center;
    position: absolute;
    top: 0;
    z-index: -1;
}
.home-about .container1{
    padding-top: 88px;
}
.about_con{
    background-color: #fff;
    box-shadow: 0 0 27px rgba(0,0,0,.15);
    overflow: hidden;
    margin-bottom: 60px;
}
.about_con_fl{
    float: left;
    width: 62%;
    padding: 50px 65px 45px 65px;
}
.about_con_fl1{
    overflow: hidden;
}
.about_con_fl1 p{
    font-size: 28px;
    color: #004986;
    line-height: 1;
    margin-bottom: 12px;
}
.about_con_fl1 span{
    font-size: 16px;
    color: #a6a6a6;
}
.about_con_fl2{
    margin: 15px 0 20px 0;
    color: #a1a1a1;
    line-height: 30px;
    overflow: hidden;
}
.index_more{

}
.index_more a{
    display: block;
    width: 150px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #dfdfdf;
    position: relative;
}
.index_more a:after{
    content: '';
    display: block;
    width: 0;
    height: 40px;
    background-color: #7fcef5;
    position: absolute;
    top: 0;
    transition: .5s;
}
.index_more a:hover:after{
    width: 100%;
}
.index_more a p{
    color: #a1a1a1;
    z-index: 999;
    position: relative;
}
.index_more a:hover p{
    color: #fff;
}
.about_con .tp{
    float: right;
    width: 36.5%;
}

.home-news{
    width: 100%;
    margin: 50px auto 60px auto;
    overflow: hidden;
}
.news_title{
    margin-bottom: 30px;
    overflow: hidden;
}
.news_title_fr{
    float: right;
}
.news_title_fr li{
    float: left;
    margin-left: 26px;
}
.news_title_fr li a{
    display: block;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 28px;
    padding: 0 9px;
    transition: .5s;
}
.news_title_fr li a:hover{
    color: #fff;
    background-color: #7fcef5;
}
.news_title_fr li a.current{
    color: #fff;
    background-color: #7fcef5;
}
.news_con{
    margin-bottom: 35px;
    overflow: hidden;
}
.news_con_fl{
    float: left;
    width: 45%;
}
.news_con_fl a{
    display: block;
}
.news_con_fl a .pic:after{
    padding-bottom: 74.8%;
}
.news_fl_txt{
    margin-top: 20px;
}
.news_fl_txt1{
    overflow: hidden;
    line-height: 25px;
}
.news_fl_txt1 p{
    float: left;
    width: 75%;
    font-size: 20px;
    color: #7fcef5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt1 span{
    float: right;
    font-size: 12px;
    color: #cecece;
}
.news_fl_txt2{
    margin-top: 5px;
    color: #a1a1a1;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_con_fl a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fl a:hover .news_fl_txt2 span{
    color: #7fcef5;
}
.news_con_fr{
    float: right;
    width: 50%;
}
.news_con_fr li{
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news_con_fr li:last-child{
    margin-bottom: 0;
}
.news_con_fr li a{
    display: block;
}
.news_fr_txt{
    overflow: hidden;
}
.news_fr_txt1{
    overflow: hidden;
    line-height: 25px;
}
.news_fr_txt1 p{
    float: left;
    width: 75%;
    font-size: 18px;
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fr_txt1 span{
    float: right;
    color: #a1a1a1;
}
.news_fr_txt2{
    position: relative;
}
.news_fr_txt2:after{
    content: '';
    display: block;
    width: 9px;
    height: 100%;
    background: url("../images/jt1.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.news_fr_txt2s{
    color: #a1a1a1;
    width: 80%;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.news_con_fr li a:hover .news_fr_txt2:after{
    background: url("../images/jt1_h.png") no-repeat center;
}
.news_con_fr li a:hover .news_fr_txt1 p{
    color: #7fcef5;
}
.news_con_fr li a:hover .news_fr_txt2 span{
    color: #7fcef5;
}
.home-news .index_more a{
    margin: 0 auto;
}
.home-news .index_more a:after{
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.ban_info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f7f7f7;
}
.ban_info h3{
    padding-top: 9%;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.ban_info p{
    line-height: 1;
    font-size: 25px;
    text-transform: uppercase;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.inner_nav{
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.inner_nav p{
    float: left;
    line-height: 51px;
    background-color: #004986;
    font-size: 16px;
    color: #fff;
    padding: 0 19px;
}
.inner_nav ul{
    float: left;
}
.inner_nav ul li{
    float: left;
    line-height: 51px;
    background: url("../images/ili.png") no-repeat right center;
}
.inner_nav ul li:last-child{
    background: none;
}
.inner_nav ul li a{
    display: block;
    padding: 0 22px;
    font-size: 16px;
    color: #4b4b4b;
}
.inner_nav ul li a:hover{
    background-color: #7fcef5;
    color: #fff;
}
.inner_nav ul li a.current{
    background-color: #7fcef5;
    color: #fff;
}
.inner_con{
    margin-top: 40px;
}
.inner_title{
    text-align: center;
}
.inner_title h3{
    font-size: 24px;
    color: #161616;
    line-height: 1;
}
.inner_title h3:after{
    content: '';
    display: block;
    width: 33px;
    height: 1px;
    background-color: #7fcef5;
    margin: 15px auto 25px auto;
}
.inner_con_about{
    margin-bottom: 95px;
    overflow: hidden;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
}
.inner_con_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*联系方式*/
.inner_con_contact{
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 45px 15%;
}
.icontact_fl{
    float: left;
    width: 22%;
}
.icontact_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.icontact_fl p{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #363636;
}
.icontact_fr{
    float: right;
    width: 57%;
}
.icontact_fr1{
    margin: 23px 0 15px 0;
    overflow: hidden;
}
.icontact_fr1 h3{
    font-size: 22px;
    color: #363636;
    line-height: 1;
    margin-bottom: 5px;
}
.icontact_fr1 p{
    color: #b5b5b5;
}
.icontact_fr2{
    color: #6a6a6a;
    line-height: 25px;
}

/*留言反馈*/
.inner_con_feedback{
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(10,3,5,.2);
    border-radius: 10px;
    padding: 15px 38px 30px 38px;
}
.ifeedback_t{
    overflow: hidden;
}
.ifeedback_t_fl{
    float: left;
    width: 37.5%;
}
.ily1{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.ily1 label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.ily1 input{
    width:100%;
    color:#666;
    height: 50px;
    font-size:16px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left: 80px;
    background-color: transparent;
}
.ily1 a{
    position:absolute;
    right: 0;
    top: 2px;
}
.ily1 a img{
    height: 45px;
    width: auto;
}
.ifeedback_t_fr{
    float: right;
    width: 53.5%;
}
.ily2{
    overflow:hidden;
}
.ily2 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.ily2 textarea{
    resize:none;
    font-size:16px;
    color:#666;
    width:100%;
    height: 347px;
    padding:10px;
    border: none;
    background-color: #f5f6f7;
    outline: none;
}
.tuijian{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tuijian input{
    width:140px;
    line-height:50px;
    height: 50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    border:none;
    outline:none;
    border-radius:5px;
    margin: 0px 15px;
    background-color:#7fcef5;
    transition: .5s;
}
.tuijian input:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}


/*资质许可*/
.inner_con_honor{
    margin-bottom: 40px;
    overflow: hidden;
}
.ihonor{
    margin-bottom: 25px;
    overflow: hidden;
}
.ihonor li{
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.ihonor li a{
    display: block;
}
.ihonor li a .pic{
    border: 1px solid #f0f0f0;
}
.ihonor li a .pic:after{
    padding-bottom: 131.8%;
}
.ihonor li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    margin-top: 5px;
    text-align: center;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor li a:hover .ihonor_txt{
    color: #7fcef5;
}
/*分页*/
.pagination{
    text-align:center;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pagination a:hover{
    color:#fff;
    background-color:#7fcef5;
    border: 1px solid #7fcef5;
}
.pagination a.active {
    color:#fff;
    background-color: #7fcef5;
    border: 1px solid #7fcef5;
}


/*公正性证明*/
.inner_con_state{
    margin-bottom: 40px;
    overflow: hidden;
}
.istate1{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 3.0;
}
.istate2{
    margin-top: 20px;
    overflow: hidden;
}
.istate2 li{
    padding: 15px 25px 15px 90px;
    overflow: hidden;
    line-height: 25px;
}
.istate2 li span{
    display: inline-block;
    float: left;
    font-size: 24px;
    color: #004986;
    position: relative;
}
.istate2 li span:after{
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    background-color: #004986;
    position: absolute;
    right: -6px;
    top: 14px;
}
.istate2 li p{
    /*float: left;*/
    font-size: 16px;
    color: #808080;
    padding-left: 38px;
}


/*品牌客户*/
.inner_con_customer{
    margin-bottom: 30px;
    overflow: hidden;
}
.icustomer{
    margin-bottom: 10px;
    overflow: hidden;
}
.icustomer li{
    float: left;
    width: 16.6%;
    margin-bottom: 30px;
    padding: 0 1px;
}
.icustomer li .pic{
    border: 1px solid #dfdfdf;
}
.icustomer li .pic:after{
    padding-bottom: 50%;
}
.icustomer li:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻资讯*/
.inner_con_news{
    margin-bottom: 30px;
    overflow: hidden;
}
.inews{
    margin-bottom: 15px;
    overflow: hidden;
}
.inews li{
    margin-bottom: 27px;
    overflow: hidden;
}
.inews li a{
    display: block;
}
.inews li a .pic{
    float: left;
    width: 250px;
    height: 187px;
}
.inews li a .pic:after{
    padding-bottom: 74.8%;
}
.inews_con{
    margin-left: 250px;
}
.inews_date{
    float: left;
    width: 165px;
    text-align: center;
    color: #333;
    padding-top: 45px;
}
.inews_date p{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.inews_date p:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #999;
    margin: 20px auto;
}
.inews_date span{
    font-size: 18px;
    line-height: 1;
}
.inews_txt{
    margin-left: 165px;
    border-left: 1px solid #e6e6e6;
    padding: 0 0 0 25px;
}
.inews_txt1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #919191;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 20px 0 76px 0;
}
.inews_txt3{
    color: #e3e3e3;
    text-transform: uppercase;
    background: url("../images/jt2.png") no-repeat right center;
    transition: .5s;
}
.inews li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #004986;
}
.inews li a:hover .inews_txt3{
    color: #666;
    background: url("../images/jt2_h.png") no-repeat 100px center;
}


/*新闻详情*/
.inner_con_newsshow{
    margin-bottom: 50px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:25px;
    color:#4c4c4c;
    padding:20px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#7fcef5;
}
.show_back_fr{
    float: right;
    width: 15%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #7fcef5 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*IS09001体系认证*/
.inner_con_service{
    margin-bottom: 40px;
    overflow: hidden;
}
.iservice1{
    font-size: 16px;
    color: #7b7b7b;
    line-height: 2.5;
    margin-bottom: 30px;
    overflow: hidden;
}
.iservice2{

}
.iservice2 li{
    overflow: hidden;
}
.iservice2 li:nth-child(odd){
    background-color: #7fcef5;
}
.iservice2 li:nth-child(even){
    background-color: #b2b2b2;
}
.iservice2 li:nth-child(odd) .iservice2_txt{
    float: left;
}
.iservice2 li:nth-child(even) .iservice2_txt{
    float: right;
}
.iservice2 li:nth-child(odd) .iservice2_img{
    float: right;
}
.iservice2 li:nth-child(even) .iservice2_img{
    float: left;
}
.iservice2_txt{
    width: 50%;
    color: #fff;
    text-align: center;
    position: relative;
}
.iservice2_txts{
    padding: 7% 4%;
    overflow: hidden;
}
.iservice2_txt1{
    font-size: 24px;
    line-height: 1;

}
.iservice2_txt1:after{
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    background-color: #fff;
    margin: 20px auto;
}
.iservice2_txt2{
    font-size: 16px;
    line-height: 30px;
}
.iservice2_txt3{
    position: absolute;
    right: 40px;
    bottom: -25px;
    font-size: 88px;
    color: rgba(255,255,255,.3);
    font-weight: bold;
    line-height: 0.85;
}
.iservice2_img{
    width: 50%;
}
.iservice2_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}


/*IS014001体系认证*/
.inner_con_service1{
    margin-bottom: 40px;
    overflow: hidden;
}
.iservice1_title{
    margin: 15px 0 30px 0;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.iservice1_title:before{
    content: '';
    display: block;
    width: 7px;
    height: 43px;
    background-color: #004986;
    position: absolute;
    left: 0;
    top: 0;
}
.iservice1_title p{
    font-size: 20px;
    color: #1d1d1d;
    line-height: 1;
    margin-bottom: 5px;
}
.iservice1_title span{
    color: #d5d5d5;
}


/*证书查询*/
.inner_con_query{
    margin-bottom: 40px;
    overflow: hidden;
}
.iquery1{
    background-color: #7fcef5;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    border-bottom: 2px solid #004986;
}
.iquery2{
    border: 2px solid #eee;
    border-top: none;
    padding: 60px 0 25px 0;
    overflow: hidden;
}
.cx{
    overflow: hidden;
    width: 605px;
    margin: 0 auto 35px auto;
}
.cx label{
    float: left;
    font-size: 18px;
    color: #5c5c5c;
    width: 115px;
}
.cx .cxinput1{
    float: left;
    width: 400px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #bbb;
    padding-left: 10px;
    color: #666;
}
.cx .cxinput2{
    float: right;
    width: 65px;
    height: 28px;
    line-height: 28px;
    background-color: #004986;
    color: #fff;
    text-align: center;
}
.cx .cxinput3{
    float: right;
    width: 65px;
    height: 28px;
    line-height: 26px;
    background-color: #ebebeb;
    border: 1px solid #bbb;
    color: #5c5c5c;
    text-align: center;
}


/*证书查询详情*/
.inner_con_queryshow{
    margin-bottom: 40px;
    overflow: hidden;
}
.iqueryshow1{
    background-color: #7fcef5;
    border-bottom: 2px solid #004986;
    padding: 25px 0;
    overflow: hidden;
}
.iqueryshow1 li{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 0 2px;
    width: 11.11%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iqueryshow1 li:first-child{
    width: 7%;
}
.iqueryshow1 li:last-child{
    width: 15.11%;
}
.iqueryshow2{
    border: 2px solid #eee;
    border-top: none;
}
.iqueryshow2 dl {
    border-bottom: 1px solid #eee;
}
.iqueryshow2 dl:last-child{
    border-bottom: none;
}
.iqueryshow2 dl .zp-title a{
    background: url(../images/fr.png) no-repeat right center;
}
.iqueryshow2 dl .zp-title a:hover{
    background: url(../images/frhover.png) no-repeat right center;
}
.zp-title{
    cursor: pointer;
    outline:none;
    overflow: hidden;
    transition: 0.5s;
}
.zp-title a{
    color:#333;
    display:block;
    min-height: 53px;
    line-height: 53px;
    text-align: center;
}
.zp-title li{
    float: left;
    width: 11.11%;
    font-size: 14px;
    text-align: center;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zp-title li:first-child{
    width: 7%;
}
.zp-title li:last-child{
    width: 15.11%;
}
.zp-content {
    background: #fff;
    color: #808080;
    line-height: 25px;
    overflow: hidden;
    display:none;
    border-top: 1px solid #eee;
}
.zp-info-text {
    margin:25px 40px;
}
.zp-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:10px;
}
.zp-info-text p{
    font-size:14px;
    color:#666;
    padding:0px 15px;
    line-height:30px;
}
.open .zp-content{
    display:block;
    overflow:hidden;
}
.open .zp-title a{
    background: url(../images/frhover.png) no-repeat right center;
}



/*认证证书*/
.icertificate{
    margin-bottom: 25px;
    overflow: hidden;
}
.icertificate h3{
    font-size: 20px;
    color: #333;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}
.icertificate h3:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #7fcef5;
    position: absolute;
    left: 0;
    top: 0;
}
.icertificate ul{
    display: flex;
    flex-wrap: wrap;
}
.icertificate li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
}
.icertificate li:nth-child(3n){
    margin-right: 0;
}
.icertificate li a{
    display: block;
}
.icertificate li a .pic{
    border: 1px solid #f0f0f0;
}
.icertificate li a .pic:after{
    padding-bottom: 141.25%;
}
.icertificate li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icertificate_txt{
    margin-top: 15px;
    text-align: center;
    color: #3d3d3d;
    font-size: 15px;
}
.icertificate li a:hover .icertificate_txt{
    color: #7fcef5;
}

