@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: #ffffff;
}

a:link {
    color: #333333;
    text-decoration: none
}

a:visited {
    color: #333333;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0655b5;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

ul,
li {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

input,
textarea {
    outline: none;
}

.wenben {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333333;
    letter-spacing: 0.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}


.wenben0 {
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: left;
    color: #666666;
    letter-spacing: 0.0em;
    text-align: Justify;
    text-justify: inter-ideograph;
    padding: 0 10px;
}

.wenben0 h2 {
    color: #0051b5;
    margin: 10px 0;
}


.wenben01 {
    font-size: 2.5rem;
    line-height: 60px;
    text-align: left;
    color: #333333;
    letter-spacing: 0.0em;
}

.border {
    border: #333333 1px solid;
}

.center {
    width: 100%;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #f00;
}

.red a:link {
    color: #f00;
    text-decoration: none
}

.red a:visited {
    color: #f00;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #f00;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*PAGE
----------------------------------------*/

.page {
    margin: 20px 0;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next {
    padding: 0;
}

.prev_next li {
    margin: 10px auto;
    background: #eee;
    padding: 5px;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}

.prev_next li {
    background: #dfdfdf;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prev_next li:hover {
    background: #d8d8d8;
    display: block;
    border-radius: 3px;
}

.back_list {
    padding: 0 20px;
    text-align: right;
    font-size: 2.0rem;
    line-height: 40px;
}

.back_list a {}

.back_list a:hover {}

.gridtable table {
    width: 99%;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
    line-height: 30px;
}

.gridtable table th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.gridtable table td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
    font-size: 14px;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}


.hidden {
    display: none !important
}



/* Wrap
----------------------------------------*/

#wrap {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.t_m_logo {
    background: #efefef;
    text-align: center;
    padding: 40px 0;
    height: 138px;
    box-sizing: border-box;
}

.t_m_logo img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.top_type {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    background: rgba(6, 85, 181, 0.9);
    transition: all 0.5s;
}

.top_type li {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem; 
    line-height: 4rem;
    border-bottom: 1px solid #fff;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
}

.top_type li a {
    color: #fff;
    display: block;
}

.open {
    transform: translateX(-300px);
}

.top_menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    display: none;
}

/* Header
----------------------------------------*/

#name_box_w {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#name_box {
    width: 100%;
    margin: 0 auto;
    height: 138px;
    position: relative;
}

#name_box .logo {
    width: 35%;
    box-sizing: border-box;
    height: 138px;
    text-align: left;
    padding: 3rem 2rem;
    display: block;
    float: left;
}

#name_box .top_tel {
    width: 55%;
    box-sizing: border-box;
    height: 138px;
    padding: 4.0rem 2rem;
    float: left;
    text-align: right;
    font-size: 2.5rem;
    line-height: 3.0rem;
}

#name_box .top_tel span {
    font-size: 3.5rem;
    font-weight: bold;
    color: #032861;
}


#name_box .top_menu {
    float: right;
    width: 10%;
    text-align: center;
    color: #0084d2;
    cursor: pointer;
}
#name_box .top_menu { margin-top: 4rem;}


.search {
    width: 700px;
    height: 80px;
    background:#ff9c00;
    margin: 1rem auto;
    border-radius: 10px;
    color: #fff;
}


.search .in_text {
    border: medium none;
    color: #fff !important;
    width: 600px;
    height: 80px;
    box-sizing: border-box;
    font-size: 3.0rem;
    transition: all 0.5s;
    padding: 20px;
    box-sizing: border-box;
    background: none;
}


.search input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #fff; opacity:0.5;
} 
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff; opacity:0.5;
} 
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #fff; opacity:0.5;
} 
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #fff; opacity:0.5;
}


.in_text:focus {
    padding: 20px 30px;
}

.search .so {
    background: url(../Image/search_so.png) center no-repeat;
    color: #fff;
    border: medium none;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

/*#name_box .menu_icon { float:right; margin-top:6%; margin-right:4%; cursor: pointer; width: 75px; height: 75px; background:url(../Image/menu_icon.png) no-repeat; }
#name_box #next_tel { float:right; margin-top:6%; margin-right:4%; font-size: 35px; color: #8eca72;}
*/

#top_news_box {
    width: 100%;
    height: 83px;
    background: url(../Image/top_news.gif) no-repeat;
}

#top_news_box_cx {
    padding: 0 60px;
    width: 520px;
    height: 83px;
    line-height: 83px;
    font-size: 25px;
    position: relative;
}

#top_news_box_cx span {
    color: #0655b5;
}

#top_news_box_cx .xw {
    position: absolute;
    top: 0;
    right: 30px;
}

#top_news_box_cx .xw a {
    color: #fff;
}

.menu {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.menu .nav {}

.menu .nav li {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    height: 150px;
    float: left;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.menu .nav li a {
    color: #252525;
    width: 100%;
    height: 150px;
    text-align: center;
    line-height: 30px;
}

.menu .nav li a .m_icon {
    width: 106px;
    height: 115px;
    background: url(../Image/m_bg1.png) no-repeat;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 18px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.menu .nav li a:hover .m_icon {
    background: url(../Image/m_bg2.png) no-repeat;
}


.menu .nav li a .m_icon img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
}

.hiden {
    display: none;
}

.show {
    display: block !important;
}


.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 316px;
}

#banner {
    width: 100%;
    height: 316px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}


.cur {
    background: #0077e9;
}



/* Mid
---------------------*/

#zy_box_wrap {
    padding: 0px;
    background: #fff;
    margin: 0 0 20px 0;
}

#box_wrap {
    padding: 22px 25px;
    background: #fff;
}


.zy_title {
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    background: #0655b5;
    color: #fff;
    font-size: 3.6rem;
    margin-top: 20px;
}

.title_box {
    width: 700px;
    padding: 0 25px;
    position: relative;
    background: #ededed;
    font-size: 28px;
    line-height: 80px;
    box-sizing: border-box;
    margin: 0 auto; 
}



/* left
----------------------------------------*/

#left_box {
    width: 28%;
    float: left;
    background: #f5f5f5;
    border-right: #dbdbdb 1px solid;
    padding-bottom: 10vh;
}

.lf_title_box {
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    background: #0051b5;
    text-align: center;
}

.lf_title_box span {
    color: #000;
    font-weight: bold;
}

.lf_box {
    width: 100%;
}


.lf_lx_box {
    border: #efefef 1px solid;
    padding: 8px;
    background: #fafafa;
}

.lf_lx_list {
    padding: 20px 0 20px 20%;
    font-style: normal !important;
}

.lf_lx_list li {
    line-height: 20px;
    font-size: 25px;
}

.lf_lx_name {
    font-size: 30px;
    text-align: left;
}

#lf_lxwm_box {
    color: #fff;
    background: #0051b5;
    text-align: center;
    padding: 30px 0;
}

.lf_ly_bt {
    width: 180px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
}

.lf_ly_bt a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    background: #FFF;
    color: #000;
}

.lf_ly_bt a:hover {
    background: #f60;
    color: #fff;
}


/* Right
----------------------------------------*/

#right_box_w {
    width: 65%;
    min-width: 800px;
    float: right;
    padding-right: 5%;
}

.rt_main_box {
    height: auto !important;
    min-height: 300px;
    height: 300px;
}

.gs_pic {
    width: 300px;
    padding: 5px;
    border: #efefef 1px solid;
    background: #FFF;
    float: left;
    margin-right: 20px;
}

.my_txt {
    padding: 15px;
}

.lx_list li {
    font-size: 25px;
    line-height: 50px;
}


#in_type_box {
    background: #fff;
}

.type_title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.list {
    padding: 20px;
}

.list li {
    width: 50%;
    height: 80px;
    float: left;
}

.list li a {
    color: #333333;
    width: 270px;
    padding-left: 30px;
    background: url(../Image/dot.png) left center no-repeat;
    text-align: left;
    height: 80px;
    line-height: 80px;
    font-size: 31px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.in_pro_link {
    padding: 0 !important; 
    margin: 10px auto;
    text-align: center;
    color: #000;
    overflow: hidden;
}


.in_pro_link .title {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0; 
    background: #efefef;
    padding: 20px 0; 
    border-radius: 5px;
}

.in_pro_link a {
    margin: 1%;
    color: #666666;
    width: 31.33%;
    padding: 0 5px; 
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border: 1px solid #8f8f8f;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 2.0rem;
}

.in_pro_link a:hover {
    color: #fff;
    background: #e70014;
    border: 1px solid #e70014;
}


/* Footer
----------------------------------------*/

.e_menu {
    width: 750px;
    height: 132px;
    background: #0064d4;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.e_menu .e_nav {}

.e_menu .e_nav li {
    width: 25%;
    height: 132px;
    box-sizing: border-box;
    float: left;
    font-size: 3rem;
}

.e_menu .e_nav li a {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    height: 132px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: relative;
}

.e_menu .e_nav li img {
    display: inline-block;
    position: relative;
    top: 10px;
}

#back {}


.e_menu .e_nav li .num{
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 18px;
    font-size: 18px;
    animation: myfirst 0.8s infinite;
}

@keyframes myfirst
{
    from {background: #fff;}
    to {background: #ff0000; color: #fff;}
}


/*NEWS CONTENTS PAGE*/

#best_news {
    width: 100%;
    height: 340px;
}

#slide {
    width: 677px;
    height: 340px;
    float: left;
}

#best_news_list {
    width: 500px;
    height: 340px;
    float: right;
}

#best_news_list li {
    width: 100%
}

#best_news_list li span {
    font-size: 24px;
}

#best_news_list li {
    height: 90px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

#best_news_list li a {
    height: 80px;
    display: block;
    padding: 5px;
    overflow: hidden;
}

#best_news_list li a:hover {
    background: #bcd8ff;
    color: #FFF;
}

.news_detail {
    padding: 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
}

#news_d {
    color: #000;
    font-size: 16px;
    text-align: left;
    background: #efefef;
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;

    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

#news_img {
    text-align: center;
    position: relative;
}

#news_img,
.news_img {}

#news_img .img {
    border: 1px solid #ccc;
    display: block;
    position: relative;
    background: #fff;
    padding: 0; 
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}

#news_img .img .hot {
    position: absolute;
    left: 0;
    top: 0;
}


#newsContent {

    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 730px;
}

#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
}

#newsInfo iframe {
    width: 730px;
}

#newsInfo img {
    max-width: 730px;
}

.info strong { display: inline-block; padding: 0 20px; background: linear-gradient(90deg, #1e4483 , #111);  color: #fff; border-radius: 3px; }

/*GUESTBOOK PAGE*/

.G_InputText {
    width: 100%;
    height: 40px;
    border: none;
    padding: 20px 0;
    font-size: 25px;
    line-height: 40px;
}

.G_textarea {
    width: 100%;
    height: 130px;
    padding: 10px 0;
    border: none;
    font-size: 25px;
    line-height: 40px;
    font-family: "微软雅黑";
}

.G_botton {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background: #0655b5;
    font-family: "微软雅黑";
    cursor: pointer;
    color: #FFF;
    border: none;
    border-radius: 5px;
    transition: all .2s;
    float: right;
    margin-top: 15px;
    display: inline-block;
    padding: 0 20px; 
}

.G_select {
    padding: 10px;
    line-height: 16px;
    width: 520px;
}

.G_botton:hover {
    transition: all .2s;
    background: #f60;
}

.yanzheng {
    width: 400px;
    height: 50px;
    padding: 10px;
    border: none;
    font-size: 25px;
    line-height: 50px;
}

.jobs ul {
    list-style: none;
    margin-top: 16px;
}

.jobs ul li {
    height: 150px;
    width: 98%;
    margin: 0 auto;
    border-top: 1px #cdcdcd dashed;
}

.jobs ul li .recruit_info {
    color: #333333;
    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 .but {
    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 .but a {
    text-decoration: none;
    font-family: 'Microsoft YaHei', 黑体, sans-serif;
    color: #FFF;
    display: block;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fff;
    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: #2962b3;
    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: #333333;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}



/*PRODUCTS LIST PAGE*/

.pro_detail {
    width: 97%;
    padding-left: 20px;
    margin: 20px 0;
    height: 70px;
    line-height: 70px;
    background: #0655b5;
    border-bottom: 3px solid #f27c26;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.listNews li {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 90px;
    height: 90px;
    border-bottom: 1px dashed #3a3a3a;
    position: relative;
}

.listNews li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listNews li:hover {
    border-bottom: 1px solid #999;
}

.Newstime {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
}


.pro_pic li {
    width: 46%;
    background: #f5f5f5;
    float: left;
    margin: 2%;
    text-align: center;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 2px 2px 0 2px;
    box-sizing: border-box; 
}


.pro_pic li .img{
    width: 100%;
    height: 200px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}


.pro_pic li img {
    max-width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.pro_pic .t1 {
    font-size: 18px;
    line-height: 60px;
    background: #0655b5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px; 
}

.pro_pic .t2 {
    font-size: 18px;
    line-height: 20px;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.pro_pic li a {
    color: #fff;
    display: block;
    position: relative;
}


.list_body {
    width: 98%;
    margin: 10px auto;
}

#list-loding {
    text-align: center;
}

#list-loding img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

#list_bottom {
    clear: both;
    text-align: center;
}

#list-more {
    background: #0655b5;
    clear: both;
    margin: 10px 0;
    font-size: 30px;
}

#list_button {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.in_piclist {
    padding: 10px 0;
    clear: both;
}

.in_piclist li {
    width: 48%;
    height: 90px;
    margin: 1%;
    float: left;
}

.in_piclist img {
    max-width: 40%;
    height: 90px;
    float: left;
}

.in_piclist .txt {
    width: 55%;
    height: 90px;
    float: right;
    overflow: hidden;
    padding-left: 5%;
}

.in_piclist .txt .price {
    font-size: 16px;
}

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 224px;
    height: 200px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 214px;
    height: 200px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    background: url(../Image/proshadow.jpg) no-repeat bottom;
    color: #000;
    overflow: hidden;
}

#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 214px;
    height: 160px;
}



#picList {
    width: 100%;
}

#picList li {
    height: 120px;
    padding: 10px 0;
    border-bottom: #bebebe 1px dashed;
}

#picList a {
    height: 120px;
    display: block;
}

#picList a:hover {
    color: #fff;
    background: #00aac7;
}

#picList .picList_img {
    float: left;
    width: 160px;
    height: 120px;
}

#picList .Pic_list_txt {
    width: 500px;
    float: right;
    padding-left: 20px;
    position: relative;
    height: 120px;
    overflow: hidden;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#dwonList {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

#dwonList li {
    line-height: 40px;
    margin: 5px 0;
    position: relative;
}

#dwonList li a {
    display: block;
    color: #000;
    background: #efefef;
    padding: 0 10px;
}

#dwonList li a:hover {
    background: #127228;
    color: #FFF;
}

.Dicon {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
}


#proUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#proUL li {
    float: left;
}

#proUL a {
    width: 260px;
    height: 250px;
    text-align: center;
    margin: 5px;
    display: inline;
    padding: 5px;
    float: left;
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    border: #fafafa 3px solid;
    background: #efefef;
}

#proUL a:hover {
    color: #000;
    background: #f1f1f1;
}

#proUL a img {
    max-width: 256px;
    height: 210px;
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}



.lx_name {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #0655b5;
    display: block;
}



/*INDEX*/

#in_box_wrap {
    width: 100%;
}
.in_box { padding: 0 25px; }


#in_ys_box {
    background: url(../Image/in_ys_box.gif) center no-repeat;
    box-sizing: border-box;
    height: 1079px;
    padding: 80px 25px;
}

#in_ys_box .title {
    margin: 20px auto;
    display: block;
}

#in_ys_box .desc {
    margin: 20px auto;
    display: block;
    font-size: 2.5rem;
    color: #cee085;
    text-align: center;
}

#in_ys_box ul {  }


#in_ys_box ul li {
    width: 100%;
    /*height: 160px;*/
}

#in_ys_box ul li img {
    width: 83px;
    height: 111px;
    margin-right: 30px;
}

#in_ys_box ul li .cont {
    width: 540px;
    /*height: 140px;*/
}

#in_ys_box ul li .cont .t1 {
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}

#in_ys_box ul li .cont .t2 {
    font-size: 2.0rem;
    color: #fff;
    line-height: 3.2rem;
}


.xj { width: 320px; height: 80px; line-height: 80px; display: block; margin: 0 auto; font-weight: bold; font-size: 3.5rem; color: #ff9c00 !important; background: #fff; text-align: center; border-radius: 10px; }
.xj:hover { color: #fff !important; background: #000; }

#in_fw_box {
    background: #fff;
    
    font-size: 27px;
    color: #222222;
    text-align: left;
    line-height: 50px;
    padding: 50px 0;
}

#in_fw_box .title {
    margin: 40px auto;
    display: block;
}

#in_fw_box .title {
    font-size: 40px;
    color: #222222;
    text-align: center;
}

#in_fw_box .title span {
    color: #0655b5;
    font-weight: bold;
}


#in_fw_box .cont {
    padding: 0 100px;
}

#in_fw_box span {
    color: #f00;
}


#in_pro_box {
    background: #fff;
}


.in_box .more {
     
}

.in_box .more a {
    display: block;
    background: #ff9c00;
    font-size: 3.0rem;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 30px 0;
    border-radius: 10px;
}

.in_box .in_tel {
    height: 88px;
    line-height: 88px;
    font-size: 26px;
    color: #222222;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.in_box .in_tel span {
    color: #f00;
}


#in_pro ul {
    width: 100%;
    box-sizing: border-box;
     
}

#in_pro li {
    width: 100%;
    height: 262px;
    float: left;
    margin: 2% 0;
    box-sizing: border-box;
}

#in_pro li .box {
    width: 45%;
    box-sizing: border-box;
    height: 262px;
    border: 1px solid #b5b5b5;
    padding: 10px;
    display: block;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
}

#in_pro li .img {
    max-width: 100%;
    height: 240px;
}

.sy { position: absolute; z-index: 9; top:0; left: 0; width: 100%; height: 100%; display: block; background: url(../Image/sy.png) center no-repeat; background-size: 150%;
}

.sy0 { position: absolute; z-index: 9; top:0; left: 0; width: 100%; height: 100%; display: block; background: url(../Image/sy.png) center no-repeat; background-size: 100%;
}

#in_pro li .cont { width: 50%; float: right; }

#in_pro li .in_pro_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 2.6rem;
    color: #252525;
    text-align: left;
}


#in_pro li .in_pro_content {
    height: 150px;
    line-height: 3.2rem;
    font-size: 2.0rem;
    color: #666666;
    text-align: left;
    margin: 15px 0; 
    overflow: hidden;
}

#in_pro li .bt {
    color: #ffffff;
    font-size: 2.5rem;
    background: #0064d4;
    width: 100px;
    height: 22px;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    padding: 10px;
}

#in_pro li .bt:hover {
    color: #ffffff;
    background: #ff9c00;
}

#in_pro li .num {
    font-size: 2.5rem;
    color: #0064d4;
}

#in_case_box {
    margin-bottom: 80px;
}

#in_gsjj_box { margin: 30px 0; }

#in_gsjj_box .main { height: 242px; overflow: hidden; }


#in_link_box {
    background: #fff;
    
    padding: 30px 0 0 0;
}

.in_link { padding: 20px;}


#in_message_box {
    background: #fff;
    padding: 30px 0;
}

#in_message_box li {
    padding: 0 30px;
    line-height: 100px;
    height: 100px;
    font-size: 150%;
    border-bottom: 1px solid #ccc;
}

.in_mess_title {
    padding: 20px 0;
    background: #0655b5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.m_pro .zd {
    font-size: 36px;
    font-weight: normal;
}

.in_mess_title h2 {
    font-size: 26px;
    color: #d1dae7;
    font-weight: normal;
}

.G_InputText {
    border: none;
}


#in_lxwm {
    margin: 0 auto;
    margin-bottom: 164px;
    padding: 30px 0;
    line-height: 50px;
    text-align: left;
    background: #f0f0f0;
    color: #000;
}

#in_lxwm a {
    color: #000;
}

.in_lxwm_cont {
    padding: 0 30px;
    font-size: 2.8rem !important;
}

.bq {
    font-size: 3.0rem;
    color: #000;
    text-align: center;
    line-height: 100px;
}

#in_news_box {
    background: #fff;
    padding: 30px 25px;
}

.in_newsbest_box  {
    padding:0 0; 
}


.in_newsbest_box li {
    width: 100%;
    height: 158px;
    margin: 30px 0;
    text-align: center;
}

.in_newsbest_box li .img {
    display: block;
    width: 192px;
    height: 158px;
    background: #efefef;
    text-align: center;
}

.in_newsbest_box li img {
    max-width: 192px;
    height: 158px;
}

.in_newsbest_box li .cont {
    width: 490px;
    height: 158px;
    overflow: hidden;
}

.in_newsbest_box li .cont .t1 {
    font-size: 24px;
    color: #222222;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
}

.in_newsbest_box li .cont .t2 {
    font-size: 22px;
    color: #666666;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    margin: 10px 0;
}

.in_newsbest_box li .cont .t3 .bt {
    color: #fff;
    font-size: 20px;
    background: #0064d4;
    border-radius: 5px;
    display: block;
    line-height: 20px;
    padding: 5px 10px;
}


.in_newslist {
    padding: 0;
}

.in_newslist li {
    height: 80px;
    line-height: 80px;
    font-size: 2.8rem;
}

.in_newslist li a {
    padding-right: 200px;
    color: #565656;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_newslist li .Time {
    position: absolute;
    right: 0;
    top: 0;
}


.in_newslist li .bt {
    color: #fe0000;
    font-size: 22px;
    background: #fff7f7;
    border: 1px solid #fe0000;
    border-radius: 5px;
    display: inline-block;
    line-height: 22px;
    padding: 5px;
}


.in_title {
    margin: 30px auto;
    padding: 0 0; 
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

.in_title  .title {
    font-size: 3.5rem;
    color: #252525;
    font-weight: bold;
}


.in_title .more {
    position: absolute;
    right: 0;
    top: 10px;
}

.in_title .more {
    font-size: 2.5rem;
    color: #999999 !important;
}

.map {
    cursor: pointer;
}

.nav_map {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 9;
    transition: all 0.5s both;
}

.down {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
}

.cur {
    background: #0077e9;
}


.mb {
    -webkit-animation: mb .5s ease-in-out both;
    animation: mb .5s ease-in-out both;
}

@-webkit-keyframes mb {
    from {}
    to {
        -webkit-transform: translateY(-100%);
    }
}

;
@keyframes mb {
    from {}
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.mt {
    -webkit-animation: mt .5s ease-in-out both;
    animation: mt .5s ease-in-out both;
}


@-webkit-keyframes mt {
    from {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes mt {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.e_pro {
    width: 750px;
    margin: 0 auto;
    color: #fff;
}

.e_pro_link {
    width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 13px;
    line-height: 40px;
    color: #000;
    font-size: 24px;
    overflow: hidden;
}

.e_pro_link a {
    margin: 10px;
    color: #fff;
    width: 240px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #c5c4c4;
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.e_pro_link a:hover {
    color: #fff;
    background: #0655b5;
    border: 1px solid #0655b5;
}

.e_other_pro {
    width: 560px;
    margin: 0 auto;
    padding: 30px 0;
}

.e_other_pro a {
    display: inline-block;
    width: 50%;
    line-height: 50px;
    color: #c2c2c2;
    font-size: 25px;
}