* {
    margin: 0px;
    padding: 0px;
}

body {
    background: rgb(255, 255, 255);
    font: 12px/22px "SimSun", "Microsoft YaHei";
    font-size-adjust: none;
    font-stretch: normal;
}

body {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ol {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

table {
    margin: 0px;
    padding: 0px;
}

td {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

tr {
    margin: 0px;
    padding: 0px;
}

dl {
    margin: 0px;
    padding: 0px;
}

dd {
    margin: 0px;
    padding: 0px;
}

select {
    margin: 0px;
    padding: 0px;
}

option {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    border: currentColor;
    border-image: none;
    font-style: normal;
}

img {
    list-style: none;
    border: currentColor;
    border-image: none;
    font-style: normal;
}

input {
    list-style: none;
    border-image: none;
    font-style: normal;
    border-width: 1px;
}

em {
    list-style: none;
    border: currentColor;
    border-image: none;
    font-style: normal;
}

select {
    list-style: none;
    border: currentColor;
    border-image: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.wrap {
    margin: 0px auto;
    max-width: 1170px !important;
}

header {
    width: 100%;
    overflow: hidden;
}

.header {
    width: 100%;
    overflow: hidden;
}

.header .logo {
    float: left;
}

.header .logo img {
    width: 100%;
    display: block;
}

.header .logo1 {
    float: left;
}

.header .logo1 img {
    width: 235px;
    height: 120px;
    display: block;
}

.header_dianhua {
    background: url("../images/dianhua.jpg") no-repeat left;
    color: rgb(0, 0, 0);
    margin-top: 40px;
    line-height: 20px;
    padding-left: 40px;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    float: right;
}

.header_dianhua h4 {
    color: rgb(255, 126, 0);
    font-size: 22px;
    font-weight: bold;
}

nav {
    background: url("../images/nav_bj.jpg") repeat-x left;
    width: 100%;
    overflow: hidden;
}

nav ul {
    width: 100%;
    float: left;
}

nav ul li {
    width: 12.5%;
    height: 50px;
    float: left;
}

nav ul li a {
    transition: 0.3s;
    height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    display: block;
}

nav ul li a:hover {
    background: url("../images/nav_hover.jpg") no-repeat center / cover;
    color: rgb(255, 255, 255);
}

nav ul .on a {
    background: url("../images/nav_hover.jpg") no-repeat center / cover;
    color: rgb(255, 255, 255);
}

.nav_sub {
    background: 0px 0px rgba(1, 151, 210, 0.5) !important;
    transition: 0.4s;
    left: 0px;
    top: 100%;
    width: 98%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.nav_sub li {
    height: 40px;
    overflow: hidden;
    display: block;
}

.nav_sub li a {
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 40px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.nav_sub li a:hover {
    background: 0px 0px rgba(1, 151, 210, 0.5) !important;
}

nav .n_UL .n_Li:hover .nav_sub {
    z-index: 999;
    opacity: 1;
}

.scott {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.scott a {
    margin: 0px 2px 0px 0px;
    padding: 2px 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.scott a:hover {
    border: 1px solid rgb(133, 189, 30);
    border-image: none;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.scott a:active {
    border: 1px solid rgb(133, 189, 30);
    border-image: none;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.scott span.current {
    margin: 0px 2px 0px 0px;
    padding: 2px 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(178, 224, 93);
}

.scott span.disabled {
    margin: 0px 2px 0px 0px;
    padding: 2px 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(204, 204, 204);
}

#banner {
    transition: 1s;
    height: 450px;
    overflow: hidden;
    position: relative;
}

#banner .main_image {
    transition: 1s;
    height: 450px;
    overflow: hidden;
    position: relative;
}

#banner .main_image ul {
    left: 0px;
    top: 0px;
    width: 9999px;
    overflow: hidden;
    position: absolute;
}

#banner .main_image li a {
    display: block;
}

#banner .main_image li span {
    transition: 1s;
    width: 100%;
    height: 450px;
    display: block;
}

#banner .main_image li .img_1 {

}

#banner .main_image li .img_2 {
}

#banner .main_image li .img_3 {
  
}

#banner div.flicking_con {
    margin: 0px 0px 0px -50px;
    left: 50%;
    width: 300px;
    height: 21px;
    bottom: 10px;
    position: absolute;
    z-index: 999;
}

#banner div.flicking_con a {
    background: url("../images/btn_main_img.png") no-repeat 0px 0px;
    margin: 0px;
    padding: 0px;
    width: 21px;
    height: 21px;
    text-indent: -1000px;
    float: left;
    display: block;
}

#banner div.flicking_con a.on {
    background-position: 0px -21px;
}

#banner #btn_prev {
    transition: 0.5s;
    top: 50%;
    width: 29px !important;
    height: 29px !important;
    margin-top: -30px;
    display: none;
    position: absolute;
    z-index: 11111;
}

#btn_next {
    transition: 0.5s;
    top: 50%;
    width: 29px !important;
    height: 29px !important;
    margin-top: -30px;
    display: none;
    position: absolute;
    z-index: 11111;
}

#banner #btn_prev {
    background: url("../images/main_btn_arrow_lr.png") no-repeat left bottom;
    left: 20px;
}

#banner #btn_prev:hover {
    background: url("../images/main_btn_arrow_lr.png") no-repeat right bottom;
}

#banner #btn_next {
    background: url("../images/main_btn_arrow_lr.png") no-repeat left top;
    right: 20px;
}

#banner #btn_next:hover {
    background: url("../images/main_btn_arrow_lr.png") no-repeat right top;
}

main {
    width: 100%;
    overflow: hidden;
}

.cpzs {
    padding: 27px 0px 30px;
    width: 100%;
    overflow: hidden;
}

.cpzs_title {
    background: url("../images/heng1.png") no-repeat center;
    height: 60px;
    text-align: center;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    display: block;
}

.cpzs_p {
    color: rgb(12, 113, 210);
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
}

.cpzs_sp {
    color: rgb(0, 0, 0);
    line-height: 28px;
    font-size: 20px;
}

#con {
    overflow: hidden;
    padding-top: 38px;
    display: block;
}

#tags {
    text-align: center;
    overflow: hidden;
    display: block;
}

#tags li {
    margin: 0px 1px 8px;
    border: 1px solid rgb(12, 113, 210);
    border-image: none;
    width: 205px;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    display: inline-table;
}

#tags li a {
    color: rgb(0, 0, 0);
    font-family: "Microsoft YaHei";
    font-size: 18px;
    display: block;
}

#tags li.emptyTag {
    background: rgb(12, 113, 210);
    color: rgb(255, 255, 255);
}

#tags li.selectTag {
    background: rgb(12, 113, 210);
    color: rgb(255, 255, 255);
}

#tags li.selectTag a {
    background: rgb(12, 113, 210);
    color: rgb(255, 255, 255);
}

#tagContent {
    overflow: hidden;
    padding-top: 30px;
    display: block;
}

.tagContent {
    display: none;
}

#tagContent div.selectTag {
    display: block;
}

.cpzs_ul {
    width: 1174px;
    overflow: hidden;
    display: block;
}

.cpzs_ul li {
    margin: 0px 9px 20px 9px;
    width: 275px;
    float: left;
}

.cpzs_ul li .cpzs_img {
    border: 1px solid rgb(200, 200, 200);
    transition: 0.3s;
    border-image: none;
    width: 275px;
    height: 225px;
    overflow: hidden;
}

.cpzs_ul li .cpzs_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.cpzs_ul li .cpzs_txt {
    background: rgb(216, 216, 216);
    border: 1px solid rgb(200, 200, 200);
    transition: 0.3s;
    border-image: none;
    height: 45px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 45px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 4px;
    display: block;
}

.cpzs_ul li:hover .cpzs_img {
    border-color: rgb(12, 114, 210);
}

.cpzs_ul li:hover .cpzs_txt {
    background: rgb(12, 114, 210);
    border-color: rgb(12, 114, 210);
    color: rgb(255, 255, 255);
}

.gsjj {
    background: url("../images/gsjj_bj.jpg") no-repeat center / cover;
    padding: 43px 0px 59px;
    width: 100%;
    overflow: hidden;
}

.gsjj_contect {
    color: rgb(0, 0, 0);
    line-height: 40px;
    overflow: hidden;
    padding-top: 49px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.gsjj_img {
    background: rgb(255, 255, 255);
    padding: 3px;
    border-radius: 5px;
    border: 1px solid rgb(165, 165, 165);
    border-image: none;
    width: 428px;
    margin-right: 15px;
    float: left;
}

.gsjj_img img {
    width: 420px;
    height: 242px;
    display: block;
}

.gsjj_more {
    background: rgb(12, 114, 210);
    width: 175px;
    ;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    margin: 30px auto 0px;
}

.gsjj_more a {
    color: rgb(255, 255, 255);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.case {
    padding: 27px 0px 7px;
    width: 100%;
    overflow: hidden;
}

.cpzs_ul1 {
    width: 1174px;
    overflow: hidden;
    padding-top: 33px;
    display: block;
}

.cpzs_ul1 li {
    margin: 0px 9px 28px 9px;
    width: 275px;
    float: left;
}

.cpzs_ul1 li .cpzs_img {
    border: 1px solid rgb(200, 200, 200);
    transition: 0.3s;
    border-image: none;
    width: 275px;
    height: 225px;
    overflow: hidden;
}

.cpzs_ul1 li .cpzs_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.cpzs_ul1 li .cpzs_txt {
    background: rgb(216, 216, 216);
    border: 1px solid rgb(200, 200, 200);
    transition: 0.3s;
    border-image: none;
    height: 45px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 45px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 4px;
    display: block;
}

.cpzs_ul1 li:hover .cpzs_img {
    border-color: rgb(12, 114, 210);
}

.cpzs_ul1 li:hover .cpzs_txt {
    background: rgb(12, 114, 210);
    border-color: rgb(12, 114, 210);
    color: rgb(255, 255, 255);
}

.news {
    background: rgb(237, 237, 237);
    padding: 15px 0px 46px;
    width: 100%;
    overflow: hidden;
}

.news_ul {
    width: 1170px;
    overflow: hidden;
    padding-top: 40px;
    display: block;
}

.news_ul li {
    margin: 0px 10px 20px 10px;
    width: 370px;
    float: left;
    background: rgb(255, 255, 255);
}

.news_ul li .news_img {
    border: 1px solid rgb(207, 207, 207);
    border-image: none;
    height: 173px;
    overflow: hidden;
    display: block;
}

.news_ul li .news_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.news_ul li .news_p {
    height: 44px;
    color: rgb(12, 113, 210);
    font-weight: 500;
    line-height: 44px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    margin: 10px 10px 10px 10px;
    display: block;
}

.news_ul li .news_txt {
    color: rgb(0, 0, 0);
    line-height: 30px;
    text-indent: 0em;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin: 10px 10px 10px 10px;
    display: block;
}

.news_ul li .news_b {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    margin-top: 10px;
    margin: 10px 10px 10px 10px;
    display: block;
}

.news_ul li .news_sp {
    color: rgb(0, 0, 0);
    float: left;
}

.news_ul li .news_more {
    background: rgb(12, 114, 210);
    border-radius: 5px;
    width: 67px;
    height: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    float: right;
}

footer {
    background: rgb(12, 114, 210);
    padding: 17px 0px;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 30px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

footer a {
    color: rgb(255, 255, 255);
}

footer a:hover {
    color: rgb(255, 255, 255);
}

.hot {
    background: rgb(12, 114, 210);
    left: 0px;
    width: 100%;
    height: 68px;
    bottom: 0px;
    position: fixed;
    z-index: 99;
}

.hot span {
    color: rgb(255, 255, 255);
    line-height: 20px;
    padding-top: 12px;
    font-size: 16px;
}

.hot h6 {
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.hot .row div a {
    padding: 5px 0px;
    color: rgb(255, 255, 255);
    margin-top: 9px;
    display: block;
}

.hot .row div:hover {
    background: rgb(45, 151, 251);
}

.main {
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.main_left {
    width: 255px;
    float: left;
}

.about {
    width: 100%;
    margin-bottom: 12px;
    float: left;
}

.about_title {
    background: rgb(12, 114, 210);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: block;
}

.about_title span {
    background: rgb(12, 114, 210);
    padding: 0px 15px;
    color: rgb(255, 255, 255);
    font-family: "Microsoft YaHei";
    font-size: 18px;
    float: left;
    font-weight: bold;
}

.about_ul {
    background: rgb(255, 255, 255);
    padding: 0px 0px 0px;
    overflow: hidden;
    margin-top: 14px;
    display: block;
}

.about_ul li {
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    border-bottom-color: rgb(234, 234, 234);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.about_ul li a {
    background: url(../images/page_09.png) no-repeat right 15px center;
    transition: 0.3s;
    height: 40px;
    color: rgb(38, 31, 31);
    line-height: 40px;
    text-indent: 25px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    display: block;
}

.about_ul li a:hover {
    background: url(../img/page_09.png) no-repeat right 15px center;
    background: rgb(0, 140, 255);
    color: rgb(255, 255, 255);
}

.about_txt {
    background: rgb(237, 237, 237);
    padding: 10px 10px 10px 10px;
    color: rgb(38, 31, 31);
    line-height: 30px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 14px;
    display: block;
}

.about_img {
    overflow: hidden;
    padding-top: 7px;
    display: block;
}

.about_img img {
    margin: 0px auto;
    display: block;
}

.main_right {
    width: 892px;
    float: right;
}

.dqwz_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom-color: rgb(0, 140, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.dqwz_p {
    color: rgb(38, 31, 31);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.dqwz_nav {
    color: rgb(38, 31, 31);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    float: right;
}

.dqwz_contect {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.company {
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-indent: 0em;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    display: block;
}

.dl1 {
    display: none;
}

.dl1 dd {
    border: 1px solid rgb(1, 151, 210);
    border-image: none;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
}

.dl1 dd a {
    background: rgb(255, 255, 255);
    height: 28px;
    color: rgb(27, 24, 24);
    line-height: 28px;
    text-indent: 25px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.pro_ul {
    width: 892px;
    overflow: hidden;
    display: block;
}

.pro_ul li {
    width: 275px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

.pro_ul li .pro_img {
    border: 1px solid rgb(179, 179, 179);
    transition: 0.3s;
    border-image: none;
    width: 100%;
    height: 227px;
    overflow: hidden;
}

.pro_ul li .pro_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.pro_ul li .pro_sp {
    transition: 0.3s;
    height: 56px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 56px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    display: block;
}

.pro_ul li:hover .pro_img {
    border-color: rgb(1, 151, 210);
}

.pro_ul li:hover .pro_sp {
    color: rgb(1, 151, 210);
}

.cpxq {
    overflow: hidden;
    padding-top: 15px;
    display: block;
}

.cpxq_img {
    margin: 0px auto;
    border: 0px solid rgb(1, 151, 210);
    border-image: none;
    width: 100%;
    display: block;
    max-width: 371px;
}

.cpxq_img img {
    width: 100%;
    display: block;
}

.cpxq_p {
    text-align: left;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.xw {
    overflow: hidden;
    padding-top: 15px;
    display: block;
}

.xw li {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.xw li .xw_img {
    border: 1px solid rgb(90, 201, 247);
    border-image: none;
    width: 242px;
    margin-right: 25px;
    float: left;
}

.xw li .xw_img img {
    width: 100%;
    height: 150px;
    display: block;
}

.xw li .xw_p {
    height: 30px;
    color: rgb(7, 120, 190);
    line-height: 30px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.xw li .xw_txt {
    background: rgb(246, 246, 246);
    color: rgb(51, 51, 51);
    padding: 10px 10px 10px 10px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.xwxq {
    overflow: hidden;
    display: block;
}

.xwxq_p {
    height: 50px;
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 50px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.xwxq_sp {
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 20px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    margin-top: 0px;
    display: block;
}

.xwxq_txt {
    color: rgb(51, 51, 51);
    line-height: 26px;
    overflow: hidden;
    padding-top: 10px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.fwlc {
    color: rgb(38, 31, 31);
    line-height: 32px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

.fwlc_img {
    overflow: hidden;
    display: block;
}

.fwlc_img img {
    margin: 20px auto;
    width: 100%;
    display: block;
    max-width: 464px;
}

.zxly {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    display: block;
    max-width: 490px;
}

.zxly_B {
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}

.zxly_p {
    width: 66px;
    height: 22px;
    color: rgb(80, 80, 80);
    line-height: 22px;
    float: left;
}

.zxly_inp1 {
    background: rgb(251, 251, 251);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 407px;
    height: 22px;
    float: left;
}

.zxly_sp {
    color: rgb(255, 0, 0);
    text-indent: 5px;
    float: left;
}

.zxly_p1 {
    width: 66px;
    height: 148px;
    color: rgb(80, 80, 80);
    line-height: 148px;
    float: left;
}

.zxly_inp2 {
    background: rgb(251, 251, 251);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 407px;
    height: 148px;
    float: left;
}

.zxly_inp3 {
    background: rgb(251, 251, 251);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 47px;
    height: 22px;
    float: left;
}

.zxly_img {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 62px;
    height: 22px;
    margin-left: 1px;
    float: left;
}

.zxly_img img {
    display: block;
}

.zxly_txt {
    height: 22px;
    line-height: 22px;
    text-indent: 10px;
    float: left;
}

.zxly_txt a {
    color: rgb(80, 80, 80);
}

.zxly_btn {
    background: rgb(247, 247, 247);
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 32px;
    height: 22px;
    color: rgb(80, 80, 80);
    float: left;
}

.contact {
    padding: 10px;
    color: rgb(38, 31, 31);
    line-height: 30px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
}

@media all and (max-width:1199px) {
    .bannerbox {
        transition: 1s;
        width: 100%;
        height: 338px;
        overflow: hidden;
    }
    #banner {
        transition: 1s;
        height: 338px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image {
        transition: 1s;
        height: 338px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image li span {
        transition: 1s;
        width: 100%;
        height: 338px;
        display: block;
    }
}

@media all and (max-width:991px) {
    .header .icon-menu {
        height: 68px;
        color: rgb(11, 120, 210);
        line-height: 68px;
        font-size: 40px;
        margin-right: 15px;
        float: right;
        cursor: pointer;
    }
    .header .sjdnav {
        background: 0px 0px rgba(11, 120, 210, 0.5) !important;
        top: 88px;
        width: 150px;
        height: auto;
        right: 0px;
        position: absolute;
        z-index: 9999;
    }
    .header .sjdnav ul {
        margin: 0px;
        padding: 0px;
    }
    .header .sjdnav li {
        margin: 5px 0px;
        padding: 0px;
        height: 38px;
        text-align: center;
        display: block;
    }
    .header .sjdnav li a {
        color: rgb(255, 255, 255);
        line-height: 38px;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        display: block;
    }
    .header .sjdnav li a:hover {
        background: rgb(1, 151, 210);
        color: rgb(255, 255, 255);
    }
    .header .sjdnavhide {
        height: 0px;
        overflow: hidden;
    }
    .header .logo {
        margin-left: 15px;
        float: left;
    }
    .bannerbox {
        transition: 1s;
        width: 100%;
        height: 279px;
        overflow: hidden;
    }
    #banner {
        transition: 1s;
        height: 279px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image {
        transition: 1s;
        height: 279px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image li span {
        transition: 1s;
        width: 100%;
        height: 279px;
        display: block;
    }
    .cpzs_ul {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .cpzs_ul li {
        margin: 0px 1% 20px;
        width: 31.3%;
        float: left;
    }
    .cpzs_ul li .cpzs_img {
        border: 1px solid rgb(200, 200, 200);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 194px;
        overflow: hidden;
    }
    .gsjj_contect {
        padding: 49px 1% 0px;
        color: rgb(0, 0, 0);
        line-height: 24px;
        overflow: hidden;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        display: block;
    }
    .gsjj_img {
        background: rgb(255, 255, 255);
        padding: 3px;
        border-radius: 5px;
        border: 1px solid rgb(165, 165, 165);
        border-image: none;
        width: 50%;
        margin-right: 15px;
        float: left;
    }
    .gsjj_img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .cpzs_ul1 {
        width: 100%;
        overflow: hidden;
        padding-top: 33px;
        display: block;
    }
    .cpzs_ul1 li {
        margin: 0px 1% 28px;
        width: 31.3%;
        float: left;
    }
    .cpzs_ul1 li .cpzs_img {
        border: 1px solid rgb(200, 200, 200);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 194px;
        overflow: hidden;
    }
    .news_ul {
        width: 100%;
        overflow: hidden;
        padding-top: 40px;
        display: block;
    }
    .news_ul li {
        margin: 0px 1% 20px;
        width: 31.3%;
        float: left;
    }
    .news_ul li .news_img {
        border: 1px solid rgb(207, 207, 207);
        border-image: none;
        height: 130px;
        overflow: hidden;
        display: block;
    }
    .main {
        padding: 20px 1%;
        width: 100%;
        overflow: hidden;
    }
    .main_left {
        width: 30%;
        float: left;
    }
    .main_right {
        width: 68%;
        float: right;
    }
    .pro_ul {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .pro_ul li {
        margin: 0px 1%;
        width: 48%;
        float: left;
    }
    .pro_ul li .pro_img {
        border: 4px solid rgb(179, 179, 179);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 261px;
        overflow: hidden;
    }
    .xw li .xw_img {
        border: 1px solid rgb(90, 201, 247);
        border-image: none;
        width: 50%;
        margin-right: 10px;
        float: left;
    }
}

@media all and (max-width:767px) {
    .header {}
    .header .icon-menu {
        font-size: 30px;
    }
    .header .logo {
        width: 80%;
        margin-left: 10px;
    }
    .header .logo img {
        width: 100%;
        display: block;
    }
    .bannerbox {
        transition: 1s;
        width: 100%;
        height: 216px;
        overflow: hidden;
    }
    #banner {
        transition: 1s;
        height: 216px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image {
        transition: 1s;
        height: 216px;
        overflow: hidden;
        position: relative;
    }
    #banner .main_image li span {
        transition: 1s;
        width: 100%;
        height: 216px;
        display: block;
    }
    .cpzs_ul li {
        margin: 0px 1% 20px;
        width: 48%;
        float: left;
    }
    .cpzs_ul li .cpzs_img {
        border: 1px solid rgb(200, 200, 200);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }
    .cpzs_ul1 li {
        margin: 0px 1% 28px;
        width: 48%;
        float: left;
    }
    .cpzs_ul1 li .cpzs_img {
        border: 1px solid rgb(200, 200, 200);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }
    .news_ul li {
        margin: 0px 1% 20px;
        width: 98%;
        float: left;
    }
    .news_ul li .news_img {
        border: 1px solid rgb(207, 207, 207);
        border-image: none;
        height: 220px;
        overflow: hidden;
        display: block;
    }
    .about_title1 {
        background: url("../img/sj_jaintou.jpg") no-repeat right rgb(11, 120, 210);
        height: 55px;
        color: rgb(255, 255, 255);
        line-height: 55px;
        text-indent: 25px;
        overflow: hidden;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        display: block;
    }
    .about_ul1 {
        background: rgb(255, 255, 255);
        padding: 6px 4px 10px;
        overflow: hidden;
        margin-top: 5px;
        display: none;
    }
    .about_ul1 li {
        border: 1px solid rgb(0, 140, 255);
        border-image: none;
        height: 40px;
        overflow: hidden;
        margin-bottom: 5px;
        display: block;
    }
    .about_ul1 li a {
        background: rgb(0, 140, 255);
        transition: 0.3s;
        height: 40px;
        color: rgb(255, 255, 255);
        line-height: 40px;
        text-indent: 25px;
        overflow: hidden;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        display: block;
    }
    .about_ul1 li a:hover {
        background: rgb(12, 114, 210);
        color: rgb(255, 255, 255);
    }
    .main_right {
        width: 100%;
        float: right;
    }
    .pro_ul li .pro_img {
        border: 1px solid rgb(179, 179, 179);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 159px;
        overflow: hidden;
    }
    .zxly {
        margin: 0px auto;
        padding: 30px 1% 0px;
        width: 100%;
        overflow: hidden;
        display: block;
        max-width: 490px;
    }
    .zxly_B {
        overflow: hidden;
        margin-bottom: 10px;
        display: block;
    }
    .zxly_p {
        width: 66px;
        height: 22px;
        color: rgb(80, 80, 80);
        line-height: 22px;
        float: left;
    }
    .zxly_inp1 {
        background: rgb(251, 251, 251);
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 74%;
        height: 22px;
        float: left;
    }
    .zxly_sp {
        color: rgb(255, 0, 0);
        text-indent: 5px;
        float: left;
    }
    .zxly_p1 {
        width: 66px;
        height: 148px;
        color: rgb(80, 80, 80);
        line-height: 148px;
        float: left;
    }
    .zxly_inp2 {
        background: rgb(251, 251, 251);
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 74%;
        height: 148px;
        float: left;
    }
    .zxly_inp3 {
        background: rgb(251, 251, 251);
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 47px;
        height: 22px;
        float: left;
    }
    .zxly_img {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 62px;
        height: 22px;
        margin-left: 1px;
        float: left;
    }
    .zxly_img img {
        display: block;
    }
    .zxly_txt {
        height: 22px;
        line-height: 22px;
        text-indent: 10px;
        float: left;
    }
    .zxly_txt a {
        color: rgb(80, 80, 80);
    }
    .zxly_btn {
        background: rgb(247, 247, 247);
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 32px;
        height: 22px;
        color: rgb(80, 80, 80);
        float: left;
    }
}

@media all and (max-width:375px) {
    .ts {
        width: 100%;
    }
    .nei_content {
        width: 100%;
    }
    .pro_ul li .pro_img {
        border: 4px solid rgb(179, 179, 179);
        transition: 0.3s;
        border-image: none;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
}

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li.qrcode i {
    background-position: -22px -250px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 20px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 143px;
    height: 150px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.dock ul.icons li.im p {
    width: 140px;
    height: 170px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0061c2;
    border: 1px solid #ffffff;
}

.dock ul.icons li.wechat p,
.dock ul.icons li.qrcode p {
    width: 180px;
    height: 180px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.dock ul.icons li.wechat p img {
    border: 2px solid #000;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 255px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(img/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}