@charset "utf-8";

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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: "Montserrat-Black";
    src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
        url("../fonts/Montserrat-Black.woff") format("woff"),
        url("../fonts/Montserrat-Black.ttf") format("truetype"),
        url("../fonts/Montserrat-Black.eot") format("embedded-opentype"),
        url("../fonts/Montserrat-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.dvr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}



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: #1e94d4;
}

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: 36px;
}

h2 {
    font-size: 28px;
}

.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: 30px;
    text-align: left;
    color: #727171;
    letter-spacing: 0.0em;
}

.border {
    border: #000 1px solid;
}

.main {
    width: 1400px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #1e94d4;
}

.red a:link {
    color: #1e94d4;
    text-decoration: none
}

.red a:visited {
    color: #1e94d4;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #1e94d4;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}


.container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    padding: 0 10px;
    min-height: 1px;
    margin-bottom: 10px;
}



/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    width: 48%;
    margin: 1%;
    border: 1px dotted #ddd;
    padding: 0 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    height: 50px;
    display: block;
    border-radius: 3px;
    transition: all 0.3s;
}

.prev_next li:hover {
    color: #fff !important;
    background: url(../Image/location.jpg);
    background-size: 100%;
    display: block;
    border-radius: 3px;
}

.prev_next li:hover a {
    color: #fff !important;
}

.back_list {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}

.back_list a { background: #fdfdfd; padding: 10px 20px; }

.back_list a:hover { background: #ccc; }


.gridtable table {
    width: 100%;
    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 a {
    text-decoration: underline;
    color: #069;
}


.hidden {
    display: none !important
}


/* Wrap
----------------------------------------*/

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 342px;
}

/* Header
----------------------------------------*/

#top_note_w {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e8e7e7;
    color: #666666;
    background: #fff;
}

#top_note {
    width: 1400px;
    margin: 0 auto;
    height: 49px;
    position: relative;
    font-size: 15px;
    line-height: 49px;
    color: #8a8787;
}

#top_note a {
    margin: 0 5px;
}


#top_link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #8a8787;
    height: 49px;
    line-height: 49px;
    z-index: 99;
}

#top_link li {
    display: inline-block;
    color: #666666;
    padding: 0 30px;
    position: relative;
    height: 49px;
    cursor: pointer;
}

#top_link li .drop_box {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 49px;
    left: 0;
    height: 0;
    overflow: hidden; 
    text-align: center;
    color: #000;
    background: #fdfdfd;
;}

#top_link li .drop_box a{
    font-size: 12px;
    line-height: 37px;
    background: #fff;
    padding: 0 5px;
    display: block;
    margin-bottom: 1px solid; 
}


#top_link li .drop_box a:hover {
    background: url(../Image/location.jpg);
    background-size: cover;
    color: #fff;
}

#top_link li:hover .drop_box { height: auto; }



#top_link a:last-child {
    margin-right: 0;
}

#top_link a:hover {
    color: #1e94d4;
}

.logo {
    margin-top: 20px;
    color: #333333;
    font-size: 45px;
    font-weight: bold;
    margin-right: 20px;
}

.logo h1 {
    font-size: 37px;
    font-weight: 600;
    color: #142547;
}


.top_kh {
    margin-top: 25px;
    line-height: 30px;
    color: #4b5057;
    font-weight: normal;
    font-size: 14px;
}

.top_kh big {
    font-size: 17px;
    font-weight: bold;
    color: #068f40;
}

.top_tel {
    position: absolute;
    top: 30px;
    line-height: 30px;
    right: 0;
    font-size: 21px;
    color: #e40e0e;
}

.top_tel .p1 {
    font-weight: bold;
    color: #e41111;
}

.top_tel .p1 big {
    font-size: 21px;
}

.top_tel b {
    color: #333;
}

.top_tel .p2,
.top_tel .p2 a {
    color: #333;
    margin: 0 5px;
}


.top_ewm {
    float: right;
    margin-top: 10px;
}

#name_box_w {
    width: 100%;
    height: 113px;
    background: #fff;
    position: relative;
}

#name_box {
    width: 1400px;
    margin: 0 auto;
    height: 113px;
}

#menu_box {
    width: 940px;
    float: right;
    height: 113px;
}

.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box {
    width: 100%;
    height: 600px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#banner {
    width: 1920px;
    height: 540px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
    height: 313px;
    background: url(../Image/page_banner.jpg) no-repeat center;
    position: relative;
}

#zy_banner_box img {
    width: 100%;
    height: 313px;
    background: url(../Image/page_banner.jpg) no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#pro_banner { width: 100%; height: auto; position: relative; background: url(../Image/banne_pro_g.png) center no-repeat #cacaca; text-align: center; padding: 98px 0; color: #656565;}

#pro_banner p{ line-height: 30px; margin: 10px 0;  }

#pro_banner big { font-size: 50px; color: #000000; margin: 20px 0; display: block; text-align: center;}
#pro_banner big span { color: #249eda; font-weight: bold; }

#pro_banner img { top:50%; transform: translateY(-50%); }

.top_news_box {
    width: 100%;
    height: 62px;
    background: #fff;
}

.top_news_box_cx {
    width: 1400px;
    margin: 0 auto;
    height: 62px;
    line-height: 62px;
    font-size: 12px;
    position: relative;
}

.top_news_box_cx span {
    font-size: 15px;
    color: #068f40;
}

.top_news_box_cx a {
    margin: 0 5px;
    font-size: 14px;
    color: #666666;
}

.top_news_box_cx a:hover {
    margin: 0 5px;
    font-size: 14px;
    color: #1e94d4;
}

.searchbar {
    height: 62px;
    width: 300px;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0;
    overflow: hidden;
}

.search {
    height: 62px;
    width: 100%;
}

.search .in_text {
    outline: none;
    border: medium none;
    color: #999999;
    float: left;
    height: 62px;
    line-height: 62px;
    width: 220px;
    background: none;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.search .so {
    background: url("../Image/search_so.png") no-repeat center;
    border: medium none;
    float: right;
    height: 62px;
    text-indent: -9999px;
    width: 62px;
    cursor: pointer;
}

/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 100%;
    padding: 100px 0 80px;
    background: #fff;
}

#mid_box .mian {
    width: 1400px;
    margin: 0 auto; 
}



.title_box {
    position: relative;
    color: #494949;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.title_box .title {
    display: inline-block;
    font-size: 30px;
    color: #222121;
    font-weight: bold;
}

.title_box .title span {
    display: none;
}

.location {
    width: 491px;
    height: 84px;
    background: url(../Image/location.jpg) center no-repeat;
    padding: 0;
    color: #fff;
    height: 84px;
    line-height: 84px;
    font-size: 14px;
    position: absolute;
    top: -142px;
    right: 0;
    text-align: center;
}

.location a {
    color: #fff;
}

.location a:hover {
    color: #ff0;
    position: relative;
    top: 1px;
}

.location span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    padding: 1px;
    background: #068f40;
    border: 1px solid #068f40;
    border-bottom: none;
}


/* left
----------------------------------------*/

#left_box {
    width: 259px;
    float: left;
    background: #fff;
}


.lf_box {
    width: 100%;
}

.list {
    width: 100%;
    margin: 0 auto;
}

.list .nav {
    width: 100%;
    height: 59px;
    font-size: 18px;
    margin-bottom: 10px;
}


.list .nav a {
    color: #525252;
    background: #fafafa;
    text-align: center;
    line-height: 59px;
    display: block;
    position: relative;
}

.list .nav a:hover,.list .nav a.current {
    color: #fff;
    background: url(../Image/list_h.jpg);
    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: #25a04e !important;
    color: #fff !important;
    font-weight: bold;
}

.list .nav .cur i {
    border: #fff 1px solid !important;
}

.lf_lx_box {
    padding: 10px;
    color: #444444;
}

.lf_lx_box ul {}

.lf_lx_box li {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}


.lf_lx_box li big {
    font-size: 21px;
    text-align: center;
    color: #e40e0e;
}

.lf_lx_box li span {
    text-align: center;
}


/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 10px 0;
}

.bh_title h2 {
    font-size: 32px;
    color: #25a04e;
}



#right_box_w {
    width: 1084px;
    background: #fff;
    float: right;
}

.rt_main_box {
    height: auto !important;
    min-height: 300px;
    height: 300px;
}


.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: 1000px;
    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: #25a04e;
    margin: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fefefe;
    padding: 10px 0; 
}

#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: #1e94d4;
    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;
}

#page_link {
    position: relative;
    z-index: 9;
    height: 132px;
    background: url(../Image/in_news_box.png);
}

#page_link .main{
    width: 1400px;
    height: 132px;
    line-height: 132px;
    margin: 0 auto; 
    color: #b4b0b0;
}

#page_link .main b{
    color: #b4b0b0;
}


#page_link .main a {
    color: #b4b0b0;
    margin: 0 40px; 
}

/* Footer
----------------------------------------*/

#end_wrap {
    width: 100%;
    /*height: 392px;*/
    overflow: hidden;
    background: #323e4a;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: -50px;
    z-index: 1;
}

#end_wrap .main {
    line-height: 26px;
    text-align: left;
    color: #b7b4b4;
    position: relative;
    padding: 115px 0 0 0;
}

#end_wrap .main .left {
    width: 50%;
    height: 265px;
}

#end_wrap .main .right {
    width: 50%;
    padding-left: 50px;
}

#end_wrap .main .right b {
    font-weight: bold;
    color: #fff;
}


#end_wrap .main a {
    color: #b7b4b4;
}

#end_wrap .main a:hover {
    color: #FFF;
}

.e_link {
    position: absolute;
    top: 12px;
    right: 0;
}

.e_menu {
    margin: 20px 0 70px;
}

.e_menu a {
    margin: 0 20px;
}

.e_menu a:first-child {
    margin: 0 15px 0 0;
}

/*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: #25a04e;
    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: #1d5dbe;
    padding: 2px 5px;
    color: #fff;
}

.da span {
    background-color: #25a04e;
    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 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#news_d {
    color: #ccc;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 12px;
    border-bottom: #dfdfdf 1px solid;
}

#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 1084px;
}

#newsContent {

    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 1084px;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
}

#newsInfo iframe {
   
}

#newsInfo img {
    max-width: 1084px;
    border-radius: 10px;
}

.proimg img {
    max-width: 500px !important;
    min-height: 300px;
}


.news_img h2 {
    color: #1e94d4;
    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: #25a04e;
    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*/

.productUL li {
    height: 344px;
    margin-bottom: 30px !important;
    overflow: hidden;
    width: 50%;
}

.productUL li .box { transition: all 0.8s; width: 100%; height: 344px; overflow: hidden; padding: 30px 10px; background: #f9f9f9;}
.productUL li:hover .box { background: #249eda; background-size: cover; }


.productUL li:hover .box .p1,.productUL li:hover .box .p2,.productUL li:hover .box .p3 { color: #fff; }


.productUL li:hover .box .bt { border: 1px solid #fff;  color: #fff; }


.productUL li .pro_pic {
    width: 50%;
    float: left;
}

.productUL li .pro_pic a {
    width: 100%;
    height: 270px;
}

.productUL li .pro_pic img {
    max-width: 100%;
    max-height: 270px;
    display: block;
    margin: 0 auto;
}

.productUL li .pro_txt {
    width: 50%;
    height: 270px;
    padding: 20px 0; 
    float: right;
    overflow: hidden;
}

.productUL li:last-child .pro_pic {float: right;} 
.productUL li:last-child .pro_txt {float: left; padding-left: 40px;} 

.productUL li .pro_txt .p1 {
    height: 50px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    font-size: 36px;
    overflow: hidden;
}

.productUL li .pro_txt .p2 {
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
}

.productUL li .pro_txt .p3 {
    color: #878787;
    height: 95px;
    line-height: 25px;
    font-size: 14px;
    margin: 7px 0; 

}
.productUL .pro_txt .bt {
    padding: 5px 10px;
    font-size: 14px;
    color: #868686;
    border:1px solid #ccc;
    padding: 10px 30px; 
}


#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    height: 170px;
    margin: 20px 0;
    border-bottom: #ddd 1px solid;
    background: #fff;
}

#picList li:hover {
    border-bottom: #ddd 1px solid;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #1e94d4;
    color: #fff;
}

#picList .picList_date {
    float: left;
    width: 100px;
    height: 170px;
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 30px;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 16px;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 16px;
    color: #aaa;
}

#picList .picList_line {
    width: 100px;
    height: 1px;
    margin-top: 20px;
    width: 35px;
    background: #bebebe;
    float: left;
    transition: all 0.5s;
}

#picList li a:hover .picList_line {
    background: #000;
    width: 70px;
}

#picList .picList_img {
    float: right;
    width: 220px;
    height: 160px;
}

#picList .Pic_list_txt {
    width: 650px;
    padding-right: 10px;
    float: left;
    margin: 0 20px;
    position: relative;
    height: 160px;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#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;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#cxList {
    margin: 0 -10px;
}

#cxList li {
    width: 341px;
    height: 311px;
    transition: all 0.3s;
    margin: 10px;
    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: 341px;
    height: 255px;
    padding: 10px; 
    text-align: center;
}

#cxList .img img {
    max-width: 321px;
    height: 235px;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    color: #1e94d4;
    text-align: center;
}

#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: #25a04e;
    width: 40px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#cxList li:hover .fa-angle-right {
    background: #e20000 !important;
    transform: translateX(10px);
}


#indexNews li {
    margin: 0 auto 10px;
    height: 60px;
}

#indexNews li a {
    display: block;
    color: #000;
    background: #faf8f8;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-size: 18px;
    padding-right: 150px;
}

#indexNews li a:hover {
    background: url(../Image/location.jpg) center;
    background-size: cover;
    color: #FFF;
}

.Newstime {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 60px;
}


#proUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
    margin: -10px;
}

#proUL li {
    float: left;
}

#proUL a {
    width: 276px;
    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: #25a04e;
}

#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(33, 57, 137, 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(33, 57, 137, 0.5);
}

.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: #f1e94d400;
}

.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: #1e94d4;
}

#in_mid_box {
    width: 1400px;
    margin: 0 auto;
}

#in_box1 {
    width: 100%;
    height: 1191px;
    background: url(../Image/in_box1.jpg) top center no-repeat #fff;
}

#in_box1 .gsjj {
    width: 740px;
    padding: 70px 0;
    height: 500px;
}

#in_box1 .gsjj .desc {
    margin: 36px 0 20px 0;
    font-size: 23px;
    color: #000;
}

#in_box1 .gsjj .cont {
    color: #606466;
    font-size: 14px;
    line-height: 25px;
}

.num {
    margin: 20px 0 50px;
    font-size: 18px;
    font-weight: bold;
    color: #4f4f4f;
    text-align: center;
}

.num li {
    width: 24%;
    text-align: center;
}

.num big {
    display: inline-block;
    font-size: 65px;
    color: #4f4f4f;
    font-family: "Montserrat-Black";
}

.num small {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #878787
}

#in_box1 .gsjj .more {
    width: 205px;
    height: 50px;
}

#in_box1 .gsjj .more a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
}

#in_box1 .gsjj .more a:hover {
    background: #1d96d6;
    color: #fff;
    border: 1px solid #1d96d6;
}

#in_box1 .kouhao {
    width: 405px;
    padding: 114px 0;
    height: 654px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

#in_box1 .kouhao li {
    margin-bottom: 34px;
}

#in_box1 .kouhao li a {
    color: #fff;
}

#in_box1 .kouhao big {
    font-size: 25px;
    color: #fff;
    display: block;
}

#in_box1 .in_video {
    position: relative;
    width: 1400px;
    height: 416px;
    
}

#in_box1 .in_video .line {
    width: 1px;
    height: 180px;
    background: #fff;
    position: absolute;
    bottom: 327px;
    right: 393px;
    z-index: 9;
}

#in_box1 .in_video .cont {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

#in_box1 .in_video .cont big {
    font-size: 25px;
}

#in_box1 .in_video .cont p {
    font-size: 14px;
    margin: 10px 0 20px;
}
#in_box2 { background: #fff; }

#in_box2 .title {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
}

#in_box2 .title .line {
    width: 102px;
    height: 1px;
    background: #d6d6d6;
    margin-left: 57px;
}


#in_box2 .desc {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
}

#in_box2 .box {
    padding: 44px 0;
}

#in_box2 .box li {
    transition: all 0.3s;
    width: 20%;
    height: 448px;
    overflow: hidden;
    background: url(../Image/in_box2_a.png) center no-repeat;
}

#in_box2 .box li .pad {
    display: block;
    padding: 0px;
    text-align: center;
}

#in_box2 .box li .pad .in_box2_t {
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    width: 118px;
    height: 118px;
    background: url(../Image/in_box2_t_a.png) center no-repeat;
}

#in_box2 .box li .pad .in_box2_t i {
    transition: all 0.3s;
    width: 118px;
    height: 118px;
    display: block;
    margin: 30px auto;
}

#in_box2 .box li:hover {
    background: url(../Image/in_box2_h.jpg) center no-repeat;
}

#in_box2 .box li:hover .pad .in_box2_t {
    background: url(../Image/in_box2_t_h.png) center no-repeat;
}


#in_box2 .box li:nth-child(1) .pad .in_box2_t i {
    background: url(../Image/in_box2_t1.png) center no-repeat;
}

#in_box2 .box li:nth-child(1):hover .pad .in_box2_t i {
    background: url(../Image/in_box2_t1h.png) center no-repeat;
}


#in_box2 .box li:nth-child(2) .pad .in_box2_t i {
    background: url(../Image/in_box2_t2.png) center no-repeat;
}

#in_box2 .box li:nth-child(2):hover .pad .in_box2_t i {
    background: url(../Image/in_box2_t2h.png) center no-repeat;
}

#in_box2 .box li:nth-child(3) .pad .in_box2_t i {
    background: url(../Image/in_box2_t3.png) center no-repeat;
}

#in_box2 .box li:nth-child(3):hover .pad .in_box2_t i {
    background: url(../Image/in_box2_t3h.png) center no-repeat;
}

#in_box2 .box li:nth-child(4) .pad .in_box2_t i {
    background: url(../Image/in_box2_t4.png) center no-repeat;
}

#in_box2 .box li:nth-child(4):hover .pad .in_box2_t i {
    background: url(../Image/in_box2_t4h.png) center no-repeat;
}

#in_box2 .box li:nth-child(5) .pad .in_box2_t i {
    background: url(../Image/in_box2_t5.png) center no-repeat;
}

#in_box2 .box li:nth-child(5):hover .pad .in_box2_t i {
    background: url(../Image/in_box2_t5h.png) center no-repeat;
}

#in_box2 .box li .pad big {
    transition: all 0.3s;
    font-size: 25px;
    color: #323131;
}

#in_box2 .box li .pad p {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #878787;
    margin: 10px 0;
}

#in_box2 .box li .pad i.line {
    width: 30px;
    height: 1px;
    background: #bfbfbf;
    display: block;
    margin: 20px auto;
}

#in_box2 .box li .pad img {
    transition: all 0.3s;
    height: auto;
}

#in_box2 .box li .pad span.more {
    transition: all 0.3s;
    display: none;
    width: 107px;
    height: 36px;
    margin: 0 auto;
    border: 1px solid #8cca99;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

#in_box2 .box li:hover .pad big {
    font-weight: bold;
    color: #fff;
}

#in_box2 .box li:hover .pad p {
    color: #fff;
}

#in_box2 .box li:hover .pad i.line {
    background: #fff;
}

#in_box2 .box li:hover .pad span.more {
    display: block;
    background: #fff;
    color: #50cb73;
}

#in_box2 .box li:hover .pad span.more:hover {
    background: #2387ca;
    border: 1px solid #2387ca;
    color: #fff;
}


#in_box2 .box li .pad .pimg {
    padding: 30px 0;
    height: 105px;
}


#in_box2 .box li .pad .pimg img {
    margin: 0 auto; 
}


#in_box2 .box li:hover .pad .pimg {
    padding: 0;
    height: 0;
    overflow: hidden;
}


#in_box2 .box li .pad .pdesc {
    display: none;
    height: 105px;
}

#in_box2 .box li:hover .pad .pdesc {
    display: block;
}

#in_box3 {
    height: 581px;
    background: url(../Image/in_box3_bg.png) right center no-repeat #fff;
}

#in_box3 .main .left {
    width: 580px;
    padding: 70px 0;
}

#in_box3 .main .pro_pic {
    margin: 45px 0 0 0;
    display: none;
    width: 650px;
    height: 500px;
    text-align: right;
}

#in_box3 .main .pro_pic.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


#in_box3 .main .pro_pic img  {
   
}

#in_box3 .title {
    font-size: 36px;
    color: #b9b9b9;
}

#in_box3 .title .line {
    width: 102px;
    height: 1px;
    background: #d6d6d6;
    margin: -10px 43px 0 37px;
}


#in_box3 .tabs_conts .tab_cont { display: none; }
.show { display: block !important; }


#in_box3 .title ul li { display: inline-block; }
#in_box3 .title ul li a {cursor: pointer; color: #adadad; }


#in_box3 .title .on a {
    font-weight: bold;
    color: #000;
}

#in_box3 .desc {
    margin: 40px 0 25px 0;
    font-size: 23px;
    color: #000;
}

#in_box3 .cont {
    color: #606466;
    font-size: 14px;
    line-height: 25px;
}

#in_box3 .link {
    margin: 40px 0 48px;
}

#in_box3 .link li {
    width: 33.33%;
}

#in_box3 .link li a {
    font-size: 20px;
    color: #3c3a3a;
    display: block;
    text-align: center;
}

#in_box3 .more {
    width: 205px;
    height: 50px;
}

#in_box3 .more a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
}

#in_box3 .more a:hover {
    background: #1d96d6;
    color: #fff;
    border: 1px solid #1d96d6;
}

#in_box4 {
    position: relative;
    z-index: 9;
    height: 602px;
    padding-top: 65px; 
    background: url(../Image/in_news_box.png) ;
    overflow: hidden; 
}

#in_box4 .main {
    height: 502px;
    padding: 35px 0;
    position: relative;
}

#in_box4 .main>.left {
    width: 154px;
}


#in_box4 .title {
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
}

#in_box4 .desc {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
    margin-bottom: 57px;
}

#in_box4 .line {
    width: 85px;
    height: 1px;
    background: #d6d6d6;
    margin-bottom: 45px;
}


.nType a { font-size: 16px; color: #878787; line-height: 42px; }
.nType a span { color: #878787; }


.nType a:hover { font-size: 16px; color: #36b0dc; line-height: 40px; }
.nType a:hover span { color: #48c394; }


#in_box4 .main .news_t {
    width: 154px;
}

#in_box4 .main .news_c {
    width: 1143px;
    padding: 10px 100px 0 0;
}

.in_newslist_list {
    margin: 0;
    padding: 0px;
}

.in_newslist_list li {
    padding: 0;
    box-sizing: border-box;
    height: 171px;
    overflow: hidden;
}

.in_newslist_list li a {
    display: block;
    width: 100%;
}

.in_newslist_list li:last-child img {
    width: 229px;
    height: 171px;
    margin-top: 26px;
}

.in_newslist_list li img {
    width: 240px;
    height: 171px;
}


.in_newslist_list li a:hover {
    color: #e47d00;
    transform: translateX(10px);
}

.in_newslist_list li a .right {
    width: 790px;
    height: 191px;
    padding: 20px 30px;
    background: #fff;
}


.in_newslist_list li a big {
    font-size: 18px;
    color: #000;
}

.in_newslist_list li a p {
    font-size: 14px;
    color: #878787;
    margin: 20px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}


.in_newslist_list li a .more {
    font-size: 14px;
    color: #bebebe;
}

.in_newslist_list li a .more span {
    color: #878787;
}

.pinfo img { display: block; margin: 0 auto !important; }



/*About*/

#about_1 { background: #fff; }
#about_1 .main { font-size: 16px; color: #666666; line-height: 30px; }

#about_1 .num { margin-top: 50px; }


#about_2 { height: 640px; width: 100%; background: url(../Image/about_box2.jpg) center no-repeat #fff;}


#about_2 .main { width: 1400px; margin: 0 auto; color: #fff; }

#about_2 #qywh { width: 600px;  padding-top: 183px; }

#about_2 .main .title { font-size: 36px; margin-bottom: 30px;}

#about_2 .main .title a { color: #fff; }

#about_2 .main .cont { font-size: 16px; line-height: 30px; margin-bottom: 30px; }


#about_2 .main .more {
    width: 205px;
    height: 50px;
}

#about_2 .main .more a {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(255,255,255,0.8);
    border: 1px solid #7fcdff;
    text-align: center;
    line-height: 50px;
}

#about_2 .main .more a:hover {
    background: #1d96d6;
    color: #fff;
    border: 1px solid #1d96d6;
}


#about_2 #fzlc { width: 700px; padding: 56px 10px 0 50px; }

#about_2 #fzlc .cont dl dt {padding:10px 0; width:100px; font-size: 20px; font-weight: bold; float: left; text-align: center; line-height: 30px;}

#about_2 #fzlc .cont dl dd { padding: 5px 0 20px 0; width:540px; padding-left: 30px; font-size: 16px; line-height: 30px; float: left; border-left: 1px solid #fff  }

#about_2 #fzlc .cont dl dt .more { font-size: 20px; font-weight: bold;  color: #fff;}

#about_3 { width: 100%; height: 425px; background: url(../Image/about_video.jpg) center no-repeat #fff; }

#about_4,#about_5 { background: #fff; }

.about_box .main { padding: 50px 0 20px 0; }

 
.about_box .title {
    font-size: 36px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.about_box .title .line {
    width: 102px;
    height: 1px;
    background: #d6d6d6;
    margin-left: 57px;
}


.about_box .desc {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 20px 0 40px; 
}

.about_box .more { position: absolute; top:0; right: 0; }

.about_box .more a{
    font-size: 16px;
    color: #b4b0b0;
}

.about_box .more a:hover {
    color: #1e94d4;
}


@media screen and (max-width: 1440px) {
    body {zoom:0.94} 

    #wrap {margin-bottom: 321px !important;}
}

@media screen and (max-width: 1366px){
    body {zoom:0.92}
}

@media screen and (max-width: 1360px){
    body {zoom:0.92}
    #wrap {margin-bottom: 321px !important;}
}

@media screen and (max-width: 1280px){
    body {zoom:0.86}
    #wrap {margin-bottom: 300px !important;}
}

@media screen and (max-width: 1152px) {
    body {zoom:0.76}
}

@media screen and (max-width: 1024px) {
    body {zoom:0.68} 

    #wrap {margin-bottom: 240px !important;}
}