@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 微软雅黑, iconfont !important;
}

body {
    font: 14px 微软雅黑, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}


sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {

}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.index_t {
    text-align: center;
    line-height: 35px;
    padding: 10px 0 30px 0;
}

.index_t div {
    font-size: 35px;
    color: #cccccc;
}

.index_t h2 {
    font-size: 30px;
    color: #333333;
}
/*neiyexiugai*/
.mianbaoxie {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 30px;
    background: #f4f4f4;
}
.mianbaoxie .warpper {
    padding-left: 20px;
    position: relative;
}
.warpper {
    width: 1280px;
    margin: 0 auto;
}
.mianbaoxie .warpper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: #003b94;
}
.pro-type {
    margin-bottom: 40px;
    text-align: center;
}
.pro-type a {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    color: #1b1b1b;
    background: #eeeeee;
    padding:0 22px;
    border-radius: 30px;
    margin-right: 3px;
}
.in-company-left {
    width: 800px;
}
.in-company-left .fir {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: 700;
}
.line_1 {
    width: 32px;
    height: 3px;
    background: #003b94;
    margin-top: 12px;
}
.des {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    text-align: justify;
    margin: 19px 0 0 0;
}
.in-company .in-company-right {
    width: 423px;
}
.in-company-right img {
    max-width: 100%;
}
.pcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcon .pcon-list {
    width: 48%;
    padding: 25px;
    background: #f7f7f7;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 16px;
}
.mobile_1 {
    margin-bottom: 25px;
    background: url(/static/web/img/c-phone.png) no-repeat left center;
}
.pcon-list-item {
    padding-left: 55px;
}
.fir {
    font-size: 20px;
    color: #333;
}
.sec {
    font-size: 14px;
    color: #666;
}
.address {
    background: url(/static/web/img/c-address.png) no-repeat left center;
}
.imgbox {
    float: left;
    width: 130px;
}
.imgbox img {
    width: 100%;
}
.text_11 {
    float: left;
    margin-left: 20px;
    margin-top: 38px;
}
.pro-type a:hover {
    background: #003b94;
    color: #fff;
}
.sort_news_right {
    text-align: center;
}
.news-inner-top-list {
    float: left;
    width: 410px;
    margin-right: 24px;
    margin-bottom: 10px;
}
.news-inner-top-list:nth-child(3n) {
    margin-right: 0;
}
.imgbox_2 {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.pic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.time1_1 {
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    padding: 10px 0;
    color: #fff;
    background: #fb7d18;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-top-list:hover .imgbox_2 .time1_1 {
    top: 5px;
    box-shadow: 0px 0px 5px #333;
}
.time1_1 span {
    display: block;
    color: #fff;
}
.time1_1 span:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
}
.time1_1 span:nth-child(2) {
    font-size: 14px;
}
.text_2 {
    padding: 20px 15px;
    border: 1px solid #eee;
    text-align: left;
}
.title_2 {
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
}
.des_2 {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 5px;
}
.news-inner-top-list:hover .text_2 .title_2 {
    color: #003b94;
}
.news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.h31 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.bb {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail {
    padding: 0 12px 20px;
    line-height: 30px;
}
.newsPage {
    font-size: 14px;
    color: #323232;
    line-height: 30px;
    margin: 15px 0 0;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    position: relative;
}
.newsPage a {
    color: #323232;
}
.img_3 {
    border: 1px solid #ddd;
    padding: 5px;
}

.img_3 img {
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}


/*服务*/
.evnbabaeaw {
    width: 1200px;
    margin:0 auto;
}
.vjbvnbae1 {
    margin: 30px auto;
}
.euvuavava {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1b5eac;
}

.uuxnvaa {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.eciva {
    width: 150px;
    height: 2px;
    background-color: #1b5eac;
    margin-left: auto;
    margin-right: auto;
}
.h3s {
    color: #333;
    font-size: 18px;
    background: url(/static/web/img/cpicon1.png)no-repeat left 2px;
    padding-left: 40px;
    margin-bottom: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.h3s a {
    font-size: 18px;
}
.qucuvnvaw {
    width: 260px;
    float: left;
    background-color: #1b5eac;
    padding: 5px;
    box-sizing: border-box;
}

.qychva {
    width: 890px;
    float: right;
}

.eucubvvaea {
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
}

.euvvaa {
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.eicivnvaea {
    padding: 10px 15px 15px 15px;
}

.qucuvbava {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 12px 5px;
    box-sizing: border-box;
}

.qucuvbava ul li {
    background-color: #eaeaea;
    margin:0 0 12px 0;
    height: 40px;
    background-image: url(/static/web/img/zk.png);
    background-repeat: no-repeat;
    background-position: 190px center;
}

.qucuvbava ul li a {
    padding-left: 20px;
    line-height: 40px;
    font-size: 15px;
}

.sseicivnvaea {
    width: 100%;
    background-image: url(/static/web/img/about.jpg);
    height: 683px;
    background-position: center center;
    margin-top: 40px;
}

.wcivnvaeawx {
    width: 1200px;
    margin:0 auto;
}

.qcuvinvaa {
    width: 600px;
    float: right;
    height: 300px;
}

.vjbvnbae {
    padding: 40px 0;
}

.qcuvinvaa {
    width: 630px;
    float: right;
    height: 372px;
    padding-top: 50px;
}

.eicivnvaeaw {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 25px;
}

.awxquc {
    font-size: 15px;
    line-height: 32px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.eucvnvvaea {
    width: 123px;
    height: 45px;
    background-color: #2346a2;
    margin: 10px auto 0;
}

.eucvnvvaea a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    display: block;
    width: 100%;
}

.eucjvnava {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.ecivnvvae {
    background-color: #1b5eac;
    color: #fff;
    width: 130px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
}

.ecivnvvae {
    height: 43px;
    float: left;
}

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

.saweicivnvaea>ul>li:nth-child(2n-1) {
    float: left;
    width: 580px;
}

.saweicivnvaea>ul>li:nth-child(2n) {
    float: right;
    width: 580px;
}

.wuchbvavae {
    width: 580px;
    background-color: #eaeaea;
    height: 43px;
}

.euvvnvaa a {
    float: right;
    background-image: url(/static/web/img/sanjiao.png);
    padding-right: 15px;
    background-position: center right;
    line-height: 43px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.ejcnva ul li {
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 15px;
}

.ejcnva ul li span {
    float: right;
}

.euvinbava {
    margin-top: 40px;
}

.eucuvbvavae {
    width: 100%;
    height: 120px;
    background-color: #2346a2;
    margin-top: 40px;
}

.weicivnvaea {
    width: 1200px;
    margin-right: auto;
    margin-right: auto;
}

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

.eucuvnavaeaw {
    width: 800px;
    float: left;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    font-size: 22px;
    line-height: 40px;
}

.qiimva {
    width: 155px;
    height: 50px;
    float: right;
    background-color: #ffffff;
    margin-top: 35px;
}

.qiimva a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #2346a2;
}
.r {
    float: right;
}
.product_xia_right_top {
    padding-left: 27px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ddd;
    margin-bottom: 22px;
}
.haom {
    color: #333;
    font-size: 16px;
    margin: 10px;
}
.haom span{
color: #c81500;
    font-weight: bold;
    font-size: 31px;
    display: block;
    line-height: 43px;
}.product_xia_right_top p {
    width: 30%;
    font-size: 24px;
    padding-left: 40px;
    background: url(/static/web/img/jiantou2.png) no-repeat left center;
    color: #353535;
}
.l {
    float: left;
}

.product_right {
    width: 905px;
    float: right;
}
.product_right ul li:nth-child(3n) {
    margin-right: 0;
}
.product_right ul li {
    float: left;
    width: 286px;
    border: 1px solid #ddd;
    margin:0px 20px 20px 0px;
}

.product_right ul li:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.product_right ul li b {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.product_right ul li a img {
    max-width: 100%;
    height: 220px;
    display: block;
    margin:0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.product_right ul li img:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.product_right ul li span {
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.product_right ul li span a {
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product_xia_right_top p {
    width: 30%;
    font-size: 24px;
    padding-left: 40px;
    background: url(/static/web/img/jiantou2.png) no-repeat left center;
    color: #353535;
}
.l {
    float: left;
}


/*留言*/
.box_03 {
    width: 100%;
    height: 460px;
    background: url(/static/web/img/ly_back.jpg) center bottom no-repeat;
    overflow: hidden;
    margin-top: 40px;
}
.box_03 .center {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}
.box_03 .center .txt {
    width: 590px;
    height: 460px;
    float: left;
    color: #fff;
}
.box_03 .center .txt h4 {
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    margin-top: 95px;
    color: #fff;
}
.box_03 .center .txt .back {
    width: 550px;
    height: 60px;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    font-size: 18px;
    color: #1b5eac;
    line-height: 30px;
}
.box_03 .center .txt h5 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 35px;
    color: #fff;
}
.box_03 .center .txt .tel {
    width: 590px;
    height: 51px;
    margin-top: 30px;
    position: relative;
    padding-left: 65px;
}
.box_03 .center .txt .tel::before {
    content: '';
    width: 51px;
    height: 51px;
    background: url(/static/web/img/tel01.png);
    position: absolute;
    top: 0;
    left: 0;
    animation: msClock 1.2s linear infinite;
}
.box_03 .center .txt .tel p:nth-of-type(1) {
    font-size: 16px;
    line-height: 16px;
}
.box_03 .center .txt .tel p:nth-of-type(2) {
    font-size: 30px;
    line-height: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.box_03 .ly {
    width: 510px;
    padding: 0 25px;
    height: 458px;
    background: #fff;
    float: right;
    border-top: solid 2px #1b5eac;
}
.box_03 .ly h4 {
    font-size: 30px;
    line-height: 38px;
    color: #1b5eac;
    font-weight: bold;
    margin-top: 50px;
}
.box_03 .ly h5 {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}
.box_03 .ly .form {
    width: 510px;
    height: 245px;
    margin: 35px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.box_03 .ly .form p:nth-of-type(1) {
    position: absolute;
    top: 0px;
    left: 0;
}
.box_03 .ly .form p:nth-of-type(2) {
    position: absolute;
    top: 0px;
    right: 0;
}
.box_03 .ly .form p:nth-of-type(3) {
    width: 510px;
    height: 100px;
    position: absolute;
    top: 70px;
    left: 0;
}
p.ly input {
    width: 434px!important;
    height: 100px!important;
}
button.submitd {
    color: #fff;
    text-align: center;
    display: block;
    width: 140px;
    line-height: 40px;
    background: #1b5eac;
    font-size: 15px;
}
.box_03 .ly .form p {
    width: 250px;
    height: 50px;
    overflow: hidden;
    background: #eee;
}
.box_03 .ly .form p:nth-of-type(1) input {
    background: url(/static/web/img/name.png) 9px center no-repeat rgba(0,0,0,0);
}
.box_03 .ly .form p:nth-of-type(2) input {
    background: url(/static/web/img/phone.png) 9px center no-repeat rgba(0,0,0,0);
}
.box_03 .ly .form textarea {
    width: 455px;
    height: 95px;
    line-height: 25px;
    padding: 5px 10px 0 45px;
    font-size: 14px;
    color: #333;
    background: url(/static/web/img/liuyan.png) 9px 10px no-repeat rgba(0,0,0,0);
    box-sizing: content-box;
}
.box_03 .ly .form input {
    display: inline-block;
    width: 205px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding-left: 45px;
    box-sizing: content-box;
    background: #eee;
}
.box_03 .ly .form .tj {
    width: 140px;
    height: 40px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #1b5eac;
    z-index: 0
}

.box_03 .ly .form .tj .btn {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 !important;
    cursor: pointer;
}

.box_03 .ly .form .tj::before {
    content: '';
    width: 140px;
    height: 0px;
    background: #262626;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box_03 .ly .form .tj:hover::before {
    content: '';
    width: 140px;
    height: 40px;
    background: #262626;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box_03 .ly .form .click {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 150px;
    overflow: hidden;
    background: #ba0f0f;
    z-index: 0
}

.box_03 .ly .form .click::before {
    content: '';
    width: 140px;
    height: 0px;
    background: #262626;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box_03 .ly .form .click:hover::before {
    content: '';
    width: 140px;
    height: 40px;
    background: #262626;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*ys*/
#content {
    width: 1200px;
    margin: 0 auto;
}
#youshi1_top {
    background: url(/static/web/img/tit02.png) no-repeat top center;
    margin: 22px auto;
    height: 125px;
}
#youshi1 {
    width:100%;
    margin:0 auto;
    margin-top:55px;
}
#youshi1 ul li {
    width: 20.6%;
    margin: 20px 2.5% 20px 0;
    float: left;
    position: relative;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    border-radius: 10px;
    height: 160px;
    padding: 120px 15px 15px 15px;
}
#youshi1 ul li img {
    position:absolute;
    top:-100px;
    left:33px;
}
#youshi1 ul li h3 {
    color:#5c5c5c;
    font-size:22px;
    font-weight:bold;
}
#youshi1 ul li strong {
    color:#0456ba;
    font-size:24px;
    line-height:60px;
}
#youshi1 ul li p {
    color:#666;
    font-size:15px;
    padding:10px 20px 0 20px;
}
#youshi1 ul li:nth-child(4){
    margin-right: 0;
}
#chanp {
    width: 1200px;
    margin: 0 auto;
}
.tabcon1 {
    width: 1200px !important;
    border-top: none;
    clear: both;
    padding-top: 40px;
}
.cpnr_z {
    width: 520px;
    height: 441px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.cpnr_z.ying3 img {
    width: 520px;
    height: 441px;
}
.cpnr_y.ying3 img {
    max-width: 100%;
    height: 196px;
    display: block;
    margin: 0 auto;
}
.cpnr_y {
    width: 305px;
    float: left;
    height: 198px;
    margin-bottom: 22px;
    margin-right: 18px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 5px;
}
/*底部*/
.f_link {
    width: 1280px;
    margin: 0 auto;
    font: 14px/30px 微软雅黑;
    color: #fff;
}
.f_link a{
    color: #fff;
}
.footer {
    background: #35363a;
    overflow: hidden;
    padding-bottom: 20px;
}
.dblo {
    width: 310px;
    margin-top: 40px;
}
.footer_zhong {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
}
.lainx {
    margin-top: 17px;
}
li.lxfs strong {
    font-size: 26px;
    font-weight: bold;
    color: #cda26a;
        line-height: 37px;
}
li.lxfs p{
    color: #cda26a;
    font-size: 15px;
}

li.lxfs p {
    color: #cda26a;
    font-size: 15px;
    line-height: 37px;
}

li.lxfs h3 {
    font-size: 36px;
    font-weight: bold;
    color: #cda26a;
}
.dbfuwu {
    width: 800px;
    text-align: center;
    border-left: 1px solid #5a5a5a;
}
.dblxfs p {
    color: #fff;
    text-align: left;
    line-height: 32px;
    font-size: 15px;
    padding-left: 40px;
}
.dblxfs {
    margin-top: 8px;
}
.am-fl img {
    width: 120px;
    height: 120px;
}
ul.dbdhs li {
    float: left;
    width: 109px;
}
.dbfuwu ul li a{
    font-size: 16px;
    color: #fff;
        line-height: 37px;
}

.box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.lainx li.ewm {
    float: left;
    width: 320px;
}
.lainx li.ewm img{
    width: 180px;
    hyphens: 180px;
}

.footer_zhong li.dierge {

}

.footer_zhong li.gengkuan {
    width: 330px;
    border-left: solid 1px #4d4d4d;
    padding-left: 50px;
}

.footer_zhong li a:nth-child(n+15) {
    display: none;
}

.footer_zhong li.erweima {
    width: 260px;
    float: right;
    background: url(/static/web/img/98.png)left no-repeat;
    height: 196px;
}

li.erweima img {
    width: 100px;
    float: right;
    margin: 30px 56px;
}

.dibu {
    border-top: solid 1px #4d4d4d;
    line-height: 55px;
    text-align: center;
    color: #cdcdcd;
}
.dbs {
    width: 1200px;
    margin: 0 auto;
}

.dibu a {
    color: #cdcdcd;
}


/*新增*/
.remen h1 {
    display: inline-block;
    font-weight: bold;
}
.pr {
    position: relative;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.only h2 {
    text-align: center;
    padding-top: 40px;
}
.only h2 span {
    font: bold 32px/40px "Microsoft YaHei";
    color: #333;
}
.only h2 span, .only h2 em, .only h2 strong {
    display: block;
}
.only h2 em {
    font: 22px/40px "Microsoft YaHei";
    color: #6e6e6e;
}
.only h2 strong {
    width: 35px;
    height: 1px;
    background: #222;
    margin: 6px auto 0;
}
.tab01 {
    padding-top: 30px;
}
.tab01 li:nth-child(6) {
    margin-right: 0;
}
.tab01 li {
    float: left;
    width: 200px;
    text-align: center;
}
.tab01 li span, .tab01 li em {
    display: block;
}
.tab01 li em {
    font: 17px/28px "Microsoft YaHei";
    color: #333333;
    padding-top: 15px;
}
.only p {
    width: 324px;
    height: 55px;
    padding-left: 43px;
    background: url(/static/web/img/only08.png) no-repeat center;
    margin: 35px auto 0;
}
.only p em {
    font: bold 16px/55px "Microsoft YaHei";
    color: #1d1d1d;
}
/*xinzengyoushi*/
.assure {
    background: #f4f4f4;
    margin: 40px auto;
    padding-bottom: 40px;
}
.hz02 {
    width: 468px;
    padding-top: 30px;
}
.hz03 {
    width: 692px;
    padding-top: 30px;
}
.ddl01 dt {
    height: 230px;
}
.ddl01 dt img {
    width: 468px;
    height: 230px;
}
.ddl01 dd {
    height: 127px;
    padding: 30px 50px 0 39px;
    background: #fff;
}

.ddl01 dd span {
    width: 310px;
    font: bold 26px "Microsoft YaHei";
    color: #333;
}
.ddl01 dd em {
    display: block;
    font: 16px/28px "Microsoft YaHei";
    color: #333;
    padding-top: 10px;
}
.ddl02 {
    padding-top: 23px;
}
.ddl02 dt {
    height: 145px;
}
.ddl02 dt img {
	width:468px;
	height:145px;
}
.ddl02 dd {
	height:125px;
	padding:30px 50px 0 39px;
	background:#fff;
}

.ddl02 dd span {
	width:310px;
	font:bold 26px "Microsoft YaHei";
	color:#333333;
}
.ddl02 dd em {
	display:block;
	font:16px/28px "Microsoft YaHei";
	color:#777777;
	padding-top:10px;
}
.ddl03,.ddl03 dt {
	height:251px;
}
.ddl03 dt img {
	width:328px;
	height:251px;
}
.ddl03 dd {
	width:304px;
	height:200px;
	padding:51px 30px 0;
	background:#fff;
}

.ddl03 dd span {
	width:240px;
	font:bold 26px "Microsoft YaHei";
	color:#333333;
}
.ddl03 dd em {
	display:block;
	font:16px/28px "Microsoft YaHei";
	color:#777777;
	padding-top:10px;
}
.ddl04 {
	padding-top:23px;
}
.ddl04 dt {
	height:234px;
}
.ddl04 dt img {
	width:692px;
	height:234px;
}
.ddl04 dd {
	height:146px;
	padding:56px 55px 0 29px;
	background:#fff;
}

.ddl04 dd span {
	width:540px;
	font:bold 26px "Microsoft YaHei";
	color:#333333;
}
.ddl04 dd em {
	display:block;
	font:16px/28px "Microsoft YaHei";
	color:#777777;
	padding-top:10px;
}
.ddl01 dd:hover,.ddl02 dd:hover,.ddl03 dd:hover,.ddl04 dd:hover {
	background:#003b94;
}
.ddl01 dd:hover span,.ddl02 dd:hover span,.ddl03 dd:hover span,.ddl04 dd:hover span {
	color:#fff;
}
.ddl01 dd:hover em,.ddl02 dd:hover em,.ddl03 dd:hover em,.ddl04 dd:hover em {
	color:#fff;
}
.assure h5 {
    width: 550px;
    margin: 0 auto;
    padding-top: 35px;
}
.assure h5 span {
    width: 360px;
}
.assure h5 strong {
    font: 18px/40px "Microsoft YaHei";
    color: #333333;
}
.assure h5 em {
    font: bold 28px/40px "Arial";
    color: #333333;
}
.assure h5 a {
    width: 149px;
    height: 40px;
    background: url(/static/web/img/map03.png) no-repeat center;
    font: 16px/40px "Microsoft YaHei";
    color: #fff;
    text-align: center;
    margin-left: 10px;
}
/*about us*/
#in_about {
    position: relative;
    height: 400px;
}
.in_about_img {
    margin-left: 30px;
    background: url(/static/web/img/box01.png) top center no-repeat;
    height: 400px;
    width: 282px;
    overflow: hidden;
    padding-left: 22px;
}
.in_about_img img {
    width: 259px;
    height: 375px;
    overflow: hidden;
    position: absolute;
}
#in_about #in_about_tt {
    background: url(/static/web/img/about_tt.jpg) no-repeat;
    width: 210px;
    height: 125px;
    overflow: hidden;
    color: #FFF;
    position: absolute;
    left: 231px;
    top: 125px;
    text-align: center;
    line-height: 50px;
    padding-top: 25px;
}
.about_tt_ch {
    font-size: 32px;
}
.about_tt_en {
    font-size: 30px;
}
#in_about #in_about_more {
    width: 97px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top: #ebebeb solid 7px;
    border-right: #ebebeb solid 7px;
    position: absolute;
    left: 311px;
    top: 88px;
}
#in_about_more a {
    color: #003b94;
    font-size: 14px;
}
.in_about_txt {
    height: 275px;
    width: 730px;
    overflow: hidden;
}
.in_about_txt_tt {
    font-size: 26px;
    color: #003b94;
    background: url(/static/web/img/tic01.jpg) 2px center no-repeat;
    padding-left: 22px;
    line-height: 56px;
    font-weight: bold;
}
.contentjs {
    line-height: 30px;
    font-size: 15px;
}
/*xzxinwen*/
.index_news {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
.index_news::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    left: 0;
    z-index: -1;
    top: 145px;
}
.in_news_title {
    margin-bottom: 20px;
}
.in_news_title span.active {
    background: #003b94;
    color: #fff;
}
.in_news_title span {
    width: 140px;
    height: 40px;
    margin-right: 15px;
    display: inline-block;
    background: #eee;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    transition: .3s;
    color: #999999;
}
.in_news_list.active {
    display: block;
}
.in_news_list ul li {
    width: 380px;
    float: left;
}
.in_news_date {
    font-size: 18px;
    color: #666666;
}
.in_news_list span {
    width: 10px;
    height: 10px;
    position: relative;
    z-index: 1;
    background: #999999;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px 5px #c5c5c5;
    margin: 15px 0 15px 8px;
    transition: .5s;
}
.in_news_list ul li:hover span {
    background: #FE4E12;
    box-shadow: 0 0 10px 5px #fe9673;
}
.in_news_list ul li:hover h5 a {
    color: #FE4E12;
}
.in_news_list h5 a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 20px;
}
.in_news_list p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}
.in_news_img {
    width: 100%;
    overflow: hidden;
}
.in_news_img img {
    height: 230px;
    width: 100%;
}
.in_news_list ul li:nth-child(2){
    margin: 0 30px;
}
/*xzdibu*/
.out-foot {
    background: #003b94;
    height: 165px;
    overflow: hidden;
}
.foot {
    width: 1280px;
    margin: 0 auto;
    height: 105px;
    padding-top: 35px;
}
.foot1 span {
    color: #fff;
}
.f2 img {
    float: left;
    width: 108px;
    height: 108px;
    display: block;
}

.sydblx p {
    color: #fff;
    display: inline-block;
    margin-right: 18px;
    font-size: 15px;
}

.sydblx {
    margin: 5px 0 10px 0;
}
.f2 {
    background: #fff;
    padding: 8px;
    margin-top: -13px;
}



/*广告*/
.ggbg img {
    width: 100%;
}

.liuyan {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/*top*/
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.top a {
    line-height: 35px;
}

/*热门关键词*/
.main-keywords {
    background: #efefef;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main-keywords h1 {
    width: 1280px;
    margin: 0 auto;
    background: #e6e6e6;
    padding: 0 10px;
}

.main-keywords h1:before {
    content: '热门关键词: ';
}

.product-classifies {
    margin: 20px auto;
    height: 40px;
}

.product-classifies li {
    float: left;
    height: 40px;
    width: 100px;
    margin-right: 10px;
}

.product-classifies li a {
    display: block;
    height: 40px;
    color: #333;
    border: 1px solid #cecece;
    line-height: 40px;
    text-align: center;
}

/*head&nav*/
.tbs {
    color: #fff;
}
.remen {
    color: #333;
}
.remen h1{
    color: #333;}
    .ts a {
    color: #fff;
}
.toubu {
    background: url(/static/web/img/tb.jpg)center no-repeat;
}
.head {
    height: 100px;
}

.head .logo {
    padding-top: 14px;
}

.head .tel {
    padding-top: 10px;
}

.nav {
    font-size: 0;
    background-size: 100%;
}

.nav .breadcrumbnav {
}

.nav .breadcrumbnav>li {
    display: inline-block;
    text-align: center;
    width:113px;
    line-height: 93px;
    position: relative;
}

.nav .breadcrumbnav li a {
    font-size: 18px;
    color: #333;
}

.nav .breadcrumbnav li:hover {
    background: #005aa1;
}

.nav .breadcrumbnav li:hover a {
    color:#fff;
}

.nav .breadcrumbnav .nav_list {
       position: absolute;
    left: -34px;
    right: 0;
    top: 100px;
    background: #005aa1;
    display: none;
    z-index: 9999;
    line-height: 40px !important;
    width: 186px;
}

.nav .breadcrumbnav .nav_list li{
    line-height: 40px !important;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 14px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}

/*banner*/

.banner {
    width: 100%;
    height: 667px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.banner_img {
    width: 100%;
    height:667px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_img li {
    width: 100%;
    height: 667px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.banner_list {
    height: 50px;
    bottom: 0px;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
}

.banner_list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #555;
    float: left;
    margin: 0 5px;
}

.banner_list .spcss {
    border: 3px solid yellowgreen;
}

.banner_left {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    left: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_left:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_right {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    right: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_right:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_left img {
    margin-top: 22px;
}

.banner_right img {
    margin-top: 22px;
}

.c-biaoyu {
    overflow: hidden;
}

.c-biaoyu li {
    width: 25%;
    float: left;
    text-align: center;
    height: 170px;
    position: relative;
    display: table;
    background: #fff;
    overflow: hidden;
}

.c-biaoyu li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    height: 80px;
    width: 1px;
    background: #eee;
}

.c-biaoyu li:last-of-type:after {
    width: 0;
}

.c-biaoyu li .c-tit {
    transition: 0.5s all;
    width: 100%;
    overflow: hidden;
}

.c-biaoyu li .c-tit h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 36px;
}

.c-biaoyu li .c-tit p {
    color: #888888;
    line-height: 24px;
    font-size: 15px;
}

.c-biaoyu li img {
    width: 100%;
    ;
    height: 100%;
    transition: 0.5s all;
    display: none;
}

.c-biaoyu li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #959595;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 15px;
    transition: 0.5s all;
}

.c-biaoyu li .c-box {
    vertical-align: middle;
    display: table-cell;
}

.c-biaoyu li:hover span {
    width: 48px;
    height: 48px;
    background: #fff;
}

.c-biaoyu li:hover img {
    display: inline-block;
}

/*产品*/
.c-product {
    padding: 35px 0 45px;
    background: #f6f6f6;
}
.c-h2 {
    position: relative;
    text-align: center;
}
.c-h2 h2 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.c-h2 p {
    color: #333;
    padding: 20px 0;
    font-size:15px;
}
.c-h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 112px;
    height: 5px;
    margin-left: -56px;
    background: #2d51a8;
    z-index: 10;
}
.productfl {
    margin: 30px auto;
    text-align: center;
}

.productfl a {
        width: 254px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    transition: 0.5s all;
    float:left;
    border: 1px solid #eee;
    background: #fff;
}
.productfl a:hover {
    background: #005aa1;
    color: #fff;
}
.c-product ul li:nth-child(4n) {
    margin-right: 0;
}
.c-product ul li {
    width: 300px;
    height: 240px;
    background: #fff;
    float: left;
    position: relative;
    border: #e2e2e2 1px solid;
    margin:0 24px 20px 0;
}
.c-product ul li em {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.c-product ul li em img {
    max-width: 100%;
    height: 200px;
    display: block;
    margin:0 auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.c-product ul li em img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.c-product ul li h4 {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.c-product ul li:hover {
    border: #0073cb 1px solid;
}

.c-product ul li:hover h4 {

}

/*优势*/
.c-reason {
    padding-top: 60px;
    background: #fff;
}

.c-reason .c-h2 img {
    margin: 0 8px;
    margin-top: -30px;
    vertical-align: middle;
    width: 93px;
    height: 93px;
    background: #fff;
}

.c-reason .c-box {
    min-height: 710px;
    width: 100%;
    background: #fff url(/static/web/img/bg1.jpg) no-repeat center top / cover;
    margin-top: 35px;
    
}

.c-reason .c-box .c-l {
float: left;
    width: 320px;
    height: 580px;
    padding-top: 130px;
    padding-left: 18px;
    background: #005aa1;
    color: #fff;
}

.c-reason .c-box .c-l h2 {
        font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.c-reason .c-box .c-l h3 {
    font-size: 26px;
    margin-bottom: 80px;
    color: #fff;
}

.c-reason .c-box .c-l p {
    font-size: 18px;
    line-height: 36px;
}

.c-reason .c-box .c-l span {
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.c-reason .c-box .c-l a {
display: block;
    width: 264px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 130px;
    font-size: 16px;
    padding: 13px;
}

.c-reason .c-box .c-l a:hover {
    background: #fff;
    color: #2d51a8;
}

.c-reason .c-box .c-r {
    width:936px;
    float: right;
    margin-top: 100px;
    position: relative;
}

.c-reason .c-box .c-r .c-reason-top {
     margin: 0 7%;
    padding-left: 45px;
}

.c-reason .c-box .c-r .box {
    background: #fff;
    width: 580px;
    height: 355px;
    padding: 0 10%;
    overflow: hidden;
    margin: 0 auto;
}

.c-reason .c-box .c-r .box h2 {
    font-size: 45px;
    color: #2d51a8;
    font-weight: bold;
    margin-top: 55px;
}

.c-reason .c-box .c-r .box p {
    font-size: 24px;
    position: relative;
    line-height: 48px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.c-reason .c-box .c-r .box p:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #eeeeee;
}
.c-reason .c-box .c-r .box p strong {
    font-weight: normal;
}
.c-reason .c-box .c-r .box li {
    line-height: 40px;
    font-size: 16px;
}

.c-reason .c-box .c-r .box li img {
    vertical-align: -4px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.c-reason .c-box .c-r .swiper-button-next1 {
    width: 50px;
    height: 102px;
    background: url(/static/web/img/right1.png) no-repeat center top / cover;
    right: 0;
    top: 144px;
    position: absolute;

    z-index: 10;
}

.c-reason .c-box .c-r .swiper-button-prev1 {
    width: 50px;
    height: 102px;
    background: url(/static/web/img/left1.png) no-repeat center top / cover;
    left: 4%;
    position: absolute;
    top: 50%;
    margin-top: -160px;
    z-index: 10;
}

.c-reason .c-box .c-r .c-reason-thumbs {
    margin-top: 118px;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide {
    background: #f6f6f6;
    height: 126px;
    cursor: pointer;
    text-align: center;
    line-height: 126px;
    position: relative;
    margin-top: 11px;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-img {
    width: 62px;
    height: 62px;
    background: url(/static/web/img/icon8.png);
    display: inline-block;
    vertical-align: middle;
     
    margin: 34px 0 20px 31px;
    float: left;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit h2 {
    font-size: 24px;
    margin-bottom: 3px;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit h3 {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:before {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    width: 1px;
    height: 54px;
    background: #dcdcdc;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:last-of-type:after {
    width: 0;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active {
    background: #005aa1;
    position: relative;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active:after {
    position: absolute;
    content: "";
    top: -11px;
    left: 50%;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #005aa1;
    border-left: 6px solid transparent;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-tit h2 {
    color: #fff;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-tit h3 {
    color: #fff;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-img {
    background: url(/static/web/img/icon9.png);
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active:after {
    width: 0;
}

.c-anli {
    width: 100%;
    min-height: 837px;
    background: url(/static/web/img/bg2.jpg) no-repeat center top / cover;
    overflow: hidden;
    padding-top: 68px;
}

/*我们*/
.c-h21 {
    position: relative;
    text-align: center;
}
.c-jieshao {
    background: #fff url(/static/web/img/bg3.png) no-repeat center 35px;
    text-align: center;
    padding: 55px 0 35px 0;
    position: relative;
}

.c-jieshao .c-fix {
    position: absolute;
    width: 162px;
    height: 140px;
    top: -17px;
    right: 50%;
    margin-right: -500px;
    background: url(/static/web/img/img4.png);
    padding-left: 9px;
    color: #fff;
    text-align: center;
}

.c-jieshao .c-fix h3 {
    font-size: 24px;
    margin-top: 46px;
    margin-bottom: 8px;
}

.c-jieshao .c-fix h4 {
    font-size: 19px;
}

.c-jieshao h2 {
    font-size: 36px;
    font-weight: bold;
}

.c-jieshao h5{
    display: block;
    width: 38px;
    height: 8px;
    background: #2d51a8;
    margin: 33px auto;
}

.c-h211 {
    width: 1126px;
    margin: 20px auto;
    line-height: 32px;
    font-size: 16px;
}

.c-jieshao ul {
    padding: 40px 0;
    text-align: center;
}

.c-jieshao li {
    display: inline-block;
    vertical-align: top;
    margin: 0 55px;
    color: #3e3e3f;
}

.c-jieshao li .c-b {
    font-size: 18px;
}

.c-jieshao li .c-b em {
    font-size: 48px;
}

.c-jieshao .swiper-container {
    width: calc(100% - 200px);
    margin: 0 100px;
}

.c-jieshao .swiper-container .swiper-slide {
    opacity: .35;
}

.c-jieshao .swiper-container .swiper-slide img {
    width: auto;
    height: auto;
}

.c-jieshao .swiper-container .swiper-slide-active {
    opacity: 1;
}

.c-jieshao .swiper-button-next {
    width: 48px;
    height: 91px;
    background: #2d51a8 url(/static/web/img/right3.png);
    right: 275px;
    z-index: 10;
    transition: 0.5s all;
}

.c-jieshao .swiper-button-prev {
    width: 48px;
    height: 91px;
    background: #2d51a8 url(/static/web/img/left3.png);
    left: 275px;
    z-index: 10;
    transition: 0.5s all;
}

.c-jieshao .swiper-button-next:hover {
    background: #e1c262 url(/static/web/img/right3.png);
}

.c-jieshao .swiper-button-prev:hover {
    background: #e1c262 url(/static/web/img/left3.png);
}

/*新闻*/
.c-new {
    width: 1280px;
    margin: 0 auto 40px;
}
.c-new .c-new-l {
    width: 69%;
    position: relative;
    float: left;
}
.c-new .c-new-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 10;
    width: calc(50% - 30px);
}
.c-new .c-new-thumbs .swiper-slide1 {
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all;
}
.c-new .c-new-top .c-l {
    float: left;
    width: calc(50% - 30px);
}
.c-new .c-new-top .c-img {
    margin-top: 64px;
    height: 282px;
    width: 386px;
}

.c-new .c-new-r {
    float: right;
    width: calc(35% - 110px);
}
.c-new .c-new-top .c-time {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #666;
}
.c-new .c-new-top h2 {
    font-size: 18px;
    margin-bottom: 18px;
    transition: 0.5s all;
}
.c-new .c-new-top p {
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	height: 56px;
	overflow: hidden;
}

.c-new .c-new-top li:hover h2 {
	color: #2d51a8;
}

.c-new .c-new-top li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.c-new .c-new-top .c-r {
    float: right;
    width: calc(50% - 30px);
}

.c-new .c-new-r h2 {
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: bold;
}

.c-new .c-new-r span {
    display: block;
    width: 38px;
    height: 8px;
    background: #e1c262;
    margin-bottom: 45px;
}

.c-new .c-new-r h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.c-new .c-new-r p {
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	margin-bottom: 128px;
}

.c-new .c-new-r a {
	display: block;
	width: 210px;
	height: 56px;
	border-radius: 28px;
	background: #2d51a8;
	text-align: center;
	line-height: 56px;
	color: #fff;
}

.c-new .c-new-r a:hover {
	background: #e1c262;
}

/*联系*/
.c-lianxi {
    background: #005aa1;
    padding: 65px 110px;
}

.c-lianxi .c-t {
    overflow: hidden;
    color: #fff;
    margin-bottom: 24px;
}

.c-lianxi .c-t .c-l {
    float: left;
}

.c-lianxi .c-t h2 {
    font-size: 35px;
    margin-bottom: 18px;
    color: #fff;
}
.c-lianxi .c-t .c-l p {
    font-size: 15px;
}
.c-lianxi .c-t .c-r {
    float: right;
    font-size: 20px;
    margin-top: 44px;
}

.c-lianxi .c-t .c-r span {
    font-size: 34px;
    font-weight: bold;
}

.c-lianxi .c-b {
    overflow: hidden;
}

.c-lianxi .c-b input {
    margin-right: 11px;
    height: 58px;
    padding: 0 22px;
    display: block;
    float: left;
    font-size: 15px;
}

.c-lianxi .c-b .name {
    width:292px;
}

.c-lianxi .c-b .phone {
    width: calc(26% - 11px);
}
.c-b form button.submit {
    background: #e1c262;
    width: 194px;
    display: block;
    line-height: 58px;
    font-size: 16px;
}

.c-lianxi .c-b .liuyan {
    width: calc(32% - 11px);
}

.c-lianxi .c-b a {
    display: block;
    width: 16%;
    float: right;
    height: 58px;
    background: #e1c262;
    text-align: center;
    line-height: 58px;
    color: #fff;
}

.c-lianxi .c-b a img {
    vertical-align: -4px;
    margin-left: 20px;
    width: auto;
    height: auto;
}



/*about*/
.about_bg {
    padding: 40px 0 20px 0;
}

.about_bg .fl img {
    width: 560px;
}

.about_bg .fr {
    width: 680px;
}

.about_bg .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about_bg .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about_bg .fr p {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
    line-height: 35px;
}

/*优势*/
.youshi {
    font-size: 0;
    text-align: center;
    padding: 40px 0;
}

.youshi ul li {
    float: left;
    width: 25%;
}

.youshi ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}

.youshi ul li p {
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
    line-height: 25px;
    padding: 0 60px;
}

/*产品展示*/
.product_bg {

}

.pro_show {
   margin:30px auto 0;
}

.pro_show_n li p {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    display: block;
}

.pro_show_n li {
    width: 386px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_show_n li:nth-child(3n) {
    margin-right: 0;
}

.pro_show_n li a {
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #999;
}

.pro_show_n li a.picshow1 {
    width: 262px;
    height: 213px;
    overflow: hidden;
    display: block;
}
.pro_show_n li:nth-child(3n) {
    margin-right: 0;
}

.img_1 {
    border: 1px solid #ddd;
    padding: 5px;
}

.pro_show_n li h4:hover {
    background: #fb7d18;
}
.img_1 img {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 230px;
}

.pro_show_n li h4 {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    background: #003b94;
}



/*案例*/
.case_bg {
    padding: 60px 0 20px 0;
    font-size: 0;
}

.case_bg .index_t {
    text-align: left;
    padding-top: 0;
}

.case_bg .case_l {
    width: 615px;
}

.case_bg .case_r {
    width: 610px;
}

.case_bg .case_l ul li {
    margin-bottom: 40px;
}

.case_bg .case_l ul li .fl {
    width: 100px;
    -webkit-text-stroke: 1px #b8b8b8;
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
}

.case_bg .case_l ul li .fr {
    width: 460px;
}

.case_bg .case_l ul li .fr h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}

.case_bg .case_l ul li .fr p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    font-weight: lighter;
}

.case_bg .case_r img {
    width: 100%;
}

.case_com {
    background: #39a5ea;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    text-align: center;
    padding: 40px 0;
}


/*新闻*/
.new_bg {
    padding: 40px 0 20px 0;
}

.new_bg ul li {
    float: left;
    width: 410px;
    margin-right: 25px;
}

.new_bg ul li:nth-child(3n) {
    margin-right: 0;
}

.new_bg ul li img {
    width: 100%;
    height: 250px;
}

.new_bg ul li h2 {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
}

.new_bg ul li p {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
}

.new_bg ul li div {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
    padding-top: 30px;
}

/*首页留言*/
.index_message {
    background: #39a5ea;
    height: 320px;
    margin-bottom: 220px;
}

.index_message .index_t h2 {
    color: #fff;
}

.index_message .form-group {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 150px;
}

.index_message .form-group:nth-child(3n) {
    margin-right: 0;
}

.index_message form {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #ebebeb;
    margin-bottom: 80px;
}

.index_message p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index_message span {
    color: red;
    padding-right: 5px;
}

.index_message .form-group input {
    width: 300px;
    line-height: 40px;
    height: 40px;
    background: #eeeeee;
    text-indent: 10px;
}

.index_message .form-group textarea {
    width: 800px;
    background: #eeeeee;
    height: 80px;
    line-height: 25px;
    text-indent: 10px;
}

.index_message .submit {
    float: right !important;
    width: 185px !important;
}

.index_message .submit button {
    background: #39a5ea;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 45px;
    margin-top: 30px;
}

.index_message .submit div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
}


/*footer*/
footer {
    background: #040d12;
    padding: 40px 0;
}

footer .fl {
    margin-top: 40px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 30px;
}

footer .foot_l {
    width: 465px;
}

footer .foot_l div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

footer .foot_l div p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

footer .foot_l .wx {
    position: relative;
    margin-right: 10px;
}

footer .foot_l .wx > img {
    display: none;
    position: absolute;
    width: 150px;
    bottom: 80px;
}

footer .foot_l .wx:hover > img {
    display: block;
}

footer .foot_m {
    width: 575px;
}

footer .foot_m div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
    padding-right: 200px;
}

footer .foot_r {
    width: 240px;
}

footer .foot_r div ul li a {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

/*company*/
.company {
    margin-bottom: 30px;
}

.sort_list {

}

.sort_list .sort_list_l {
    width: 340px;
}

.sort_list .sort_list_l .index_t {
    text-align: right;
    background: url(/static/web/img/fenlei.png) no-repeat;
    background-size: 65px;
    background-position: 50px 20px;
}

.sort_list .sort_list_l .index_t div {
    font-size: 32px;
    margin-bottom: 10px;
}

.sort_list .sort_list_l .index_t h2 {
    font-size: 26px;
}

.sort_list .sort_list_l ul {
    background: #efefef;
}

.sort_list .sort_list_l ul li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}

.sort_list .sort_list_l ul li:hover a {
    background: #003b94;
    color: #fff;
}

.sort_list_l_phone {
    background: #fc8e11;
    padding: 20px 15px;
}

.sort_list_l_phone .fl {
    width: 58px;
}

.sort_list_l_phone .fr {

}

.sort_list_l_phone div {
    color: #fff;
    font-size: 16px;
}

.sort_list_l_phone p {
    font-weight: bold;
    font-size: 26px;
}

.sort_list_r {
    width: 950px;
    padding-top: 15px;
}

.breadcrumb {
 
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:after {
    content: '>';
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    font-size: 15px;
    color: #666;
}

.page_content {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    padding: 1% 1%;
}

/*留言*/
.message_form .form_group {
    line-height: 40px;
    margin-bottom: 20px;
    vertical-align: top;
}

.message_form .form_group input {
    line-height: 40px;
    border: 1px solid #999;
    width: 400px;
    border-radius: 5px;
}

.message_form .form_group textarea {
    width: 400px;
    border: 1px solid #999;
    line-height: 30px;
    border-radius: 5px;
}

/*分页*/
.sort_news_right .sort_news_list .pagination {
    text-align: center;
}

.sort_news_right .sort_news_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_news_right .sort_news_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item span {
    font-size: 16px;
}

.sort_product_right .sort_product_list .pagination {
    text-align: center;
}

.sort_product_right .sort_product_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_product_right .sort_product_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item span {
    font-size: 16px;
}

.sort_case_right .sort_case_list .pagination {
    text-align: center;
}

.sort_case_right .sort_case_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_case_right .sort_case_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item span {
    font-size: 16px;
}

/*上一条-下一条*/
.liu_d {
    margin-top: 40px;
}

.liu_d a {
    padding: 5px 20px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.liu_d a:hover {
    background: #39a5ea;
    color: #fff;
}

/*sort_news*/
.sort_news_list {

}

.sort_news_list .sort_news_left {
    width: 380px;
}

.sort_news_list .sort_news_left .index_t {
    text-align: right;
}

.sort_news_list .sort_news_left .index_t div {
    font-size: 48px;
}

.sort_news_list .sort_news_left .index_t h2 {
    font-size: 30px;
}

.sort_news_list .sort_news_left ul {
    background: #efefef;
}

.sort_news_list .sort_news_left ul li a {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_news_list .sort_news_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_news_right form {
    margin-bottom: 30px;
}

.sort_news_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_news_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_news_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_news_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_news_right form > input {
    line-height: 40px;
    background: url(/static/web/img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_news_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #005aa1;
    border-radius: 5px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li {
    float: left;
    margin-right: 25px;
    width: 240px;
    padding: 10px;
    margin: 20px 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:hover {
    background: #efefef;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a h2 {
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #bfbfbf;
    font-weight: lighter;
    padding-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a span {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a p {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    line-height: 30px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a div {
    text-align: right;
    color: #333;
    font-weight: lighter;
    margin: 10px 0;
}


/*info_news*/
.info_news_right h2 {
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
    margin-bottom: 20px;
}

.info_news_right span {
    color: #999;
    font-weight: lighter;
}

.info_news_content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*info_product*/
.info_product_right h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}

.info_product_right span {
    color: #666;
    font-weight: lighter;
}

.sort_product_list {

}

.sort_product_list .sort_product_left {
    width: 300px;
}

.sort_product_list .sort_product_left .index_t {
    text-align: right;
    background: url(/static/web/img/fenlei.png) no-repeat;
    background-size: 65px;
    background-position: 50px 20px;

}

.sort_product_list .sort_product_left .index_t div {
    font-size: 30px;
}

.sort_product_list .sort_product_left .index_t h2 {
    font-size: 30px;
}

.sort_product_list .sort_product_left ul {
    background: #efefef;
}

.sort_product_list .sort_product_left ul li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}

.sort_product_list .sort_product_left ul li:hover a {
    background: #003b94;
    color: #fff;
}

#product_info_img {
    width: 738px;

    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/*大图片*/
#product_info_img .pic {
    width: 738px;
    height: 430px;
    position: relative;
}

#product_info_img .pic ul li {
    list-style: none;
    width: 738px;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#product_info_img .pic ul li.first {
    display: block;
}

#product_info_img .pic ul li img {
    width: 100%;
}

/*按钮*/
#product_info_img .but {
    width: 104px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
}

#product_info_img .but ul li {
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}

#product_info_img .but ul li.first {
    background-color: red;
}

/*图片导航*/
#product_info_img .picnav {
    width: 625px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -312px;
}

#product_info_img .picnav ul li {
    list-style: none;
    width: 115px;
    height: 75px;
    float: left;
    margin: 5px;
}

#product_info_img .picnav ul li.first {
    border-bottom: 4px solid red;
}

#product_info_img .picnav ul li img {
    width: 115px;
    height: 70px;
}


/*sort_product*/
.sort_product_right {

}

.sort_product_right form {
    margin-bottom: 30px;
}

.sort_product_right .form_shaixuan input {
    /*opacity: 0;*/
    /*position: absolute;*/
}

.sort_product_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_product_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_product_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_product_right form > input {
    line-height: 40px;
    background: url(/static/web/img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_product_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_product_right .sort_product_list .sort_product_list_ul {
    font-size: 0;
    margin-bottom: 20px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li {
    float: left;
    margin-right: 25px;
    width: 301px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li img {
    width: 100%;
}

.sort_product_right .sort_product_list .sort_product_list_ul li h4 {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover {
    background: #f48a12;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover h4 {
    color: #fff;
}


/*sort_case*/
.sort_case_list {
    margin-top: 40px;
}

.sort_case_right form {
    margin-bottom: 30px;
}

.sort_case_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_case_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_case_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_case_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_case_right form > input {
    line-height: 40px;
    background: url(/static/web/img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_case_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_case_right .sort_case_list .sort_case_list_ul {
    font-size: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li {
    float: left;
    margin-right: 25px;
    width: 300px;
    padding: 10px;
    margin: 20px 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li img {
    width: 100%;
}

.sort_case_right .sort_case_list .sort_case_list_ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover {
    background: #39a5ea;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover h4 {
    color: #fff;
}

.link_info {
    margin-top: 20px;
}

.link_info li {
    display: inline-block;
    padding: 3px;
    margin: 2px 5px;
}

/*友情链接*/
.blogroll {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.blogroll-center {
    width: 1280px;
    margin: 0 auto;
}
/*新增liuyan*/
.lxcon-form {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 25px;
}
.lxcon-form .inputbox input {
    float: left;
    width: 46%;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 20px;
    color: #888;
    font-size: 14px;
    outline: none;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxcon-form .inputbox input:nth-child(2n) {
    margin-right: 0;
}
.lxcon-form .submit {
    margin: 0 auto;
    display: block;
    width: 438px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    background: #fb7d18;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}


.marqueeleft {
        height: 280px;
    overflow: hidden;
    margin-top: 25px;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin: 0 15px;
    display: inline;
    height: 250px;
    overflow: hidden;
}

.marqueeleft li img {
    width: 284px;
    height: 200px;
}

.marqueeleft li h4 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 284px;
    overflow: hidden;
    font-size: 16px;
}

.c-img img{
	width: 100%;
	height: 100%;
}
