@charset "utf-8";



@font-face {

    font-family: 'webfont';

    font-display: swap;

    src: url('//at.alicdn.com/t/webfont_cteyfsqyae4.eot');

    /* IE9*/

    src: url('//at.alicdn.com/t/webfont_cteyfsqyae4.eot?#iefix') format('embedded-opentype'),

        /* IE6-IE8 */

        url('//at.alicdn.com/t/webfont_cteyfsqyae4.woff2') format('woff2'),

        url('//at.alicdn.com/t/webfont_cteyfsqyae4.woff') format('woff'),

        /* chrome、firefox */

        url('//at.alicdn.com/t/webfont_cteyfsqyae4.ttf') format('truetype'),

        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

        url('//at.alicdn.com/t/webfont_cteyfsqyae4.svg#AlibabaPuHuiTiH') format('svg');

    /* iOS 4.1- */

}



html {

    font-size: 62.5%;

    /*10 ÷ 16 × 100% = 62.5%*/

}



body {

    margin: 0;

    padding: 0;

    text-align: left;

    color: #333333;

    font-size: 1.5rem;

    /*1.6 × 10px = 16px */

    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;

    background: #fff;

}



:root {

    --base_h: 180px;

    --base_font30: 3.0rem;

    --base_font34: 3.4rem;

}



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;

}





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;

}



div {
    box-sizing: border-box;
}



.wenben01 {

    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;

}



.relative {

    position: relative;

}





.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 !important;

}



.p_t50 {

    padding: 50px 0 0 0;

}



.p_50 {

    padding: 50px;

}



.m_tb20 {

    margin: 20px auto;

}



.m_tb30 {

    margin: 30px auto;

}



.m_t20b10 {

    margin: 20px 0 10px 0;

}



.p20 {

    padding: 20px;

}



.p30 {

    padding: 30px;

}



.mb0 {

    margin-bottom: 0 !important;

}



.overhide {

    overflow: hidden;

}



.Op6 {

    opacity: 0.6;

}



.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: #f8f9fa;

}

.imgbox_3_1:after {

    margin-top: 33.3333%;

}

.imgbox_5_2:after {

    margin-top: 40%;

}

.imgbox_2_1:after {

    margin-top: 50%;

}

.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 .responsive-img {

    width: 100%;

}

.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);

}



.hoverable {

    transition: all 0.3s;

}



.hoverable * {

    transition: all 0.1s;

}





/*PAGE

----------------------------------------*/



.back_list {

    text-align: right;

    font-size: 1.8rem;

}



.back_list a {

    font-size: 1.4rem;

    display: inline-block;

    padding: 5px 20px;

    border-radius: 5px;

    color: #000;

    background: #efefef;

}



.back_list a:hover {

    color: #fff;

    background: #5977db;

}



.prev_next li .box {

    font-size: 1.4rem;

    color: #000;

    display: block;

    border: 1px dotted #ccc;

    color: #000;

    border-radius: 3px;

    padding: 8px;

}



.prev_next li .box:hover {

    background: #333;

    color: #fff;

}



.prev_next li .box:hover a {

    color: #fff;

}



.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;

    border-style: solid;

    border-color: #ccc;

    background-color: #dedede;

}



.gridtable table td {

    border-width: 1px;

    padding: 5px;

    border-style: solid;

    border-color: #ccc;

}



.gridtable table td p {

    line-height: 1.6 !important;

}



.gridtable table td a {

    text-decoration: underline;

    color: #069;

}



.hidden {

    display: none !important
}



/* Wrap

----------------------------------------*/



#wrap {

    max-width: 1200px;

    width: 100%;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

}



/* Header

----------------------------------------*/



#page_index #banner_box {

    padding-top: 0;

}



#name_box_w {

    width: 100%;

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 99;

    color: #fff;

}



#name_box_w a {

    color: #fff;

}



#name_box_w a:hover {

    color: #ff0;

}



#name_box_w .row {

    margin-bottom: 0;

    position: relative;

}



#name_box_w .container {

    height: 100%;

}



#name_box_w .col {

    margin-bottom: 0;

    padding-top: 2.2rem;

    height: 180px;

    height: var(--base_h);

}



#name_box_w #top_tel {

    transition: all 0.5s;

    position: absolute;

    top: 0px;

    right: 10px;

}





#name_box_w #top_tel .tel_num a {

    font-size: 2.5rem;

    font-weight: bold;

}



#name_box_w #menu_open {

    width: 100%;

}



#menu_box .menu {

    padding: 55px 10px !important;

}



.menu .mynav .nav {

    width: 12.5%;

    float: left;

    position: relative;

    font-size: larger;

    padding: 0 0.25rem;

}



.menu .mynav .nav a {

    float: right;

    line-height: 40px;

    position: relative;

    color: #fff;

    text-align: right;

}



.menu .mynav .nav a:hover,

.menu .mynav .nav a.current {

    color: #ff0 !important;

    border-bottom: 2px solid #ff0;

}



.shadow {

    width: 100%;

    height: 13px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 99999;

}



#banner_box {

    width: 100%;

    overflow: hidden;

    position: relative;

    padding-top: var(--base_h);

}



#zy_banner_box {

    width: 100%;

    position: relative;

    padding: 200px 0 200px 0;

}



#zy_banner_box .bg {

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    overflow: hidden;

    z-index: 7;

}



#zy_banner_box .conter {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: url(../Image/zy_banner.jpg) fixed;

    z-index: 8;

    padding: 90px 0 0 0;

}



.location,

.location a {

    color: #999;

}



#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_box .lf_box {

    box-shadow: 0 0 5px #ccc;

    margin-bottom: 20px;

    background: #fff;

}



#left_box .lf_box .title {

    width: 100%;

    height: 70px;

    line-height: 70px;

    font-size: 2.4rem;

    color: #fff;

    background: center #345dcc;

    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;

}



.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 a.current {

    color: #900;

    font-weight: bold;

}



.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 a.current:after {

    width: 100%;

}





.lf_lx_list {

    padding: 10px;

    color: #333333;

}



.lf_lx_list li {
    line-height: 30px;
}





#mid_wrap {

    width: 100%;

}



#right_box {

    /*box-shadow: 0 0 5px #ccc;*/

    padding: 0 0.75rem;

    background: #fff;

}



.title_box {

    height: 70px;

    position: relative;

    color: #323232;

    margin-bottom: 10px;

    border-bottom: 1px dotted #e6e6e6;

}



.title_box .title {

    width: 100%;

    line-height: 70px;

    font-weight: bold;

    font-size: 3.0rem;

    color: #345dcc;

    position: relative;

}



.title_box .location {

    position: absolute;

    top: 0;

    right: 0;

    padding: 0 10px;

    color: #626262;

    height: 80px;

    line-height: 80px;

    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: #345dcc;

    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 {

    font-size: 14px;

    color: #333;

    line-height: 26px;

    padding: 20px 30px;

    margin-top: 30px;

    border-radius: 5px;

    border: 1px dotted #ddd;

    background: #efefef;

}



.jobs_dy big {

    font-size: 1.7rem;

    font-weight: bold;

}





/* left

----------------------------------------*/



/* Right

----------------------------------------*/



.my_txt {

    padding: 0;

}



.info p,

.info img {

    padding: 0;

    margin: 0;

}



.info img {

    margin: 0 auto;

}



/* Footer

----------------------------------------*/



.page-footer {

    background: #1e1e1e;

    overflow: hidden;

    position: relative;

    color: #fff;

}



.page-footer .e_menu a {

    margin: 0 10px;

    font-size: larger;

}



.page-footer a {

    color: #fff;

}



.page-footer a:hover {

    color: #ff0;

}



.page-footer .footer-copyright {

    margin-top: 10px;

    color: #fff;

    background: none;

    line-height: 30px;

}



.e_ewm .row {

    max-width: 240px;

    margin: 10px auto 0;

    line-height: 40px;

}



#page-footer-gt {

    z-index: 9;

    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;

    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%;

}



#newsContent {

    margin-bottom: 16px;

    text-align: left;

}



#newsContent img {

    max-width: 100%;

}





#newsInfo {

    margin: 0px;

    font-weight: normal;

    text-align: left;

    padding: 10px;

}



#newsInfo iframe {

    width: 100%;

    height: 600px;

}



#newsInfo img {

    max-width: 100%;

    height: auto !important;

}





.news_img h2 {

    color: #f00;

    background: #efefef;

    padding: 5px;

    line-height: 30px;

    border-radius: 10px 0 10px 0
}



/*GUESTBOOK PAGE*/



.t_r {

    padding: 5px 0;

    font-size: 1.8rem;

}



.G_InputText {

    width: 100%;

    padding: 5px !important;

    border: 1px solid #ccc !important;

    margin: 5px 0;

}



.G_textarea {

    width: 100%;

    height: 100px;

    padding: 5px;

    border: 1px solid #ccc !important;

    margin: 5px 0;

}



.G_botton {

    padding: 10px 20px !important;

    background: #4f383b;

    cursor: pointer;

    color: #FFF;

    border: none;

    float: right;

    border-radius: 3px;

    font-size: 16px;

    font-family: "微软雅黑";

}



.yanzheng {

    height: 12px;

    padding: 10px;

    border: 1px solid #ccc !important;

    margin: 5px 0;

}



.jobs_list big {

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 10px;

    display: block;

    color: #f00;

}



.jobs_list li {

    color: #fff;

    background: #333;

    border-radius: 5px;

    padding: 15px !important;

    margin-bottom: 40px;

}





.jobs ul li .recruit_info {

    color: #494949;

    font-size: 14px;

    line-height: 36px;

}



.jobs ul li .recruit_info .job_nam {

    color: #be0000;

    font-weight: bold;

}



.recruit_info_tit_bg {

    width: 100%;

    height: 50px;

    border-radius: 2px;

    margin-top: 10px;

}



.recruit_info_tit_bg .recruit_info_tit {

    width: 100px;

    height: 50px;

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

    background: #1e4483;

    font-size: 16px;

    color: #fff;

    line-height: 50px;

    text-align: center;

}



.recruit_info_main {

    padding: 5px;

}



.recruit_info_main p {

    font-family: 'Microsoft YaHei', arial;

    text-align: justify;

    letter-spacing: 1px;

    font-size: 14px;

    line-height: 28px;

    color: #494949;

}



.order {

    width: 96%;

    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%;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

    background: #ddd;

}



.proUL li a .img img {

    transition: all 0.3s;

}





.proUL li a:hover img {

    transform: scale(1.1);

}



.proUL li a .title {

    background: rgba(0, 0, 0, 0.8);

    color: #fff;

    padding: 7px;

    width: 100%;

}





.picUL li a {

    display: block;

    padding: 5px;

}



.picList li {

    margin-bottom: 20px !important;

}



.picList li a {

    transition: all 0.3s;

    background: #EFEFEF;

    padding: 5px;

}



.picList li a:hover {

    background: #eee;

    box-shadow: 0 5px 5px #ccc;

    transform: translateY(-10px);

}



.picList li a {

    display: block;

}



.picList .img {

    overflow: hidden;

    background: #fafafa;

}





.picList .Pic_list_txt {

    position: relative;

    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: 70px;

    font-size: 1.6rem;

    line-height: 35px;

    color: #666;

}



.picList .Pic_list_txt .t3 {



    line-height: 30px;

}



.picList .Pic_list_txt .time {

    text-align: right;

    line-height: 20px;

    font-size: 12px;

}



/*INDEX*/



.in_pro_gd {

    background: #ececec;

    border: 5px solid #ececec;

    margin-bottom: 0 !important;

}



.in_pro_list {

    background: #376fca;

    margin-bottom: 0 !important;

}



.in_pro_list .title {

    font-size: 2.5rem;

}



.in_pro_list ul {

    margin-top: 20px;

    margin: 20px auto 0;

}



.in_pro_list li {

    margin-bottom: 10px;

}



.in_pro_list li a {

    border-radius: 20px;

    color: #fff;

    display: block;

    text-align: left;

    border: 1px solid rgba(255, 255, 255, 0.5);

    font-size: 1.6rem;

    padding: 5px 10px;

}



.in_pro_list li a:hover {

    background: #fff;

    color: #345dcc;

}



#in_product_box .in_case_type ul li a:hover,

.case_type .current {

    border: 1px solid #000;

    background: #000
}



#in_gsjj_box {

    background: #fff;

    position: relative;

}



#in_gsjj_box .main {

    position: relative;

    z-index: 2;

    background: url(../Image/in_gsjj_bg.jpg) center no-repeat;

    height: 451px;

    padding: 40px 0;

}



#in_gsjj_box .main .cover {

    height: 100%;

    background: rgba(55, 111, 202, 0.8);

    color: #fff;

    padding: 50px 30px;

}



#in_gsjj_box .main .cover .title {

    font-size: xx-large;

    margin-bottom: 20px;

}



#in_gsjj_box .main .cover .content {

    height: 190px;

    line-height: 2;

    overflow: hidden;

    margin-bottom: 20px;

    margin-top: 10px;

}



#in_gsjj_box .main .cover .more a {

    color: #fff;



}



#in_gsjj_box .main .cover .more a:hover {

    color: #ff0;

}





.in_title {

    color: #a0a0a0;

    margin-bottom: 30px;

}



.in_title big {

    display: inline-block;

    font-weight: bold;

    color: #000;

    font-size: 3.0rem;

}



.in_title big {

    width: 100%;

    border-bottom: 2px #efefef solid;

    max-width: 400px;

    margin: 0 auto;

    display: block;

    padding-bottom: 13px;

    margin-bottom: 13px;

}



.in_title big:after {

    content: "";

    width: 122px;

    height: 2px;

    display: block;

    margin: 0 auto;

    background: #000;

    position: relative;

    bottom: -15px;

    background-image: linear-gradient(90deg, #376fca 50%, #e61919 50%);

}



.in_title span {

    font-size: 1.8rem;

    font-family: ARRUSN;

    color: #333333;

    /*text-transform: uppercase;*/

}



.in_title .more {

    position: absolute;

    top: 0;

    right: 0;

    line-height: 33px;

    width: 200px;

    font-weight: normal;

}



.in_title .more a {

    color: #28272d;

    letter-spacing: 35px;

    display: block;

    font-size: 1.2rem;

}



.in_title .more a:hover {

    color: #fdb802;

    letter-spacing: 0px;

}



.in_title .more a:hover:after {

    background: #fdb802;

}



.in_title .more a:after {

    content: "";

    display: inline-block;

    width: 800%;

    height: 2px;

    background: #a0a0a0;

    position: absolute;

    top: 50%;

}



#in_news_box {

    width: 100%;

    overflow: hidden;

}



#in_news_box #best_news .img2 {

    margin-bottom: 10px;

}



#in_news_box .time {

    color: #c4c4c4;

    text-align: center;

}



#in_news_box .time big {

    display: block;

}



#in_news_box .time big:after {

    content: "";

    width: 43px;

    height: 2px;

    background: #ccc;

    display: block;

    margin: 5px auto;

}



#in_news_box .cont {

    line-height: 28px;

}



#in_news_box #best_news {

    background: #f8f8f8;

    padding: 20px 20px 0;

    margin-bottom: 15px;

}



#in_news_box #nomal_news li {

    margin-bottom: 18px;

}



#in_news_box #nomal_news li a {

    padding-top: 5px;

    background: #f8f8f8;

}



#in_news_box .main a:hover {

    background: #376fca !important;

    color: #fff;

}



#in_news_box .main a:hover * {

    color: #fff;

}



#in_down_box {

    min-height: 496px;

    background: url(../Image/in_message_bg.jpg) center bottom no-repeat #376fca;

    color: #fff;

}



#in_down_box #ys {

    min-height: 496px;

    margin-bottom: 0;

    margin-top: 50px;

}



#in_down_box .title {

    font-size: 3.4rem;

}





#in_down_box #ys .list {

    margin-top: 40px;

}





#in_down_box #ys .list li {

    margin-bottom: 40px;



}



#in_down_box #ys .list li span.num {

    background-color: #67a0ff;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    font-size: larger;



}



#in_down_box #message {

    margin-bottom: 0;

}





#in_down_box .fs30 {

    font-size: 30px;

}





/*ABOUT*/



.title_box {

    text-align: center;

    margin-bottom: 20px;

}



.title_box big {

    font-size: 3.0rem;

    font-weight: bold;

    color: #000;

}



.title_box p {

    display: block;

    color: #999999;

    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_about .img {

    padding-right: 30px;

}



/*Product*/



.pro_type li a {

    display: block;

    border: #efefef 1px dotted;

    color: #000;

    padding: 10px 20px;

    text-align: center;

    font-size: 1.6rem;

}





.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*/



#page_index #c_mess_box input,
#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}





#c_mess_box .border {

    padding: 10px 10px !important;

    border: 1px solid #efefef !important;

    height: 3.5rem;

    box-sizing: border-box;

    background: #fff;

    color: #000;

}



.de-contact .contact-list {

    border: 1px solid #efefef !important;

    background: #fafafa;

    border-radius: 10px;

    margin-bottom: 30px;

}



.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(../Image/contact-icon-01.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-02 {

    background: url(../Image/contact-icon-02.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-03 {

    background: url(../Image/contact-icon-03.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-04 {

    background: url(../Image/contact-icon-04.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-05 {

    background: url(../Image/contact-icon-05.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-06 {

    background: url(../Image/contact-icon-06.png) no-repeat 10px 10px #fff;

}





.de-contact .contact-list ul li div.icon-07 {

    background: url(../Image/contact-icon-07.png) no-repeat 10px 10px #fff;

}





#dituContent {

    width: 100%;

    height: 475px;

    margin: 0 auto 30px;

    border: 1px dotted #ccc;

    border-radius: 10px;

}