@charset "utf-8";

/*消除浏览器底部*/
#tip-arrow-top,
#tip-arrow-bottom,
#trans-tooltip {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}


img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #001200;
    font-size: 1.4rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
    line-height: 1;
}


footer {
    margin-bottom: 60px;
}

:root {
    --base_color: #0060b5;
}

.base_color {
    color: #0060b5 !important;
}

.base_bg {
    background-color: #0060b5;
}

.more:hover {
    background-color: #f60;
    color: #ffffff;
}

p {
    margin: 0;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #333333;
    text-decoration: none
}

a:visited {
    color: #333333;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {
    background-color: #0060b5;
}

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;
}

.dv {
    display: inline-block !important;
    vertical-align: middle;
}

.mr_10 {
    margin-right: 10px;
}


.imgbox {
    position: relative;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
}

.imgbox img,
.imgbox video,
.imgbox div.contbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox_4_3,
.imgbox_1_1 {
    background: #fff;
}

.imgbox_3_1:after {
    margin-top: 33.3333%;
}

.imgbox_5_2:after {
    margin-top: 40%;
}

.imgbox_2_1:after {
    margin-top: 50%;
}

.imgbox_600_345:after {
    margin-top: 57.5%;
}

.imgbox_5_3:after {
    margin-top: 60%;
}

.imgbox_200_127:after {
    margin-top: 63.5%;
}

.imgbox_4_3:after {
    margin-top: 75%;
}

.imgbox_1_1:after {
    margin-top: 100%;
}

.imgbox_3_4:after {
    margin-top: 133.33%;
}

.imgbox_4_3 video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}



.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .fluid-img {
    margin: 0 auto !important;
}

.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: translate(-50%, -50%) scale(1.05);
}

.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.rotateY:before {
    transform: rotateY(180deg);
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-15 {
    font-size: 1.5rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-17 {
    font-size: 1.7rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-20 {
    font-size: 2.0rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-23 {
    font-size: 2.3rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-26 {
    font-size: 2.6rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-40 {
    font-size: 4.0rem;
}

.op6 {
    opacity: 0.6;
}

.op8 {
    opacity: 0.8;
}


i.fs-20 {
    font-size: 2.0rem !important;
}

i.fs-30 {
    font-size: 3.0rem !important;
}

i.fs-50 {
    font-size: 5.0rem !important;
}

.lh-10 {
    line-height: 1.0;
}

.lh-12 {
    line-height: 1.2;
}

.lh-15 {
    line-height: 1.5;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2.0;
}

.rounded-20 {
    border-radius: 20px;
}

.layui-layer {
    max-width: 96%;
}

/*PAGE

----------------------------------------*/

.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;
}

.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: #0060b5;
    background: #0060b5;
}

.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;
}

.prev_next li .box:hover {
    background: #0060b5;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.page_title .title:after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #0060b5;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}


.page-a {
    padding: 10px 0;
}

.page-a a {
    margin-top: -15px;
    float: right;
    width: calc(100% - 60px);
    display: inline-block;
    border: 1px dotted #efefef;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-a a:hover {
    background-color: #0060b5;
    border: 1px dotted #0060b5;
    color: #fff;
}


/* Header

----------------------------------------*/

nav .nav a {
    color: #fff;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    padding: 0;
    display: block;
    transition: all 0.3s;
}

nav .nav a:hover,
nav .nav .active {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
}


/*NAV*/


/*BANNER*/

.in_line {
    width: 90px;
    height: 10px;
    display: block;
    margin: 3rem auto;
    background: url(../images/in_title_line.png) center no-repeat;
}

.location a {
    color: #fff;
}

.location a:hover {
    color: #f60;
}

.type_nav a {
    border-left: 5px solid #0060b5 !important;
}

.type_nav a:hover {
    background: #0060b5;
    color: #fff;
}

.btnH:hover {
    background-color: #0060b5 !important;
    color: #fff !important;
}

.btnH_O:hover {
    background-color: #ff6600 !important;
    color: #fff !important;
}




/*LOCATION*/

/* Footer

----------------------------------------*/

.page-footer {
    overflow: hidden;
    position: relative;
    color: rgba(255,255,255,0.6)
}


.footer-info a {
    color: rgba(255,255,255,0.6)
}

.footer-info a:hover,
.footer-info a:hover * {
    color: #ffff00 !important;
}

.footer-copyright {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255,255,255,0.6)
}

.link_box a {
    color: rgba(255,255,255,0.6);
}

.link_box a:hover {
    color: #f60;
}

#page-footer-gt {
    background: #0060b5;
    color: #fff;
}

/*FOOTER*/

/*INDEX*/

.in_title {
    max-width: 100%;
    color: #333;
    overflow: hidden;
}

.in_title .title:before {
    content: "";
    display: block;
    margin-top: 10px;
    float: left;
    height: 11px;
    background: url('../images/line_l.png') right no-repeat;
}

.in_title .title:after {
    content: "";
    display: block;
    margin-top: 10px;
    float: right;
    height: 11px;
    background: url('../images/line_r.png') left no-repeat;
}

.in_title .title:before {
    width: 0;
}

.in_title .title:after {
    width: 0;
}

.in_title .title a:hover,
.in_title .title a:hover * {
    color: #f60 !important;
}

.in_title .btn:hover {
    background-color: #fff000 !important;
    color: #000 !important;
}



#in_box1 .type a.active,
#in_box1 .type a:hover {
    background: #0060b5 !important;
    color: #fff;
}

.lf_product_box,
.lf_contact_box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0060b5;
}

.sliderList li a { line-height: 20px; }
.sliderList li a:hover,
.sliderList li a.active {
    color: #0060b5;
    font-weight: bold;
}


#in_box2 {
    background: url('../images/bg1.gif') top center repeat-x #f3f3f3;
    /*background-image: linear-gradient(to bottom, #0060b5 230px, white 230px);*/
}

#in_box3 {
    background: url('../images/in_about_bg.jpg') center bottom no-repeat #ffffff;
}

#in_box3 .in_content {
    text-indent: 2em;
}

.newslist .timeB {
    border: 1px solid #0060b5;
    color: #0060b5;
}


#in_box3 .newslist a:hover * {
    color: #0060b5;
}

#in_box3 .newslist a:hover .float-left {
    color: #fff !important;
    background-color: #0060b5 !important;
}

#in_box3 .newslist a:hover .float-left * {
    color: #fff !important;
}

.pro_gd {
    height: 370px;
}

.pro_gd .swiper-slide .box {
    border-bottom: 2px solid #c8c8c8;
}

.pro_gd .swiper-slide:hover .box {
    border-bottom: 2px solid #f60;
}

.pro_gd .swiper-slide:hover .title_box {
    background-color: #0060b5 !important;
    color: #fff !important;
}

.pro_gd .swiper-slide:hover .title_box a.title {
    color: #fff !important;
}

.pro_gd .swiper-slide .title_box a.tel:hover {
    color: #fff !important;
    background-color: #f60 !important;
}



.hjsb_gd .swiper-slide:hover .title_box {
    background-color: #efefef;
    color: #3b3e45 !important;
}

.hjsb_gd .swiper-slide:hover .title_box a.title {
    color: #3b3e45 !important;
}

.hjsb_gd .swiper-slide .title_box a.tel:hover {
    color: #fff !important;
    background-color: #f60 !important;
}



/*PAGE*/

/*NEWS CONTENTS PAGE*/


.mainInfo iframe {
    width: 100%;
    height: auto;
    min-height: 260px;
}

.mainInfo img {
    max-width: 100% !important;
    height: auto !important;
}

.newsList li a:hover {
    background-color: #0060b5 !important;
    color: #fff !important;
}



.proUL li .box {
    border-bottom: 2px solid #c8c8c8;
}

.proUL li:hover .box {
    border-bottom: 2px solid #f60;
}

.proUL li:hover .title_box {
    background-color: #0060b5 !important;
    color: #fff !important;
}

.proUL li:hover .title_box a.title {
    color: #fff !important;
}

.proUL li .title_box a.tel:hover {
    color: #fff !important;
    background-color: #f60 !important;
}


/*PRODUCTS LIST PAGE*/


.picList li a:hover {
    background-color: #0060b5 !important;
    color: #fff !important;
}



/*MESSAGE*/

#page_index #c_mess_box input,

#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}

#page_mess_box li {
    margin-bottom: 10px;
}

#page_mess_box li input {
    height: 40px;
}

.de-contact .contact-list .lineT {
    border-left: 5px solid #0060b5;
    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 {
    height: 260px;
}

.de-job-list {
    overflow: hidden;
    padding-bottom: 19px;
    min-height: 300px;
    padding: 5px 5px;
}

.de-job-list ul li {
    overflow: hidden;
    padding: 20px;
    /*height: 188px;*/
    border: 1px solid #ededed;
}

.de-job-list ul li .job-title {
    float: left;
    width: 260px;
    margin-right: 10px;
}

.de-job-list ul li .job-title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.de-job-list ul li .job-title p {
    font-size: 18px;
    color: #237ed2;
    line-height: 20px;
    font-weight: bold;
}

.de-job-list ul li .job-title p em {
    font-weight: normal;
    font-size: 12px;
}

.de-job-list ul li .job-info {
    float: left;
    width: 200px;
}

.de-job-list ul li .job-info p {
    font-size: 15px;
    color: #b2b2b2;
    line-height: 20px;
    margin-bottom: 15px;
}

.de-job-list ul li .job-info p span {
    color: #737373;
}

.de-job-list ul li .job-btn {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #237ed2;
    margin-top: 20px;
}

.de-job-list ul li:hover {
    box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}

.de-job-list ul li:hover .job-btn {
    background: #000;
}

.de-job-list ul li:hover .job-btn {
    display: block;
}

.jobs-info {
    padding: 40px 10px 30px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #ededed;
}

.jobs-info .h3 {
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs-info .h3 .job-name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: 450px;
}

.jobs-info .h3 .job-price {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #237ed2;
    line-height: 1.1;
    max-width: 360px;
}

.jobs-info .h3 .job-price em {
    font-weight: normal;
    font-size: 16px;
}

.jobs-info .p {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
}

.jobs-info .p span {
    color: #595959;
}

.jobs-info .btnn {
    padding-top: 10px;
    overflow: hidden;
}

.jobs-info .btnn a {
    display: inline-block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #237ed2;
    font-size: 14px;
}

.jobs-info .btnn a:hover {
    background: #0058b1;
}

.jobs-info-content {
    padding: 0 20px;
    overflow: hidden;
}

.jobs-info-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.jobs-info-content p {
    color: #333;
}

.apply-job {
    overflow: hidden;
    margin-top: 20px;
}

.apply-job .job-tr {
    overflow: hidden;
}

.apply-job .job-tr .tr-over {
    overflow: hidden;
}

.apply-job .job-tr .error {
    padding-left: 75px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}

.apply-job .job-tr .tr-title {
    float: left;
    width: 50px;
    min-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-right: 25px;
    line-height: 40px;
}

.apply-job .job-tr .tr-cont {
    float: left;
    width: calc(100% - 100px);
}

.apply-job .job-tr .tr-cont h3 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}

.apply-job .job-tr .tr-cont input[type=text] {
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont input[name='captcha'] {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100px;
    float: left;
    margin-right: 30px;
}

.apply-job .job-tr .tr-cont .verify {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}

.apply-job .job-tr .tr-cont .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.apply-job .job-tr .tr-cont textarea {
    font-size: 14px;
    color: #333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont.radio-cont {
    line-height: 40px;
}

.apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
    margin-right: 10px;
}

.apply-job .job-tr .tr-cont.radio-cont label {
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: bold;
}

.apply-job .job-tr .tr-cont a.submit {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color: #fff;
    font-size: 15px;
}

.apply-job .job-tr .tr-cont a.submit:hover {
    background: #0058b1;
}

/* 无内容 */
.no-goods,
.no-network {
    padding-top: 100px;
    overflow: hidden;
    text-align: center;
}

.no-goods img {
    display: block;
    margin: 0 auto 30px;
    width: 220px;
    max-height: 105px;
}

.no-network img {
    display: block;
    margin: 0 auto 30px;
    width: 222px;
    height: 160px;
}

.no-goods p,
.no-network p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}


/*INDEX*/
.hot { width: 30px !important; }