@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3a3a3a;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
}

@font-face {
    font-family: avantgardeitcbybt-demi;
    src: url(../fonts/avantgardeitcbybt-demi.otf) format('truetype')
}

a {
    transition: all 0.3s;
}

a:link {
    color: #3a3a3a;
    text-decoration: none
}

a:visited {
    color: #3a3a3a;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

ul,
li,
dl,
dt,
dd,
ol {
    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: #3a3a3a;
    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: 14px;
    line-height: 28px;
    text-align: justify;
    color: #292929;
    letter-spacing: 0.0em;
}

.wenben01 {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: 0.0em;
}

.border {
    border: #000 1px solid;
}

.center {
    width: 1200px;
    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);
}



/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    margin: 10px auto;
    background: #eee;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    height: 24px;
}

.prev_next li {
    background: #dfdfdf;
    display: block;
    border-radius: 3px;
}

.prev_next li:hover {
    background: #d8d8d8;
    display: block;
    border-radius: 3px;
}

.back_list {
    text-align: right;
    font-size: 12px;
}

.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;
}

.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;
}



/* Header
----------------------------------------*/

.logo {
    margin-top: 10px;
    float: left;
    color: #000;
}

.logo h1 {
    font-size: 37px;
    font-weight: 600;
}


.logo h1 span {
    color: #0050a7;
}



#top_note_w {
    width: 100%;
    height: 40px;
    background: #0050a7;
    color: #FFF;
}

#top_note {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
}

#top_note a {
    margin: 0 5px;
}


#top_link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

#top_link a {
    color: #FFF;
    margin: 0 10px;
}

#top_link a:hover {
    color: #ff0;
    margin: 0 10px;
}

#sj_bt {
    position: relative;
    cursor: pointer;
}

#sj_bt img {
    padding: 0;
    border: 0;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: -20px;
    z-index: 99;
    transition: all 0.3s;
    width: 100px;
    height: 0;
}

#sj_bt:hover img {
    padding: 3px;
    border: 1px solid #ccc;
    height: 100px;
}

#top_kh {
    float: left;
    margin: 40px;
    line-height: 20px;
    color: #0050a7;
    font-weight: normal;
    font-size: 18px;
    display: none;
}

#top_tel {
    position: absolute;
    top: 30px;
    line-height: 40px;
    right: 0;
    font-size: 15px;
    color: #898989;
    padding-left: 45px;
    text-align: left;
    background: url(../Image/top_icon.png) left center no-repeat;
}

#top_tel span {
    font-size: 22px;
    color: #0050a7;
    font-weight: bold;
}

.top_ewm {
    float: right;
    margin-top: 10px;
}

#name_box_w {
    width: 100%;
    height: 89px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#name_box {
    width: 1200px;
    margin: 0 auto;
    height: 89px;
    position: relative;
    z-index: 9;
}

#menu_box {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 54px;
    position: relative;
    z-index: 9;
}

.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box {
    width: 100%;
    height: 473px;
    overflow: hidden;
    position: relative;
}

#banner {
    width: 1920px;
    height: 473px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
    height: 363px;
    background: url(../Image/zy_banner.jpg) no-repeat center;
}

#top_news_box {
    width: 100%;
    height: 45px;
    border-bottom: #999 1px solid;
    display: none;
}

#top_news_box_cx {
    width: 1200px;
    margin: 0 auto;
    height: 53px;
    line-height: 53px;
    font-size: 12px;
}

#top_news_box_cx span {
    font-size: 16px;
    color: #099b4a;
}

#top_news_box_cx a {
    margin: 0 5px;
    display: block;
}





/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 1200px;
    margin: 30px auto;
}

.title_box {
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #494949;
    border-bottom: 1px solid #dbdbdb;
    border-left: 10px solid #1f65b2;
    padding-left: 10px;
    margin-bottom: 20px;
}

.title_box .title {
    width: 300px;
    text-align: left;
    margin: 0;
    font-size: 30px;
    line-height: 50px;
    color: #494949;
}

.title_box .title span {
    display: none;
}

.location {
    padding: 0;
    color: #292929;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: absolute;
    top: ;
    right: 0;
}

.location a {
    color: #494949;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.location span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    border-radius: 50%;
    color: #494949;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom: none;
}



/* left
----------------------------------------*/

#left_box {
    width: 222px;
    float: left;
    background: #fff;
}

.lf_title {
    background: #0050a7;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 24px;
    font-weight: bold;
}

.lf_title a {
    color: #fff;
}

.lf_title a:hover {
    color: #ff0;
}



.lf_box {
    width: 220px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 10px 0;
}

.list {
    width: 225px;
    margin: 0 auto;
}

.list .nav {
    width: 225px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.list .nav a {
    color: #000;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    display: block;
    position: relative;
}

.list .nav a:hover {
    background: #0050a7;
    border-bottom: 1px solid #0050a7;
    color: #fff !important;
    font-weight: bold;
}

.list .nav a i {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #818181;
    text-align: center;
    line-height: 24px;
}

.list .nav a:hover i {
    border: #fff 1px solid !important;
}

.list .nav .cur {
    background: #0050a7 !important;
    color: #fff !important;
    font-weight: bold;
}

.list .nav .cur i {
    border: #fff 1px solid !important;
}

.lf_lx_box {
    color: #fff;
    background: #0050a7;
    padding: 50px 20px;
}

.lf_lx_box ul {}

.lf_lx_box li {
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #70b5ff;
}


.lf_lx_box li a{
    color: #70b5ff;
}


.lf_lx_box li big {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff000;
}

.lf_lx_box li span {

    font-weight: bold;
    text-align: center;
    color: #fff000;
}


/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 10px 0;
}

.bh_title h1 {
    font-size: 32px;
    color: #0050a7;
}

.bh_title h2 {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 40px;
    font-weight: normal;
}

#right_box_w {
    width: 940px;
    background: #fff;
    float: right;
}

.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;
}

.in_gs_pic {
    float: left;
    margin-right: 20px;
    width: 309px;
    height: 231px;
}

.my_txt {
    padding: 10px 0;
}

.my_txt img {}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}

#message_box {
    width: 900px;
    height: 559px;
    margin: 0 auto;
    background: url(../Image/yylc.jpg) center no-repeat;
}

#c_mess_box {
    width: 700px;
    margin: 50px auto;
    text-align: center;
    padding: 20px 0;
}

#c_mess_box h2 {
    color: #0050a7;
    margin: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fefefe;
}

#c_mess_box #a_qq {
    padding: 10px 20px;
    width: 100px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
}

#c_mess_box #a_wx {
    padding: 10px 20px;
    width: 100px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
    margin: 0 10px;
}

#c_mess_box #a_tel {
    padding: 10px 20px;
    width: 100px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
}

#c_mess_box #a_submit {
    padding: 12px 62px;
    background: #e86504;
    text-align: center;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}

#c_mess_box #a_content {
    width: 600px;
    background: none;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
    margin: 30px 0;
}


.nf {
    transition: all 0.3s;
    width: 55px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    background: #f00;
    color: #fff;
    line-height: 12px;
    border-radius: 5px;
}

.nf:hover {
    padding: 3px 10px;
    background: url(../Image/hover.png) center no-repeat #111;
}

.cate_cont {
    width: 820px;
    margin: 0 auto;
    padding: 20px;
    border: 15px #efefef double;
}


.gsinfo img {
    border-radius: 20px 0 20px 0;
}



/* Footer
----------------------------------------*/

#end_wrap {
    width: 100%;
    overflow: hidden;
    background: #232323;
    position: relative;
    padding:20px 0; 
}

.e_menu { width: 100%; text-align: center; font-size: 16px; line-height: 30px; color: #aeaeae; }
.e_menu a{ color: #aeaeae; margin:10px 25px; display: inline-block;  }
.e_menu a:hover { color: #fff; }

#e_txt {
    width: 1200px;
    margin: 0 auto;
    line-height:30px;
    text-align: left;
    color: #7d7d7d;
    padding: 10px 0;
}

#e_txt big{
    font-size:16px;
    display: block;
    margin:20px 0 10px; 
}

#e_txt big span{
    font-size: 23px;
    font-weight: bold;
}


.e_ewm {float: left; margin-right:40px; padding-top: 20px; }


.e_ewm img{ vertical-align: middle; margin-right: 10px; }


#e_txt a {
    color: #7d7d7d;
}

#e_txt a:hover {
    color: #FFF;
}


/*NEWS CONTENTS PAGE*/

.indexNewsllist li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}


.my_txt .indexNews li {
    border-bottom: 2px #ccc solid;
    padding: 10px 0;
    transition: all 0.3s;
}

.my_txt .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.my_txt .indexNews li a {
    color: #0050a7;
    display: block;
}

.my_txt .indexNews li a:hover {
    background-color: #fff;
}

.my_txt .indexNews li:hover {
    box-shadow: 0 0 3px #000;
    border-bottom: 2px #fff solid;
    padding: 10px;
}

.my_txt .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.my_txt .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}


.wen span {
    background-color: #e6c33b;
    padding: 2px 5px;
    color: #0050a7;
}

.da span {
    background-color: #0050a7;
    padding: 2px 5px;
    color: #e6c33b;
    text-align: justify;
}

.Newstime {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}

#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 #f0f0f0;
    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 {
    height: auto !important;
    min-height: 330px;
    height: 330px;
    padding: 10px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: left;
    background: #efefef;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 12px;

    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 940px;
}

#newsContent {

    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 940px;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
}

#newsInfo iframe {
    width: 940px;
    height: 600px;
}

#newsInfo img {
    max-width: 940px;
}

.proimg img {
    max-width: 500px !important;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px 0 10px 0
}





/*GUESTBOOK PAGE*/

.G_InputText {
    width: 500px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea {
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_botton {
    width: 100px;
    line-height: 12px;
    padding: 10px;
    line-height: 14px;
    background: #35ab9f;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    width: 300px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    height: 150px;
    width: 98%;
    margin: 0 auto;
    border-top: 1px #cdcdcd dashed;
}

.jobs ul li .recruit_info {
    color: #3a3a3a;
    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: #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: #0050a7;
    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: #3a3a3a;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}



/*PRODUCTS LIST PAGE*/

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 280px;
    height: 260px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 270px;
    height: 260px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../Image/proshadow.jpg) no-repeat center bottom;
    color: #000;
    overflow: hidden;
    position: relative;
}

.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: 100%;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 30%;
}

#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    height: 160px;
    padding: 10px;
    margin: 30px 0;
    border: #ddd 2px solid;
    background: #fff;
}

#picList li:hover {
    box-shadow: 0 0 3px #000;
    border: 2px #fff solid;
}


#picList .picList_date {
    float: left;
    width: 94px;
    height: 160px;
    background: url(../Image/news_date.gif) no-repeat;
    position: relative;
    top: -20px;
    color: #fff;
    text-align: center;
}

#picList .picList_date h2 {
    font-size: 16px;
    color: #aaa;
    margin-top: -10px;
}

#picList .picList_date h1 {
    font-size: 40px;
    color: #444;
    line-height: 60px;
}


#picList .picList_img {
    float: left;
    width: 220px;
    height: 160px;
    margin: 0 20px;
}

#picList .Pic_list_txt {
    width: 550px;
    float: right;
    position: relative;
    height: 160px;
    overflow: hidden;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    color: #0050a7;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    padding: 8px 0;
    height: 90px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    font-size: 10px;
    line-height: 30px;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


#cxList {
    width: 100%;
}

#cxList li {
    width: 283px;
    height: 400px;
    transition: all 0.3s;
    margin: 10px 7px;
    border: #d9d9d9 1px solid;
    float: left;
}

#cxList li:hover {
    box-shadow: 0 0 3px #000;
}

#cxList li a {
    display: block;
    position: relative;
}

#cxList .img {
    width: 264px;
    height: 207px;
    margin: 10px auto;
}

#cxList .img img {
    width: 264px;
    height: 207px;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    padding: 8px 10px;
    margin: 5px 0;
    overflow: hidden;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    padding: 0 10px;
    font-size: 10px;
    line-height: 30px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #900;
    width: 40px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#cxList li:hover .fa-angle-right {
    background: #f60 !important;
    transform: translateX(10px);
}


#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: 283px;
    height: 250px;
    text-align: center;
    margin: 10px;
    display: inline;
    padding: 5px;
    float: left;
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    background: #efefef;
    position: relative;
}

#proUL a:hover {
    color: #fff;
    background: #0050a7;
}

#proUL a img {
    max-width: 283px;
    height: 203px;
    transition: all 0.3s;
}

#proUL a:hover img {
    transform: scale(1.1);
}


#pro_img_prev {
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -40px;
    z-index: 9;
}

#pro_img_next {
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -40px;
    z-index: 9;
}

.pbt a {
    width: 70px;
    height: 70px;
    background: rgba(0, 80, 167, 0.5);
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
}

.pbt a i {
    font-size: 30px !important;
}

.pbt a:hover {
    border-radius: 50%;
    background: rgba(0, 80, 167, 1);
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}


.lx_list {
    position: relative;
    margin-bottom: 20px;
}

.lx_list span {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

.lxwm_ewm {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.lx_name {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #415a78;
    display: block;
}



/*INDEX*/

.share_to {
    display: inline-block;
}

.share_to li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #FFF;
}

.share_to li a {
    color: #FFF !important;
}

.share_to li a:hover {
    color: #f00;
}

#in_mid_box {
    width: 100%;
    margin: 0 auto;
}

.in_mid {
    width: 1200px;
    margin: 20px auto;
}


.in_list {
    width: 100%;
}

.in_list .nav {
    width: 100%;
    height: 60px;
    border-bottom: #e7e7e7 1px solid;
}

.in_list .nav a {
    color: #292929;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    position: relative;
}

.in_list .nav a:hover {
    background: #000;
    color: #fff;
    font-weight: bold;
}

.in_list .nav .cur {
    background: #0050a7 !important;
    color: #fff !important;
    font-weight: bold;
}

.in_list .nav .cur i {
    border: #fff 1px solid !important;
}


#in_product_w {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    position: relative;
}

#in_product {
    width: 1200px;
    margin: 0 auto;
}


#in_pro_gd {
    width: 948px;
    float: right;
}

#in_pro_gd1 {
    width: 948px;
    height: 265px;
}

#demo01 li {}

#demo01 li .img{ width: 656px; background: #fff; height: 263px; border:1px solid #d1d1d1; float: left; text-align: center;}
#demo01 li .img img { height: 263px; max-width: 656px;}

#demo01 li .txt { width: 240px; height: 225px; display: block; background: #f2f2f2; color: #292929; padding:20px; float: right; overflow: hidden; }

#demo01 li .txt .t1 { color: #292929; font-size: 18px; height: 30px; line-height: 30px; margin-bottom: 30px; font-weight: bold; }
#demo01 li .txt .t1 a{ color: #292929; }


#demo01 li .txt .t2 { color: #292929; font-size: 14px; line-height: 23px; height: 69px; overflow: hidden; margin-bottom:30px; }
#demo01 li .txt .t2 a{ color: #292929; }

#demo01 li .txt .t3 { color: #292929; font-size: 14px; line-height: 23px; text-align: center; }
#demo01 li .txt .t3 a { padding:10px; line-height: 20px; background: #f38400; color: #fff; display: inline-block; margin:0 10px; }
#demo01 li .txt .t3 a:hover { padding:10px 20px; background: #000;}


#in_pro_gd2 {
    width: 948px;
    height: 440px;
    margin-top: 20px;
}

#in_product .more {
    text-align: center;
}

#in_product .more a {
    padding: 15px 50px;
    display: inline-block;
    font-size: 16px;
    color: #8d8d8d;
    border: 1px solid #d7d7d7;
}

#in_product .more a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}


.in_box1_w {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #0050a7;
}

.in_box1 {
    width: 1200px;
    margin: 0 auto;
}

#in_gsjj {
    width: 560px;
    height: 231px;
    float: left;
    background: #f7f7f7;
    padding: 40px 20px;
}

.in_gsjj_title {
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 20px 0;
}

.in_gsjj_title a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


#in_gsjj .in_txt {
    width: 100%;
    text-align: left;
    height: 231px;
    overflow: hidden;
}


.in_gsjj_title .tit {
    display: inline-block;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
}

.in_gsjj_title .des {
    display: inline-block;
    color: #70b5ff;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
}

.in_gsjj_title .des i {
    width: 48px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.in_gsjj_title .tel {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #fff;
}

.in_gsjj_title .tel span {
    font-size: 23px;
    font-weight: bold;
}


#in_zzry {
    width: 540px;
    height: 271px;
    float: right;
    background: #ebebeb;
    padding: 20px 30px;
}

.in_zzry_title {
    width: 100%;
    height: 53px;
    line-height: 53px;
    position: relative;
}

.in_zzry_title a {
    display: block;
    color: #494949;
    font-size: 20px;
    font-weight: bold;
}

.in_zzry_title .more {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.in_zzry_title .more:hover {
    background: #000;
    color: #fff;
}

.honor {
    width: 540px;
    height: 240px;
}

.in_box2_w {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}

.in_box2 {
    width: 1200px;
    margin: 0 auto;
}

#in_news {
    width: 600px;
    float: left;
    height: 320px;
    margin: 0 auto;
}

.in_news_title {
    width: 100%;
    height: 40px;
    font-size: 24px;
    position: relative;
}

.in_news_title a {
    color: #292929;
    font-weight: bold;
}


.in_news_title .more {
    display: block;
    color: #818181;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
}

.in_news_title .more:hover {
    background: #000;
    color: #fff;
}

.in_newslist_pic {
    padding: 10px 0;
}

.in_newslist_pic li {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.news_box {
    width: 100%;
}

.news_box a {
    display: block;
    width: 100%;
}

.news_box a:hover {
    color: #e47d00;
    
    transform: translateX(10px);
    display: block;
    box-shadow: 0 5px 0 #ccc;
}

.news_box .news_tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-align: justify;
    color: #000;
}

.news_box .news_con {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    line-height: 26px;
    color: #888888;
    margin: 5px 0;
    text-align: justify;
}

.in_newslist { margin-top: 10px; }

.in_newslist li {
    line-height: 30px;
    font-size: 14px;
    margin:5px 0; 
}

.in_newslist li a{
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
}


.in_newslist li a:hover{
   transform: translateX(10px);
   border-left:5px solid #0050a7;
   padding-left:10px; 
}

.in_newslist li a .Time{
    position: absolute;
    top:0;
    right: 0;
}


#in_message {
    width: 540px;
    height: 320px;
    position: relative;
    float: right;
}


.end_mess {
    width: 540px;
    height: 320px;
    position: relative;
    margin-top: 20px;
}


.e_name {
    position: absolute;
    top: 0;
    left: 0;
    color: #bbbcbe;
    padding: 5px;
    border: 1px solid #c7c7c7;
    width: 253px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
}

.e_tel {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbbcbe;
    padding: 5px;
    border: 1px solid #c7c7c7;
    width: 253px;
    height: 30px;
    background: #fff;

    line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
}


.e_email {
    position: absolute;
    top: 50px;
    left: 0;
    color: #bbbcbe;
    padding: 5px;
    width: 530px;
    height: 30px;
    background: #fff;
    border: 1px solid #c7c7c7;
    line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
}


.e_content {
    position: absolute;
    top: 100px;
    left: 0;
    color: #bbbcbe;
    padding: 5px;
    width: 530px;
    height: 76px;
    background: #fff;
    border: 1px solid #c7c7c7;
    line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
}

.e_yanzheng {
    position: absolute;
    top: 200px;
    left: 0;
    color: #bbbcbe;
    padding: 5px;
    width: 300px;
    height: 30px;
    background: #fff;
    border: 1px solid #c7c7c7;
    line-height: 29px;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
}

.code_img { position: absolute;
    top: 210px;
    left: 330px;
    cursor: pointer;
}

.e_submit {
    position: absolute;
    top: 200px;
    right: 0;
    width: 144px;
    height: 39px;
    line-height: 39px;
    background: #1f65b2;
    color: #fff;
    border: none;
    font-size: 15px;
    font-family: "微软雅黑", "Microsoft YaHei";
}