@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.4rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}


:root {
    --prop: 1;
    --base_color: #0059a0;
}

.base_color {
    color: var(--base_color) !important;
}


a {
    transition: all 0.3s;
}

a:link {
    color: #494949;
    text-decoration: none
}

a:visited {
    color: #494949;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


.clear {
    clear: both;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.wenben {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #494949;
    letter-spacing: 0.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}

.wenben0 {
    line-height: 31px;
    text-align: justify;
    color: #545454;
}

.wenben01 {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
    color: #494949;
    letter-spacing: 0.0em;
}

.border {
    border: #d2d2d2 1px solid;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.responsive-img img {
    margin: 0 auto;
}

.relative {
    position: relative;
}

.sy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
    z-index: 99;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 50%;
    z-index: 99;
}

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}


.mr_10 {
    margin-right: 10px;
}

.p_tb20 {
    padding: 20px 0;
}


.p_tb50 {
    padding: 50px 0;
}

.m_tb20 {
    margin: 20px auto;
}

.m_tb30 {
    margin: 30px auto;
}

.m_t20b10 {
    margin: 20px 0 10px 0;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100%;
}

/*PAGE
----------------------------------------*/

/*PAGE
----------------------------------------*/

.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color);
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.prev_next li .box {
    border: 1px dotted #ccc;
    color: #000;
    border-radius: 3px;
    transition: all 0.3s;
    padding: 10px;
    font-size: 1.4rem;
}

.prev_next li .box:hover {
    background: #333;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 1.8rem;
}

.back_list a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
    background: #efefef;
}

.back_list a:hover {
    color: #fff;
    background: #0059a0;
}

.gridtable table {
    width: 99%;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
}

.gridtable table td {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}

.hidden {
    display: none !important
}

/* Wrap
----------------------------------------*/

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Header
----------------------------------------*/

#top_note {
    border-bottom: 1px solid #e5e5e5;
    color: #888888;
}

#top_note .row,
#top_note .col {
    margin-bottom: 0;
}

#top_note a {
    color: #888888;
    margin: 0 5px;
}

#top_note a:hover {
    color: #f00;
}

#name_box_w {
    background: #ffffff;
}

#name_box_w .row {
    margin-bottom: 0;
}

#name_box_w .col {
    height: 100px;
    margin-bottom: 0;
}

.logo {
    font-size: 3.6rem;
}

.top_kh {
    font-size: 16px;
    font-weight: bold;
    color: #cd2026;
}

#top_tel {
    line-height: 30px;
}


#top_tel span a {
    font-size: 2.0rem;
    color: #e40000;
}

#menu_box {
    width: 100%;
    overflow: hidden;
    background: #0059a0;
}

.menu ul {
    line-height: 3.2;
    margin: 0 !important;
}

.menu li {
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
}

.menu a {
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
}

.menu a:hover,
.menu a.current {
    color: #fff;
    font-weight: bold;
    background: #72bd38;
}

#top_news_box {
    border-top: 1px solid #efefef;
    width: 100%;
}

#top_news_box .row,
#top_news_box .col {
    margin-bottom: 0;
    line-height: 40px;
}

#top_news_box .tit {
    padding: 0 !important;
    font-size: 1.7rem;
    color: #666666;
    font-weight: bold;
}

#top_news_box a {
    color: #636363;
    font-size: 15px;
}

#top_news_box a:hover {
    color: #f00;
}


#menu_open {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 66;
    color: #fff;
    padding: 0 10px;
}

#banner_box {
    overflow: hidden;
    padding: 0;
}


#zy_banner_box {
    width: 100%;
    height: 360px;
    background: url(../Image/zy_banner.jpg) center;
    background-size: auto 100%;
    position: relative;
}

#menu_icon {
    display: block;
}

.nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #000;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    font-size: 1.6rem;
    font-weight: bold;
}

/* Mid
---------------------*/

/* left
----------------------------------------*/


#left_box .lf_box {
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
}

#left_box .lf_box .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    background: #0059a0;
    position: relative;
    text-align: center;
}

#left_box .lf_box .title a {
    color: #fff;
    text-align: center;
}

.list {
    padding: 10px 0;
}

.list .nav {
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    height: 51px;
    margin-bottom: 0;
}

.list .nav a {
    color: #666;
    text-align: left;
    line-height: 50px;
    padding: 0 10px;
    display: block;
    position: relative;
    z-index: 2;
}

.list .nav a i {
    font-style: normal;
}


.list .nav a:hover,
.list .nav.current a {
    color: #0059a0;
}

.list .nav:after {
    transition: all 0.5s;
    content: "";
    width: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #efefef;
    color: #fff;
}

.list .nav:hover:after,
.list .nav.current:after {
    width: 100%;
}

.lf_lx_list {
    padding: 10px;
}

.lf_lx_list li {
    line-height: 2;
    font-size: 1.6rem;

}


#lx_list li:nth-child(2) i:before,
#lx_list li:nth-child(3) i:before {
    background: #fff;
}

#lx_list li:nth-child(2) i:before,
#lx_list li:nth-child(3) i:before {
    color: #000 !important;
}

#lx_list li:nth-child(2) a,
#lx_list li:nth-child(3) a {
    color: #fff !important;
}



#mid_wrap {
    width: 100%;
}

#right_box {
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
}

.title_box {
    height: 80px;
    position: relative;
    color: #323232;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e6e6e6;
}

.title_box .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 2.2rem;
    color: #0059a0;
    position: relative;
}

.title_box .location {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #626262;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    font-weight: normal !important;
}

.title_box .location a {
    color: #494949;
}

.title_box .location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.title_box .location span {
    font-size: 16px;
    border-radius: 50%;
    color: #0059a0;
    padding: 1px;
}

.zy_line {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line.gif) center;
    position: relative;
    display: none;
}

.zy_line0 {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line0.gif) center;
    position: relative;
}

.zy_title {
    text-align: center;
    font-size: 12px;
    color: #898989;
}

.zy_title span {
    font-size: 26px;
}

.zy_gsgk_cont {
    width: 100%;
    background: #f9f9f9;
    margin: 30px 0;
}

.zy_gsgk_cont_txt {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

#honor_list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #494949;
    padding: 0 50px;
    position: relative;
    transition: all 0.5s;
    border-bottom: 1px solid #c8c8c8;
}

#honor_list li:hover {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #000;
    padding-left: 70px;
    background: url(../Image/gold.png) left center no-repeat;
}

#honor_list li i {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #000;
    width: 14%;
    transition: all 1s;
}

#honor_list li:hover i {
    width: 100%;
}



.zy_rcln_cont {
    width: 1200px;
    margin: 30px auto;
    background: url(../Image/jobs.jpg) bottom right no-repeat;
    padding-bottom: 100px;
}

.zy_rcln_cont_txt ul li {
    width: 560px;
    height: 140px;
    line-height: 30px;
    padding: 30px 0;
}

.zy_rcln_cont_txt ul li:nth-child(odd) {
    float: left;
}

.zy_rcln_cont_txt ul li:nth-child(even) {
    float: right;
}

.jobs_dy {
    background: #49b8ff;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 20px 30px;
    margin-top: 30px;
}

.jobs_dy big {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}






/* Company
----------------------------------------*/

.gsgk_li {
    width: 700px;
    height: 80px;
    margin: 50px auto;
}

.gsgk_li ul li {
    width: 25%;
    float: left;
    height: 100px;
    text-align: center;
}

.gsgk_li ul li span {
    font-size: 16px;
    color: #292929;
    line-height: 40px;
}

.gsgk_li ul li big {
    font-size: 40px;
    color: #292929;
    font-weight: bold;
}

.gsgk_li ul li {
    font-size: 14px;
    color: #898989;
    line-height: 20px;
}


.zy_gsgk_pic {
    width: 385px;
    height: 365px;
    position: relative;
    float: left;
}

.zy_gsgk_pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_gsgk_pic:hover .img {
    transform: translateX(0px);
}

.zy_gsgk_txt {
    width: 800px;
    float: right;
}


.zy_qywh_pic {
    width: 385px;
    height: 241px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 50px;
}

.zy_qywh_pic .img {
    display: block;
    width: 395px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_qywh_pic:hover .img {
    transform: translateX(0px);
}


.zy_qywh_txt {
    width: 700px;
    float: left;
}

.honor_pic {
    position: absolute;
    right: 50%;
    top: 2px;
    margin-right: -600px;
}

/* left
----------------------------------------*/


/* Right
----------------------------------------*/

.my_txt {
    padding: 0;
}

.cinfo {
    min-height: 385px;
}

.info {
    margin-bottom: 20px;
}

.info p,
.info img {
    padding: 0;
    margin: 0;
}

/* Footer
----------------------------------------*/

.page-footer {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 1.4rem;
    background: #1d222b !important;
    text-align: center;
    color: #a7b1c3;
}

.page-footer a {
    color: #a7b1c3;
}

.page-footer a:hover {
    color: #ff0000;
}


.page-footer dl dt {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}

.page-footer dl dd {
    padding: 0;
    font-size: 1.4rem;
    margin-bottom: 0 !important;
}


.footer-copyright {
    background: #1d222b !important;
    color: #a7b1c3;
    font-size: 1.4rem;
    line-height: 30px;
    position: relative;
    padding-top: 0 !important;
}


.footer-copyright a {
    color: #b5b5b5;
}

.footer-copyright a:hover {
    color: #f00;
}


#page-footer-gt {
    z-index: 2;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}

/*NEWS CONTENTS PAGE*/

.news_detail {
    height: auto !important;
    min-height: 200px;
    height: 200px;
}

.news_detail .location {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}


#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}

.news_img table td {
    padding: 10px 20px;
}

.news_img table p {
    margin: 0;
    line-height: 40px;
}


#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 100%;
}

#newsInfo iframe,
#newsInfo video {
    width: 100% !important;
    height: 100% !important;
}

#newsInfo img {
    max-width: 100%;
    height: auto !important;
}

#newsInfo,
.info {
    font-size: 1.6rem;
    line-height: 1.8;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 15px 0;
    line-height: 30px;
}



/*GUESTBOOK PAGE*/

.t_r {
    padding: 5px 0;
    font-size: 1.8rem;
}

.G_InputText {
    width: 100%;
    box-sizing: border-box !important;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    margin: 5px 0;
    margin-bottom: 0 !important;
}

.G_textarea {
    width: 100%;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.yanzheng {
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}


.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    height: 270px;
    width: 50%;
    overflow: hidden;
}

.jobs a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: left;
    line-height: 26px;
    padding: 20px;
}

.jobs big {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.jobs .odd {
    float: left;
}

.jobs .even {
    float: right;
}

.jobs .odd a {
    color: #fff;
    background: #e42828;
}

.jobs .even a {
    color: #000;
    background: #fcd022;
}

.jobs .odd2 {
    float: left;
}

.jobs .even2 {
    float: right;
}

.jobs .odd2 a {
    color: #000;
    background: #fcd022;
}

.jobs .even2 a {
    color: #fff;
    background: #e42828;
}

.jobs ul li .recruit_info {
    color: #494949;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #be0000;
    font-weight: bold;
}

.jobs ul li .jbut {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #1f478e;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .jbut a {
    text-decoration: none;
    color: #FFF;
    display: block;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1e4483;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
}

.order {
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}



/*PRODUCTS LIST PAGE*/

.proUL li {
    margin-bottom: 20px !important;
}


.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.proUL li a .img i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 267px;
    height: 30px;
    background-size: cover;
    z-index: 2;
}


.proUL li a img {
    transition: all 0.3s;
    margin: 0 auto;
    height: 100%;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: #0059a0;
    color: #fff;
    padding: 7px;
    width: 100%;
}

.picUL li {
    margin-bottom: 20px !important;
}


.picUL li a {
    display: block;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.picUL li a .img {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    height: 280px;
}

.picUL li a img {
    transition: all 0.5s;
    margin: 0 auto;
}

.picUL li a:hover img {
    transform: scale(1.1);
}

.picUL li a .title {
    width: 100%;
}

.picUL li a .cont {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}


.picList li a {
    transition: all 0.3s;
    height: 190px;
    background: #fafafa;
    padding: 10px 0;
}

.picList li a:hover {
    background: #eee;
    box-shadow: 0 5px 5px #ccc;
    transform: translateY(-5px);
}

.picList li a {
    display: block;
}

.picList .picList_img {
    height: 170px;
    overflow: hidden;
}


.picList .Pic_list_txt {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 0 20px !important;
}

.picList .Pic_list_txt .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    color: #000;
    margin: 10px 0;
}

.picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 5px 0;
    height: 50px;
    font-size: 1.6rem;
    line-height: 25px;
    color: #666;
}

.picList .Pic_list_txt .t2 p {
    margin: 0;
    line-height: 30px;
}

.picList .Pic_list_txt .t3 {
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 5px;
}

.picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}


.Pimg {
    padding: 5px;
    border: 1px solid #efefef;
}

/*INDEX*/

.share_to {
    margin-top: 20px;
}

.share_to a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #252525;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #FFF;
    color: #FFF !important;
    display: inline-block;
}

.share_to a:hover {
    color: #f00;
}

#in_mid_box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.in_mid {
    width: 1200px;
    margin: 20px auto;
}

.in_title {
    height: auto;
    position: relative;
    font-size: 26px;
    color: #0059a0;
    line-height: 45px;

}

.in_title a {
    display: inline-block;
    color: #333333;
}

.in_title p:before {
    width: 44px;
    height: 2px;
    background: #333333;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}

.in_title a big {
    font-size: 40px;
    color: #333333;
    vertical-align: middle;
    text-transform: uppercase;
}

.in_title p {
    margin: 0;
}

.in_title span {
    display: inline-block;
    vertical-align: middle;
}

.in_title p:after {
    width: 44px;
    height: 2px;
    background: #333333;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}

.in_title .more {
    color: #0059a0;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    line-height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
}

.in_title .more a {
    color: #0059a0;
}

.in_desc {
    font-size: 2.6rem;
    margin-bottom: 40px;
}

#in_product_w {
    width: 100%;
    background: #1464bc;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#in_product_w .in_title p big {
    color: #fff;
}

#in_product_w .in_title p:before,
#in_product_w .in_title p:after {
    background-color: #fff;
}

/*.tabs0 {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    margin: 30px auto;
    white-space: nowrap;
}

.tabs0 .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
}


.tabs0 .tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
}

.tabs0 .tab a:hover,
.tabs0 .tab a.active {
    border: 1px solid #0059a0;
    background: #0059a0;
    color: #fff;
}
*/

.in_type_list li a { display: block; border: 1px solid #fff; line-height: 3; }
.in_type_list li a:hover { background: #000; border: 1px solid #000; }


#in_product_w .tabs_conts {
    padding: 0;
}

#in_product_w .tabs_conts li .img0 {
    overflow: hidden;
    height: 290px;
}

#in_product_w .tabs_conts li .title {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    transition: all 0.3s;
}

#in_product_w .tabs_conts li a:hover .title {
    background: rgba(20, 91, 172, 0.8);
    color: #fff;
}

#in_gsjj_w {
    background: #fff;
}

#in_ys_link {
    margin: 40px auto 0;
}

#in_ys_link li { margin-bottom: 20px; }

#in_ys_link li a {
    width: 100%;
    height: 187px;
    color: #fff;
}

#in_ys_link li a:hover {
    background: #000;
}

#in_ys_link li a img {
    transition: all 0.3s;
}

#in_ys_link li a:hover img {
    transform: scale(1.1);
}


#in_ys_link li:nth-child(1) a {
    background-color: #d3162c;
}

#in_ys_link li:nth-child(2) a {
    background-color: #1384d0;
}

#in_ys_link li:nth-child(3) a {
    background-color: #f1b000;
}

#in_ys_link li:nth-child(4) a {
    background-color: #4ab332;
}

#in_ys_link li:nth-child(5) a {
    background-color: #0aa0b2;
}

#in_news_w {
    background: #efefef;
    padding: 40px 0 10px;
}


#in_news_w .title_n {
    padding: 18px;
    background: #0059a0;
    position: relative;
    margin-top: -65px;
    width: 100%;
    color: #fff;
    font-size: 2.0rem;
}


.in_newslist_better {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.in_newslist_better li {
    width: 100%;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.in_newslist_better li a {
    color: #fff;
    display: block;
}

.in_newslist_better li a:hover {
    color: #cd2026;
}

.in_newslist_better li .cont {
    width: 100%;
    padding: 0;
    line-height: 25px;
    font-size: 16px;
}

.in_newslist_better li .cont big {
    font-size: 15px;
}

.in_newslist_better li .cont p {
    height: 44px;
    line-height: 22px;
    color: #57a9e0;
    font-size: 14px;
    overflow: hidden;
}


.in_newslist {
    font-size: 15px;
}

.in_newslist li {
    width: 100%;
    transition: all 0.3s;
}

.in_newslist li a {
    color: #333;
    display: block;
    padding: 5px 0;
    font-size: 16px;
}


.in_newslist li a:hover * {
    color: #f00;
}


.in_newslist li a big {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.in_newslist li a p {
    font-size: 14px;
    color: #888;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0059a0;
    border-radius: 3px;
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
}

.btn:hover {
    width: 200px;
    background: #0090d9;
}

/*ABOUT*/

.title_box {
    text-align: center;
    margin-bottom: 30px;
}

.title_box big {
    font-size: 4.5rem;
    font-weight: bold;
    color: #000;
}

.title_box big span {
    color: #000;
}

.title_box font {
    font-size: 2.5rem;
    line-height: 40px;
    color: #333333;
}

.title_box p {
    display: block;
    color: #999999;
    font-size: 1.4rem;
    padding-bottom: 20px;
    position: relative;
}

.title_box p i {
    width: 57px;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/**/

#page_about .txt p {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 3.5rem;
}


.page_cpys {
    font-size: 1.8rem;
}

.page_cpys p {
    margin: 10px 0 !important;
}


.page_cpys big {
    font-weight: bold;
}


/*Product*/

.pro_type li a {
    display: block;
    background: #efefef;
    color: #000;
    padding: 10px 20px;
    text-align: center;
}

.pro_type li a:nth-child(1) {
    background: #efefef;
    color: #000;
}

.pro_type li a:hover,
.pro_type li a.current {
    background: #000;
    color: #fff;
}

.pro_tel {
    font-size: 1.8rem;
    line-height: 80px;
    margin-bottom: 0 !important;
}

.pro_tel i {
    font-size: 3.0rem;
    color: #f00;
}

.pro_tel a {
    color: #f00;
}

.pro_tel a:hover {
    color: #f60;
}

.desc_pad .desc {
    height: 150px;
    overflow: hidden;
}


/*MESSAGE*/

.de-contact .contact-list .lineT {
    border-left: 5px solid var(--base_color);
    padding-left: 10px;
}

.de-contact .contact-list {
    border: 1px solid #efefef !important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.de-contact .contact-list li {
    margin-bottom: 10px;
}

.de-contact .contact-list ul li div {
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}

.de-contact .contact-list ul li div.icon-01 {
    background: url(../images/contact-icon-01.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-02 {
    background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-03 {
    background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-04 {
    background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-05 {
    background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-06 {
    background: url(../images/contact-icon-06.png) no-repeat 10px 10px #fff;
}

#dituContent {
    width: 100%;
    height: 398px;
    margin: 0 auto 30px;
    border: 1px dotted #ccc;
    border-radius: 10px;
}

.input {
    border: 1px solid #efefef !important;
    height: 4rem !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
}