@charset "utf-8";
body {
    background: #fff;
}

.main_box {
    margin: 0 auto;
    width: 1200px;
}

input {
    outline: none;
}


/*===============================================header================================================*/

.header-hd {
    height: 31px;
    line-height: 31px;
    background-color: #ececec;
    color: rgba(0, 0, 0, 0.63);
    font-size: 12px;
}

.header-hd p {
    color: #000;
    font-size: 14px;
}

.header-hd a {
    color: #000;
    display: inline-block;
    padding: 0 16px;
    vertical-align: -1px;
}

.header-hd a:last-child {
    padding-right: 0;
}

.header-hd a:hover {
    color: #fff;
    background-color: #cd0505;
}

.header-hd a:last-child {
    border: none;
}

.header-bd {
    height: 90px;
}

.header-bd .w {
    height: 100%;
    position: relative;
}

.logo,
.logo a {
    height: 90px;
    max-width: 900px;
}

.logo img {
    max-height: 90px;
}

.header-tel {
    position: absolute;
    right: 0;
    color: rgba(0, 0, 0, .82);
    font-size: 12px;
    padding-left: 55px;
    margin-top: 20px;
    background: url('../image/tel.png') no-repeat left center;
}

.header-tel p {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, .8);
}

.navbar {
    height: 60px;
    line-height: 60px;
    background-color: #0088d6;
    border-bottom: 2px solid #cd0505;
}

.nav {
    display: flex;
}

.nav>li {
    flex: 1;
    position: relative;
}

.nav>li:hover ul {
    display: block;
}

.nav>li ul {
    z-index: 999;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    width: 100%;
    background-color: #0088d6;
}

.nav>li ul li a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.nav>li ul li a:hover {
    background-color: #cd0505;
}

.nav>li a {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
}

.nav>li>a:hover,
.nav li.on>a {
    background-color: #cd0505;
}


/*================= 搜索 ===================*/

.i-search {
    height: 47px;
    line-height: 47px;
    background-color: #ececec;
}

.i-search-hd a,
.i-search-hd {
    font-size: 12px;
    color: rgba(0, 0, 0, .59);
}

.search-key {
    width: 279px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #d2d2d2;
    color: rgba(0, 0, 0, .59);
    font-size: 12px;
    background-color: #fff;
    padding-left: 20px;
}

.search-button {
    width: 59px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #d2d2d2;
    border-left: none;
    background-color: #cd0505;
    font-size: 12px;
    color: #fff;
    vertical-align: -1px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0088d6;
}


/*==========================================首页=============================================*/


/*product*/

.i-product {
    padding: 67px 0;
}

.i-product-hd {
    width: 252px;
}

.i-product-hd h3 {
    height: 59px;
    color: #fff;
    text-align: center;
    line-height: 59px;
    background-color: #0088d6;
    background-image: url('../image/pro_hdbg.png');
    background-repeat: no-repeat;
    background-position: 36px center;
}

.i-producr-list {
    padding: 16px 12px;
    border: 2px solid #0088d6;
    border-top: none;
}

.i-producr-list li {
    border: 1px solid #0088d6;
    margin-bottom: 15px;
}

.i-producr-list li:last-child {
    margin-bottom: 0;
}

.i-producr-list li a {
    padding: 0 21px 0 18px;
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #0088d6;
    position: relative;
}

.i-producr-list li a:after {
    content: "+";
    font-size: 16px;
    color: #0088d6;
    width: 16px;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 5px;
    top: 0;
}

.i-producr-list li a span {
    display: block;
    float: right;
}

.i-producr-list li:hover a:after {
    color: #fff;
}

.i-producr-list li a:hover {
    color: #fff;
    background-color: #0088d6;
}

.i-product-tel {
    padding: 46px 0 17px;
    margin-top: -3px;
    color: #fff;
    background: url('../image/pro_telbg.png') no-repeat center;
}

.i-product-tel h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.i-product-tel p {
    font-size: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    background: url('../image/pro_telpbg.png') no-repeat center;
}

.i-product-bd {
    width: 920px;
}

.i-product-bd h4 {
    font-size: 24px;
    color: #0088d6;
}

.i-product-bd h4 a {
    width: 79px;
    text-align: center;
    height: 22px;
    background-color: #0088d6;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}

.i-pro-img {
    width: 222px;
    height: 225px;
    border: 5px solid #e5e5e5;
    padding: 6px 5px 5px;
    background-color: #fff;
}

.i-product-bd ul li {
    width: 222px;
    margin-right: 10px;
}

.i-product-bd ul li:hover .i-pro-img {
    border-color: #0088d6;
}

.i-product-bd ul li:nth-of-type(n+5) {
    margin-top: 31px;
}

.i-product-bd ul li:hover h5 {
    background-color: #0088d6;
    color: rgba(255, 255, 255, .65);
}

.i-product-bd ul li:nth-of-type(4n) {
    margin-right: 0;
}

.i-product-bd ul li h5 {
    margin-top: 5px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    background-color: #e5e5e5;
}


/*mid*/

.i-mid {
    height: 686px;
    width: 100%;
    background: url('../image/mid_bg.jpg') no-repeat center;
}

.i-mid .w {
    position: relative;
    height: 100%;
}

.i-mid-tel {
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 28px;
    line-height: 31px;
    right: 115px;
    bottom: 80px;
    padding-left: 47px;
    background: url('../image/mid_tel.png') no-repeat 15px top;
}

.i-mid-tel p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
}


/*superiority*/

.i-superiority {
    padding: 85px 0;
}

.i-sup-tit {
    margin-bottom: 25px;
}

.i-sup-tit h3 {
    font-size: 28px;
    color: #0088d6;
    font-weight: bold;
    line-height: 28px;
}

.i-sup-tit p {
    font-size: 12px;
    color: rgba(0, 0, 0, .53);
    background: url('../image/sup_titbg.png') no-repeat center;
}

.i-sup-tit span {
    color: #000;
    font-size: 12px;
}

.i-sup-list>li:nth-of-type(1) {
    padding: 25px 0 25px 41px;
    margin-bottom: 49px;
    box-shadow: -40px 0px 20px rgba(0, 0, 0, .1);
}

.i-sup-list>li:nth-of-type(1) .i-sup-item {
    padding-top: 40px;
}

.i-sup-list>li:nth-of-type(2) .i-sup-item {
    padding-top: 23px;
}

.i-sup-list>li:nth-of-type(3) {
    padding: 42px 0 3px 39px;
    margin-top: 34px;
    box-shadow: 30px 0px 20px rgba(0, 0, 0, .1);
}

.i-sup-list>li:nth-of-type(3) .item-bd {
    margin-right: -20px;
}

.i-sup-list .item-hd {
    width: 516px;
}

.i-sup-list .item-bd {
    max-width: 606px;
}

.i-sup-item li {
    margin-bottom: 30px;
}

.i-sup-item li .xh {
    width: 52px;
    height: 40px;
    padding: 0 3px 2px 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    background: url('../image/xh.jpg') no-repeat center;
}

.i-sup-desc {
    width: 452px;
    margin-left: 12px;
}

.i-sup-desc h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-style: italic;
}

.i-sup-desc p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.i-sup-desc p span {
    color: #cd0505;
}


/*mid2*/

.i-mid2 {
    height: 191px;
    background: url('../image/mid2_bg.jpg') no-repeat center;
}

.i-mid2 .w {
    height: 100%;
    position: relative;
}

.i-mid2-tel {
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.i-mid2-tel a {
    display: inline-block;
    width: 143px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0088d6;
    background-color: #fff;
    text-align: center;
    margin-right: 41px;
}

.i-mid2-tel p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: -4px;
}

.i-mid2-tel p span {
    font-size: 24px;
}


/*case*/

.i-case {
    padding: 62px 0 76px;
}

.i-case-tit h3 {
    font-size: 30px;
    color: #0088d6;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}

.i-case-tit h3:before {
    content: "";
    width: 325px;
    height: 1px;
    background-color: #c3c4c4;
    position: absolute;
    left: 0;
    top: 15px;
}

.i-case-tit h3:after {
    content: "";
    width: 325px;
    height: 1px;
    background-color: #c3c4c4;
    position: absolute;
    right: 0;
    top: 15px;
}

.i-case-tit p {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    font-weight: bold;
    position: relative;
}

.i-case-tit p:after {
    content: "";
    width: 70px;
    height: 4px;
    background-color: #0088d6;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 35px);
}

.i-case-con {
    overflow: hidden;
    margin-top: 50px;
}

.i-case-bd ul li {
    width: 282px;
    margin-right: 24px;
    border: 1px solid #0088d6;
}

.i-case-bd ul li:hover .i-case-desc h3 {
    color: #cd0505;
    border-color: #cd0505;
}

.i-case-bd ul li:hover .i-case-desc span {
    background-color: #cd0505;
}

.i-case-desc {
    padding: 15px 10px;
    border-top: 1px solid #0088d6;
}

.i-case-desc h3 {
    font-size: 16px;
    color: #000;
    padding-left: 8px;
    line-height: 16px;
    border-left: 5px solid #0088d6;
}

.i-case-desc p {
    padding: 0 13px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: rgba(0, 0, 0, .64);
    margin: 5px 0 18px;
}

.i-case-desc span {
    display: block;
    margin: 0 auto;
    width: 57px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    background-color: #0088d6;
}

.i-case-hd {
    margin-top: 26px;
}

.i-case-hd div {
    display: inline-block;
    width: 45px;
    height: 51px;
    margin: 0 11px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.i-case-hd div:hover {
    background-color: #0088d6;
}

.i-case-left {
    background-image: url('../image/left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.i-case-right {
    background-image: url('../image/right.png');
    background-repeat: no-repeat;
    background-position: center;
}


/*about*/

.i-about-hd {
    width: 464px;
    border: 2px solid #d2d2d2;
}

.i-about-bd {
    width: 736px;
}

.i-about-bd h2 {
    margin: 36px 0;
    font-size: 24px;
    padding-bottom: 5px;
    margin-left: 25px;
    font-weight: bold;
    color: #000;
    background: url('../image/about_titbg.png') no-repeat left bottom;
}

.i-about-bd h2 span {
    color: #ddd;
}

.i-about-con {
    background-color: #f6f5f5;
    padding: 32px 38px 28px 32px;
}

.i-about-desc {
    font-size: 12px;
    color: rgba(0, 0, 0, .73);
    line-height: 27px;
    height: 162px;
    overflow: hidden;
    font-family: '宋体';
}

.i-about-con>a {
    display: inline-block;
    width: 108px;
    height: 33px;
    line-height: 33px;
    background-color: #0088d6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    margin-right: 15px;
}

.i-about-con>a:last-child {
    background-color: #cd0505;
}


/*news*/

.i-news {
    padding: 106px 0 42px;
}

.i-news-con {
    width: 718px;
}

.box-tit {
    height: 69px;
    line-height: 69px;
    color: #fff;
    background-color: #acabab;
}

.box-tit h2 {
    display: inline-block;
    font-size: 24px;
    padding: 0 16px;
    cursor: pointer;
}

.box-tit h2:hover {
    color: #0088d6;
}

.box-tit a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 27px;
}

.i-news-bd {
    padding: 24px 0 0 18px;
}

.i-news-bd ul li {
    margin-bottom: 14px;
}

.i-news-bd ul li:hover h4 {
    color: #0088d6;
}

.i-news-img {
    width: 304px;
}

.i-news-desc {
    width: 340px;
    margin-left: 22px;
}

.i-news-desc h4 {
    font-size: 16px;
    color: #000;
    padding: 16px 0 12px;
}

.i-news-desc p {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}

.i-faq {
    width: 418px;
}

.i-faq-con ul li h3 {
    padding-left: 60px;
    font-size: 16px;
    color: #000;
    position: relative;
    line-height: 25px;
    margin-bottom: 4px;
    font-weight: normal;
}

.i-faq-con ul li h3:before {
    width: 25px;
    height: 25px;
    content: 'Q';
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #0088d6;
    position: absolute;
    left: 16px;
    top: 0;
}

.i-faq-con {
    padding: 36px 18px 0 0;
    height: 403px;
    overflow: hidden;
}

.i-faq-con ul li {
    margin-bottom: 20px;
}

.i-faq-con ul li:hover h3 {
    color: #0088d6;
}

.i-faq-con ul li p {
    padding-left: 60px;
    position: relative;
    color: #3c3c3c;
    font-size: 12px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.i-faq-con ul li p:before {
    content: 'A';
    width: 25px;
    height: 25px;
    background-color: #cd0505;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 0;
    color: #fff;
}


/*地区分站*/

.i-link {
    height: 39px;
    line-height: 39px;
    background-color: #0088d6;
    color: #fff;
}

.i-link span {
    display: inline-block;
    width: 100px;
    padding-left: 8px;
    text-align: center;
    font-size: 16px;
    background-color: #cd0505;
    margin-right: 19px;
}

.i-link a {
    font-size: 16px;
    color: #fff;
}


/*footer*/

.footer {
  	color:#fff;
    background-color: #1f1f1f;
}

.footer-nav {
    height: 68px;
    line-height: 68px;
}

.footer-nav ul {
    display: flex;
    border-bottom: 1px solid #9a9a9a;
}

.footer-nav ul li {
    float: left;
    flex: 1 1 auto;
}

.footer-nav ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #0088d6;
}

.footer-con {
    padding: 30px 0 20px;
}

.footer-hd {
    width: 162px;
    padding-right: 42px;
    background: url('../image/footer_line.jpg') no-repeat right center;
}

.footer-bd {
    width: 565px;
    padding-left: 45px;
    color: #fff;
    line-height: 28px;
}

.footer-bd a {
    color: #fff;
}

.footer-bd p {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}

.footer-desc {
    display: inline-block;
}

.code-script {
    display: inline-block;
    width: 48px;
    height: 12px;
}

.footer-ft {
    width: 216px;
}

.footer-ft img {
    width: 125px;
}

.footer-ft p {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
}


/*================= 流程 ===================*/

#s_lc {}

#s_lc .title {
    margin: 0 auto 55px auto;
}

#s_lc img {
    display: block;
    margin: 0 auto;
}


/*================= 友情链接 ===================*/


/*=======================内页==============================*/

.n_main_box {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.n_banenr {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.n_banenr h1 {
    font-size: 30px;
    color: #f36825;
    display: block;
    font-weight: bold;
    padding-top: 50px;
    text-transform: uppercase;
}

.n_banenr h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
    display: block;
}

.n_banenr strong {
    font-size: 14px;
    color: #797a7c;
    display: block;
}


/*==============当前位置=====================*/

.position {
    position: absolute;
    line-height: 30px;
    right: 0px;
    top: 0px;
    color: #8a8c8e;
    background: url(../image/icon_home.png) left center no-repeat;
    padding-left: 22px;
}

.position span,
.position a,
.position i {
    font-size: 12px;
    color: #8a8c8e;
}

.position em {
    font-size: 12px;
    color: #0088d6;
    font-style: normal;
}

.position a:hover {
    color: #0088d6;
}


/*==============n_content_left=====================*/

.n_left {
    width: 225px;
    float: left;
    overflow: hidden;
}

.n_left .title {
    padding: 23px 0;
    background: #0088d6;
    text-align: center;
}

.n_left .title span {
    display: block;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.n_left .title strong {
    display: block;
    color: #adc0df;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
}

.n_left {}

.n_left .content {
    margin-bottom: 22px;
}

.n_left .content>a {
    display: block;
    border: 1px solid #e9e9e9;
    border-top: none;
    height: 39px;
    background: url(../image/icon_left_li.png) 200px center no-repeat;
    border-bottom: none;
}

.n_left .content>a strong {
    width: 175px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 14px;
    color: #555555;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}

.n_left .content>a:hover {
    border: 1px solid #999999;
    border-top: none;
    background: url(../image/icon_left_li_on.png) 200px center no-repeat #828384;
    color: #555555;
}

.n_left .content>a:hover strong {
    font-weight: bold;
    color: #fff;
}

.n_left .content ul {
    border: 1px solid #e9e9e9;
    border-top: none;
}

.n_left .content ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
    overflow: hidden;
}

.n_left .content ul li:first-child {
    border-top: 1px solid #e9e9e9;
}

.n_left .content ul li a {
    color: #777;
    font-size: 12px;
}

.n_left .link_box a {
    display: block;
    margin-bottom: 10px;
}


/*==============n_content_right=====================*/

.n_right {
    width: 925px;
    float: right;
}

.n_title {
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
}

.n_title h1 {
    font-size: 16px;
    border-bottom: 2px solid #0088d6;
    display: inline-block;
    color: #444444;
    margin-bottom: -1px;
}


/*===荣誉奖项===*/

#n_zizhi {
    margin-top: 10px;
}

#n_zizhi ul {
    margin: -20px -11px;
}

#n_zizhi li {
    display: block;
    width: 175px;
    float: left;
    margin: 22px 11px;
    padding: 8px;
    box-shadow: 0px 0px 6px 0px #888;
}

#n_zizhi li a {
    display: block;
}

#n_zizhi li img {
    width: 175px;
    height: 120px;
}

#n_zizhi li h1 {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #6d6c72;
}

#n_zizhi li a:hover h1 {
    color: #0088d6
}


/*==============n_content=====================*/

.n_content {
    min-height: 360px;
    padding-top: 30px;
}

.n_content .ar_article {
    max-height: inherit;
}

#n_fc {}

#n_fc {
    overflow: hidden;
    margin-top: 10px;
}

#n_fc ul {
    margin: -13px;
}

#n_fc li {
    display: block;
    width: 260px;
    float: left;
    margin: 13px;
}

#n_fc li a {
    display: block;
}

#n_fc li img {
    width: 260px;
    height: 180px;
}

#n_fc li h1 {
    display: block;
    text-align: center;
    height: 36px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #616064;
}

#n_fc li a:hover h1 {
    color: #0088d6
}


/*===================首页日记================*/

#photo_list {}

#photo_list ul {
    margin: -13px;
}

#photo_list li {
    width: 290px;
    height: 230px;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    margin: 13px;
}

#photo_list li a {
    display: block;
}

#photo_list li .pic_box {
    position: relative;
    background: #000;
}

#photo_list li img {
    width: 290px;
    height: 230px;
    display: block;
}

#photo_list li .img {}

#photo_list li .icon_play {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 260px;
    background: url(../image/bnt_play.png) center no-repeat;
}

#photo_list li h1 {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 250px;
    height: 0px;
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#AA000000', endColorstr='#AA000000');
    background: rgba(0, 0, 0, 0.67);
}

#photo_list li:hover h1 {
    height: 40px;
}


/*==========================================产品列表=============================================*/

#n_case {}

#n_case ul {
    margin: -15px;
}

#n_case li {
    float: left;
    border-bottom: 3px solid #fff;
    position: relative;
    width: 290px;
    background: #ebeef2;
    display: block;
    margin: 15px 14px;
}

#n_case li a {
    display: block;
    overflow: hidden;
}

#n_case li img {
    width: 290px;
    height: 190px;
    display: block;
}

#n_case li span {
    width: 230px;
    padding: 0 20px;
    display: block;
    line-height: 55px;
    font-size: 14px;
    color: #636363;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../image/icon_left_li.png) 260px center no-repeat;
}

#n_case li:hover span {}

#n_case li:hover {
    border-bottom: 3px solid #0088d6;
}


/*==================产品中心=================*/

#n_pro {}

#n_pro {
    overflow: hidden;
    margin-top: 10px;
}

#n_pro ul {
    margin: -13px;
}

#n_pro li {
    display: block;
    border: 3px solid #fff;
    background: #f2f4f8;
    width: 285px;
    float: left;
    margin: 13px;
}

#n_pro li a {
    display: block;
}

#n_pro li img {
    width: 285px;
    height: 210px;
}

#n_pro li h1 {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#n_pro li:hover {
    background: #0088d6;
    border: 3px solid #0088d6;
}

#n_pro li:hover h1 {
    color: #fff;
}


/*===================产品详情===============*/

.n_product_show {}

.n_product_show .up_box .content {
    position: relative;
    background: #f2f4f8;
}

.n_product_show .up_box .title {
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333846;
}

.n_product_show .up_box .text_box {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 30px;
    width: 340px;
}

.n_product_show .up_box .text_box h1 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #444444;
    display: block;
    font-weight: bold;
    text-align: left;
}

.n_product_show .up_box .text_box .ar_article {
    font-size: 12px;
    height: 188px;
    overflow: hidden;
    line-height: 26px;
    color: #666;
    margin-bottom: 25px;
}

.n_product_show .up_box .text_box .ar_article p {
    font-size: 12px;
    line-height: 23px;
    color: #666;
    margin-bottom: 0px;
}

.n_product_show .up_box .un {
    padding-top: 25px;
    margin-top: 5px;
    border-top: 1px dotted #c6c7ca;
}

.n_product_show .up_box .tel_box {
    margin-bottom: 15px;
    background: url(../image/icon_pro_tel.png) left 22px no-repeat;
    padding-left: 15px;
}

.n_product_show .up_box span {
    font-size: 12px;
    color: #4a4957;
}

.n_product_show .up_box strong {
    padding-left: 10px;
    font-size: 25px;
    color: #0088d6;
}

.n_product_show .up_box .link_box .box {
    display: inline-block;
}

.ewm_box {
    cursor: pointer;
    position: relative;
}

.ewm_box .ewm {
    position: absolute;
    right: -80px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 3;
}

.ewm_box:hover .ewm {
    opacity: 1;
    filter: alpha(opacity=100);
}

.n_product_show .un_box {
    padding-top: 30px;
}

.n_product_show .un_box .title {
    height: 30px;
    line-height: 30px;
}

.n_product_show .un_box .title strong {
    background: #0088d6;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
}

.n_product_show .un_box .title span {
    display: inline-block;
    color: #2d95a2;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Arial";
}

.n_product_show .un_box .pro_ar_box {
    margin-bottom: 60px;
}

.n_product_show .un_box .pro_ar_box .content {
    border-top: 1px solid #dde0e4;
    padding: 40px 0px 20px 0px;
}

.j_photo {
    width: 100%;
    position: relative;
    margin: 0px auto;
}

.j_photo .big_box {
    width: 585px;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.j_photo .big_box ul {
    position: absolute;
    left: 0;
    top: 0;
}

.j_photo .big_box ul li {
    width: 585px;
    height: 440px;
}

.j_photo .big_box ul li img {
    width: 585px;
    height: 440px;
}

.j_photo .prev {
    float: left;
    cursor: pointer;
}

.j_photo .small_box {
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 30px;
}

.j_photo .min_pic {
    width: 848px;
    margin: 0 auto;
    position: relative;
    height: 104px;
    overflow: hidden;
}

.j_photo .min_pic ul {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: -10px;
}

.j_photo .min_pic ul li {
    width: 129px;
    height: 104px;
    position: relative;
    margin-right: 14px;
    display: inline-block;
}

.j_photo .min_pic ul li img {
    width: 129px;
    height: 97px;
    padding-top: 7px;
}

.j_photo .small_box i {
    display: none;
    height: 104px;
    width: 129px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: url(../image/mark_j_photle.png) center bottom no-repeat;
}

.j_photo .min_pic ul li.on i {
    display: block;
}

.j_photo .min_prev {
    position: absolute;
    top: 0%;
    left: 0px;
    cursor: pointer;
}

.j_photo .min_next {
    position: absolute;
    top: 0%;
    right: 0px;
    cursor: pointer;
}

.j_photo .small_box .tc_bnt {
    height: 100px;
    top: 5px;
    width: 20px;
    text-align: center;
    font-family: "SimSun";
    display: block;
    background: #d2d2d2;
    font-size: 24px;
    line-height: 100px;
    color: #fff;
}

.j_photo .small_box .tc_bnt:hover {
    background: #0088d6;
}

.j_photo .big_prev {
    position: absolute;
    top: 165px;
    left: -70px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.j_photo .big_next {
    position: absolute;
    top: 165px;
    right: -70px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.j_photo .big_box:hover .big_prev {
    left: 0px;
}

.j_photo .big_box:hover .big_next {
    right: 8px;
}

.show_pro_shlide {
    margin-top: 50px;
    background: #f2f4f8;
    padding: 40px 20px;
    position: relative;
}

.show_pro_shlide .box {
    width: 790px;
    overflow: hidden;
    margin: 0 auto;
}

.show_pro_shlide ul {}

.show_pro_shlide li {
    float: left;
    border: 1px solid #d3d7d8;
    position: relative;
    width: 248px;
    height: 190px;
    background: #f4f4f7;
    display: block;
    margin-right: 20px;
}

.show_pro_shlide li a {
    display: block;
    overflow: hidden;
}

.show_pro_shlide li img {
    width: 248px;
    height: 153px;
    display: block;
}

.show_pro_shlide li span {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 189px;
    padding: 0 20px;
    border-top: 1px solid #d3d7d8;
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #636363;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../image/icon_jt_pro.png) 230px center no-repeat;
}

.show_pro_shlide li:hover span {
    color: #fff;
    background: url(../image/icon_jt_pro_hover.png) 225px center no-repeat #2d95a2;
}

.show_pro_shlide li:hover {
    border: 1px solid rgb( 211, 215, 216);
    background-color: rgb( 242, 244, 248);
    box-shadow: 2.5px 3px 5px 0px rgb( 125, 136, 137);
}

.show_pro_shlide .title {
    margin-bottom: 25px;
    position: relative;
}

.show_pro_shlide .title strong {
    font-size: 18px;
    height: 18px;
    border-left: 3px solid #379aa6;
    padding-left: 5px;
    color: #666666;
    line-height: 18px;
    display: block;
}

.show_pro_shlide .title a {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 31px;
    color: #4b4b4d;
}

.show_pro_shlide .title a:hover {
    color: #2d95a2;
}

.show_pro_shlide .hd a {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: 5px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
}

.show_pro_shlide .hd a.prev {
    left: 20px;
    background: url(../image/bnt_pic_lr.png) right top no-repeat;
}

.show_pro_shlide .hd a.prev:hover {
    background: url(../image/bnt_pic_lr.png) left top no-repeat;
}

.show_pro_shlide .hd a.next {
    right: 20px;
    background: url(../image/bnt_pic_lr.png) left bottom no-repeat;
}

.show_pro_shlide .hd a.next:hover {
    background: url(../image/bnt_pic_lr.png) right bottom no-repeat;
}


/*==============新闻=====================*/

#n_news .up_box {}

#n_news .up_box .date_box {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 60px;
    text-align: center;
    font-weight: normal;
    background: url(../image/bg_titme.png) center no-repeat;
}

#n_news .up_box .date_box strong {
    font-family: "Arial";
    font-size: 20px;
    color: #888888;
}

#n_news .up_box .date_box span {
    display: block;
    padding-top: 10px;
    color: #888888;
    font-family: "Arial";
    font-size: 15px;
}

#n_news .up_box li {
    display: block;
    position: relative;
    margin-bottom: 40px;
    background: #f9f9f9;
    padding: 15px;
    padding-right: 0;
}

#n_news .up_box li .fl {
    width: 255px;
}

#n_news .up_box li .fl img {
    width: 255px;
    height: 170px;
}

#n_news .up_box li .fr {
    width: 475px;
    position: relative;
    padding-right: 140px;
    height: 170px;
}

#n_news .up_box li .fr h1 {
    display: block;
    padding-top: 30px;
}

#n_news .up_box li .fr h1 a {
    font-size: 16px;
    color: #0088d6;
    display: block;
}

#n_news .up_box li .fr span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    display: block;
    color: #adadad;
}

#n_news .up_box li .fr h1 a:hover {
    color: #ba9e6d;
}

#n_news .up_box li .fr .more {
    display: block;
    position: absolute;
    width: 38px;
    font-size: 12px;
    right: 37px;
    bottom: 30px;
    color: #fff;
    height: 38px;
    line-height: 32px;
    background: url(../image/bnt_more_news.png) center no-repeat;
}

#n_news .up_box li .fr .more:hover {
    background: url(../image/bnt_more_news.png) center no-repeat;
}

#n_news .up_box li .fr p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    width: 455px;
    color: #999999;
    padding-top: 20px;
    font-size: 12px;
}


/*==============新闻中心=====================*/

#n_news .un_box {
    margin: -30px 0;
}

#n_news .un_box ul {
    overflow: hidden
}

#n_news .un_box li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #eaebec
}

#n_news .un_box li .box {
    padding: 0 0 0 120px;
    position: relative;
    height: 100px
}

#n_news .un_box li a {
    display: block;
    font-size: 16px;
    padding-top: 8px;
    color: #4c4c4f;
    margin-bottom: 13px
}

#n_news .un_box li p {
    line-height: 24px;
    font-size: 12px;
    color: #99999b;
    height: 48px;
    overflow: hidden;
}

#n_news .un_box li a:hover {
    color: #4c4c4f;
}

#n_news .un_box .date_box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #8e8f91;
    padding: 22px 0px;
    text-align: center;
    width: 86px
}

#n_news .un_box .date_box strong {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 20px;
}

#n_news .un_box .date_box span {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
    display: block;
    text-transform: uppercase
}

#n_news .un_box li:hover .date_box {
    background: #0088d6;
}

#n_news .un_box li.last {
    border-bottom: none;
    padding-bottom: 10px;
}


/*==============新闻详情=====================*/

.n_article {
    margin-bottom: 20px;
}

.n_article .ar_title {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
}

.n_article .ar_title {
    padding: 0 0 0px 0;
    position: relative;
}

.n_article .ar_title h1 {
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #555555;
}

.n_article .ar_title h2 {
    font-size: 12px;
    position: relative;
    display: block;
    border-top: 1px solid #d6d6d6;
    padding: 0 5px;
    color: #999999;
    line-height: 50px;
}

.n_article .ar_article {
    padding-top: 20px;
    padding-bottom: 30px;
}

.n_article .bnt_page {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 12px;
    color: #8a8a8a;
    border-top: 1px dotted #e4e4e4;
}

.n_article .bnt_page a {
    color: #8a8a8a;
}

.n_article .bnt_page a:hover {
    color: #007cc2;
}

.n_article .back_box {
    margin: 40px auto 0 auto;
    padding-bottom: 80px;
}

.jiathis_style {
    margin-top: 10px;
}

.n_article .bnt_page {
    position: relative;
}

.n_article .bnt_page .shart_box {
    position: absolute;
    right: 0;
    top: 10px;
}

#ar_fot {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#ar_fot h1 {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #777777;
    font-weight: bold;
}

#ar_fot h1 a {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}

#ar_fot .bnt_back {
    position: absolute;
    top: 28px;
    right: 0;
    color: #fff;
    background: #0088d6;
    padding: 0 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#ar_fot .bnt_back:hover {
    border-radius: 3px;
}


/*==========招聘信息===========*/

.job_list li {
    border: 1px solid #e7e8e8;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.job_list li .left {
    width: 230px;
    vertical-align: middle;
}

.job_list li .left .box {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 230px;
    text-align: center;
}

.job_list li .left h1 {
    text-align: center;
    color: #45444d;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.job_list li .left span {
    font-size: 12px;
    color: #afaeb4;
    text-align: center;
    display: block;
}

.job_list li .right {
    border-left: 1px solid #e7e8e8;
    width: 695px;
    line-height: 36px;
    font-size: 14px;
}

.job_list li .right .ar_article {
    padding: 30px 20px;
    line-height: 24px;
    color: #727272;
    font-size: 12px;
}

.job_list li .right .ar_article p {
    line-height: 24px;
    color: #727272;
    font-size: 12px;
    margin-bottom: 24px;
}

.job_list li .right .ar_article p:last-child {
    margin: 0;
}


/*==============联系我们=====================*/

.n_contact {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.n_contact .info {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.n_contact .info img {
    margin-top: 15px;
}

.n_contact .up_box {
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
    position: relative;
}

.n_contact .up_box .title span {
    display: block;
    color: #51575f;
    font-size: 12px;
    margin-bottom: 15px;
}

.n_contact .up_box .text_box {
    border-right: 1px solid #dbdbdb;
    width: 530px;
    padding: 35px 20px;
}

.n_contact .up_box .text_box .box {
    padding-left: 25px;
    background: url(../image/icon_contact.png) left 8px no-repeat;
    font-size: 14px;
    color: #666666;
    line-height: 29px;
}

.n_contact .map {
    border: 1px solid #dcdcdc;
}

.n_contact .ewm_box {
    position: absolute;
    right: 0;
    top: 40px;
    width: 345px;
    display: block;
}

.n_contact .ewm_box .box span {
    font-size: 12px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.n_contact .ewm_box img {
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto;
}

.page {
    margin: 0px auto 0px auto;
}

.page .box {
    display: inherit;
    width: 100%;
    text-align: right;
    padding-top: 50px;
}

.page a {
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    margin: 0 2px;
    color: #fff;
    color: #444444;
    font-size: 12px;
}

.page .on {
    background: #0088d6;
    color: #fff !important;
    border: 1px solid #0088d6;
}

.page span {
    background: #0088d6;
    color: #fff !important;
    border: 1px solid #0088d6;
}

.page a:hover {
    background: #0088d6;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #0088d6;
}

.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.shart_box {
    position: absolute;
    right: 0;
    top: 70px;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

#j_shart_s_24 {
    padding-left: 60px;
    position: relative;
}

#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #a3a0a9;
}

#j_shart_s_24 .bds_qzone {
    background: url(../image/shart.png) center -224px no-repeat;
}

#j_shart_s_24 .bds_tsina {
    background: url(../image/shart.png) center -311px no-repeat;
}

#j_shart_s_24 .bds_tqq {
    background: url(../image/shart.png) center -195px no-repeat;
}

#j_shart_s_24 .bds_renren {
    background: url(../image/shart.png) center -340px no-repeat;
}

#j_shart_s_24 .bds_weixin {
    background: url(../image/shart.png) center -253px no-repeat;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

.content_des {
    width: 100%;
    text-indent: 24px;
    padding: 10px;
    margin: 0 0 20px 0px;
}

.content_des p {
    font-size: 14px;
    color: #868686;
    line-height: 24px
}

.area {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.area h3 {
    width: 102px;
    height: 30px;
    background: #0260ae;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.area dl {
    padding: 10px;
    border-top: 1px solid #ccc;
    height: auto;
    overflow: hidden;
}

.area dl dt {
    float: left;
    margin-left: 13px
}

.area dl dt a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a
}

.area dl dt a:hover {
    color: #47cdff
}

.xgxw {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.xgxw h3 {
    width: 102px;
    height: 30px;
    background: #0260ae;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.xgxw ul {
    padding: 10px;
    border-top: 1px solid #ccc;
    height: auto;
    overflow: hidden;
}

.xgxw dl {
    padding: 15px;
    border-top: 1px solid #ccc;
    height: auto;
    overflow: hidden;
}

.xgxw ul li {
    float: left;
    display: inline;
    width: 48%;
    margin-right: 2%;
    line-height: 30px;
    font-size: 14px;
}

.xgxw ul li a {
    color: #333;
}

.xgxw ul li span {
    float: right;
    color: #5a5a5a
}

.xgxw dl dt {
    float: left;
    display: inline;
    margin-right: 2%;
    text-align: center;
    font-size: 14px;
}

.xgxw dl dt a {
    color: #333;
}

.xgxw dl dt img {
    border: 1px solid #ccc;
}

.advan .tit img {
    display: block;
    margin: 30px auto;
}

.advan_con {
    background: #f8fafc;
    position: relative;
    height: 959px;
}

.advan_con .ul {
    overflow: hidden;
}

.advan_con .ul li {
    width: 377px;
    padding: 40px 34px;
    float: left;
    border-bottom: 1px solid #fff;
}

.advan_con .ul li:nth-child(2n) {
    padding-left: 344px;
}

.advan_con .ul li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d6d9;
}

.advan_con .ul li h3 span {
    color: #1d378e;
    font-family: Impact;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: normal;
}

.advan_con .ul li .img {
    padding: 15px 0;
}

.advan_con .ul li .con p {
    background: url("../image/ico1.jpg") no-repeat left 10px;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

.float_con {
    background: #1d378e;
    position: absolute;
    width: 310px;
    height: 959px;
    left: 445px;
    top: 0;
    color: #fff;
    text-align: center;
}

.float_con h5 {
    padding: 30px 0 15px;
    font-size: 18px;
}

.float_con em {
    font-size: 60px;
    font-style: normal;
    line-height: 1;
    display: block;
}

.float_con em span {
    font-size: 80px;
}

.float_con p.p1 {
    font-size: 16px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    margin: 40px 22px 0 22px;
}

.float_con ul li {
    background: url("../image/ico2.png") no-repeat;
    width: 75px;
    height: 87px;
    background-size: 100%;
    display: inline-block;
    color: #1d378e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 87px;
}

.float_con ul li:nth-child(3) {
    margin: 0 17px;
}

.float_con ul li:first-child {
    width: 114px;
    height: 132px;
    line-height: 132px;
    font-size: 18px;
    display: block;
    margin: 34px auto 20px;
}

.float_con p.p2 {
    font-size: 13px;
    margin: 35px 24px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 30px;
    line-height: 1.8;
    text-align: left;
}

.service_con {
    overflow: hidden;
}

.service_con li {
    width: 190px;
    height: 60px;
    float: left;
    padding-top: 130px;
    margin-right: 12px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.service_con li:nth-child(1) {
    background: url("../image/ico3.png") no-repeat;
}

.service_con li:nth-child(2) {
    background: url("../image/ico4.png") no-repeat;
}

.service_con li:nth-child(3) {
    background: url("../image/ico5.png") no-repeat;
}

.service_con li:nth-child(4) {
    background: url("../image/ico6.png") no-repeat;
}

.service_con li:nth-child(5) {
    background: url("../image/ico7.png") no-repeat;
}

.service_con li:nth-child(6) {
    background: url("../image/ico8.png") no-repeat;
    margin-right: 0;
}

.about {
    overflow: hidden;
    padding: 60px 0;
}

.about_con {
    width: 875px;
}

.about_con dl {
    padding-left: 55px;
    height: 280px;
    overflow: hidden;
}

.about_con dt {
    overflow: hidden;
    margin-bottom: 20px;
}

.about_con dt b {
    float: left;
    font-size: 20px;
    color: #1d378e;
}

.about_con dt a {
    float: right;
    padding: 0 14px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border: 1px solid #aaaaad;
}

.about_con dt a:hover {
    overflow: hidden;
    background: #0088d6;
    color: #fff;
    border: 1px solid #0088d6;
}

.about_con dd {
    color: #666;
    font-size: 13px;
    line-height: 30px;
    max-height: 200px;
    overflow: hidden;
}

.about_con dd a {
    color: #666;
}

.about_con .flex {
    display: flex;
    background: #1d378e;
    height: 135px;
    overflow: hidden;
}

.about_con .flex li {
    flex: 1;
    padding: 28px 40px;
}

.about_con .flex li:nth-child(2) {
    background: #056bc5;
}

.about_con .flex li:nth-child(3) {
    background: #28a1e6;
}

.about_con .flex li .con {
    color: #fff;
    margin-left: 20px;
}

.about_con .flex li .con h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about_con .flex li .con p {
    font-size: 14px;
}

.process ul {
    overflow: hidden;
}

.process ul li {
    float: left;
    width: 158px;
    margin-left: 102px;
    text-align: center;
}

.process ul li:first-child {
    margin-left: 0;
}

.process ul li h3 {
    font-size: 16px;
    color: #014198;
    margin: 5px 0 10px;
}

.process ul li p {
    font-size: 12px;
    color: #666;
}

.pages p {
    margin: 0;
    cursor: pointer
}

.pages {
    height: 40px;
    padding: 20px 0px;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pages a:hover {
    color: #077ee3;
    background: white;
    border: 1px #077ee3 solid;
}

.pages span {
    border: none;
    background: #077ee3;
    color: #fff;
    border: 1px #077ee3 solid;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.product_imglist {
    display: flex;
    padding: 20px 0 0!important;
}

.product_imglist li {
    flex: 1;
    margin-right: 27px!important;
}

.product_imglist li:last-child {
    margin-right: 0;
}

.product_imglist li h4 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.product_imglist li h4 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

font-size: 14px;
color: #666;
line-height: 22px;

}