@charset "utf-8";



* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
}

td{
    border: 1px solid #eaeaea;
    width: auto;
}

.article_editor{
    font-size: 16px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}


/* webkit, opera, IE9 */

::selection {
    background: #333;
    color: #fff;
}


/* mozilla firefox */

::-moz-selection {
    background: #333;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.w1,
.container {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


.header {
    width: 100%;
    display: block;
    background: #fff;
}

.top {
    width: 100%;
    background: #f3f3f3;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.top p {
    font-size: 14px;
    color: #333333;
}

.top .top_ico {
    display: block;

}

.top .top_ico ul {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
}

.top .top_ico ul li {
    float: left;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #fff;
    line-height: 14px;
}

.top .top_ico ul li:nth-child(4) {
    border-right: none;
}

.top .top_ico ul li a {
    color: #333333;
    opacity: 0.7;
    font-size: 14px;
    display: block;
}



.top_logo {
    margin: 15px auto 0;
    height: 85px;
    display: block;
}

.top_logo .logo {
    width: 750px;
    display: block;
    overflow: hidden;
}

.top_logo .logo img {
    float: left;
    margin-right: 20px;
    display: block;
}


.navlist {
    width: 100%;
    height: 60px;
    display: block;
    background: #0061ae;

}

.nav_out {
    display: block;
    margin: 0 auto;
    width: 1200px
}

.tem_head nav {
    width: 1200px;
    position: absolute;
    height: 60px;
    line-height: 60px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    width: 11.1%;
}

.tem_head nav ul li span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8
}


.tem_head nav a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 60px;
}

.tem_head nav a:hover {
    color: #fff;
    background: #003c6c;
}

.tem_head nav a.navdown {
    color: #fff;
    background: #003c6c;
}

.tem_head nav a.navdown:hover {
    color: #fff;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
    background: #004b97;
}

.tem_head nav ul li dl dd {
    float: left;
    padding: 20px 0;
    min-width: 170px;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.5;
    height: 26px;
    font-size: 14px;
    color: #fff;
}

.tem_head nav ul li dl dd a:hover {
    color: #fff;

}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}


.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}


.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

.top_tel {
    display: block;
    padding-left: 60px;
    background: url(../images/top_tel.png) left no-repeat;
    line-height: 30px;
    margin-top: 12px;
}

.top_tel p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.top_tel h3 {
    font-size: 27px;
    color: #004b98;
}

.hot_news {
    overflow: hidden;
    padding: 5px 0;
}

.news_tj {
    width: 720px;
    display: block;
    overflow: hidden;
}

.box {
    height: 50px;
    overflow: hidden;
}

.t_news {
    height: 50px;
    color: #333;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.t_news b {
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    background: url(../images/ico_news.png) 0 no-repeat;
    padding-left: 30px;
    font-size: 16px;
    color: #0061ae;
}

.news_li,
.swap {
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 120px;
    display: block;
    width: 600px;
}

.news_li li,
.swap li {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_li li a,
.swap li a {
    color: #333;
    float: left;
}

.news_li span,
.swap li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.swap {
    top: 50px;
}

.head_search {
    width: 330px;
    float: right;
    margin-top: 5px;
}

.boxs {
    border: solid 1px #000;
    height: 36px;
    width: 328px;
    line-height: 36px;
    font-size: 14px;
}

.texts {
    width: 208px;
    height: 100%;
    float: left;
    padding-left: 15px;
    font-family: "Microsoft YaHei";
    background: none;
}

input::-webkit-input-placeholder {
    color: #323232;
}

.btnSubmits {
    width: 105px;
    height: 36px;
    background: #000;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

/* 主营业务  */
.index_business {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/bg_02.jpg) top center no-repeat;
    padding: 60px 0;
}

.pro_tit {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    background: url(../images/p01.png) center 35px no-repeat;
    padding-bottom: 30px;
}

.pro_tit h3 {
    font-size: 32px;
    color: #000;
    line-height: 45px;
    letter-spacing: 2px;
}

.pro_tit h3 i {
    color: #0061ae;
    font-style: normal;
}

.pro_tit hr {
    width: 74px;
    height: 6px;
    background: #0061ae;
    border: none;
    margin: 10px auto 0;
}

.pro_tit h4 {
    font-size: 18px;
    color: #0061ae;
    line-height: 40px;
    margin-top: 40px;
}

.busine_list {
    display: block;
    overflow: hidden;
    padding: 0px 0 40px;
    position: relative;
}

.busine_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.busine_list ul li {
    float: left;
    display: block;
    width: 304px;
    margin-right: 109px;
}

.busine_list ul li .b_img {
    border-radius: 100%;
    background: rgba(0, 97, 142, 0.42);
    display: block;
    overflow: hidden;
}

.busine_list ul li .b_img img {
    margin: 7px;
    display: block;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.busine_list ul li:hover .b_img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.busine_list ul li:nth-child(3) {
    width: 359px;
    margin-top: 80px;
}

.busine_list ul li:nth-child(5) {
    margin-right: 0;
}

.busine_list ul li h3 {
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 15px;
}

.busine_list ul .arr01 {
    width: 134px;
    height: 42px;
    display: block;
    background: url(../images/arr01.png) no-repeat;
    position: absolute;
    top: 190px;
    left: 298px;
}

.busine_list ul .arr02 {
    width: 174px;
    height: 50px;
    display: block;
    background: url(../images/arr02.png) no-repeat;
    position: absolute;
    top: 170px;
    right: 310px;
}

.p_more {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.p_more a {
    display: block;
    background: #0061ae;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    border: 2px solid rgba(106, 173, 226, 0.42);
}

/* 关于我们 */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/bg_03.jpg) top center no-repeat;
    padding: 60px 0 0;
}

.ab_con {
    overflow: hidden;
    padding: 30px 0 40px;
}

.ab_txt {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ab_txt h3 {
    font-size: 28px;
    color: #0061ae;
    line-height: 45px;
}

.ab_txt p {
    font-size: 14px;
    color: #707070;
    line-height: 34px;
    margin-top: 25px;
}

.ab_ico {
    display: block;
    overflow: hidden;
}

.ab_ico ul {
    list-style: none;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ab_ico ul li {
    width: 115px;
    display: inline-block;
    margin-right: 30px;
    overflow: hidden;
    padding: 5px 5px 10px;
}

.ab_ico ul li:last-child {
    margin-right: 0;
}

.ab_ico ul li i {
    width: 70px;
    height: 70px;
    display: block;
    overflow: hidden;
    margin: 10px auto;
    transition: all .5s;
}

.ab_ico ul li h3 {
    font-size: 14px;
    color: #0061ae;
    line-height: 30px;
    font-weight: normal;
}

.ab_ico ul li .i01 {
    background: url(../images/ico.png) 0 0 no-repeat;
}

.ab_ico ul li .i02 {
    background: url(../images/ico.png) 0 -70px no-repeat;
}

.ab_ico ul li .i03 {
    background: url(../images/ico.png) 0 -140px no-repeat;
}

.ab_ico ul li .i04 {
    background: url(../images/ico.png) 0 -210px no-repeat;
}

.ab_ico ul li .i05 {
    background: url(../images/ico.png) 0 -280px no-repeat;
}

.ab_ico ul li:hover {
    background: #0061ae;
}

.ab_ico ul li:hover .i01 {
    background: url(../images/ico.png) -70px 0 no-repeat;
}

.ab_ico ul li:hover .i02 {
    background: url(../images/ico.png) -70px -70px no-repeat;
}

.ab_ico ul li:hover .i03 {
    background: url(../images/ico.png) -70px -140px no-repeat;
}

.ab_ico ul li:hover .i04 {
    background: url(../images/ico.png) -70px -210px no-repeat;
}

.ab_ico ul li:hover .i05 {
    background: url(../images/ico.png) -70px -280px no-repeat;
}

.ab_ico ul li:hover h3 {
    color: #fff;
}

/* 项目案例 */
.index_case {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
}

.case_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list dl {
    width: 20%;
    display: block;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.case_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.case_list dl:hover dt img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.case_list dl dd {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    width: 100%;
    line-height: 60px;
}

.case_list dl dd p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}

.case_list dl .zhezhao {
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    margin-top: -100%;
    z-index: 2
}

.case_list dl .zhezhao img {
    width: 53px;
    height: 53px;
    display: block;
    margin: 20% auto 0;
}

.case_list dl .zhezhao h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
}

.case_list dl:hover .zhezhao {
    margin-top: 0px;
    -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;
}


@media (max-width:1520px) {
    .case_list dl {
        width: 25%;
    }
}

/* 新闻中心  */
.index_news {
    padding: 20px 0 40px;
    overflow: hidden;
}

.news_img {
    width: 500px;
    display: block;
    overflow: hidden;
}

.news_img img {
    max-width: 100%;
    display: block;
}

.news_con {
    width: 680px;
    display: block;
    overflow: hidden;
    position: relative;
}

.news_con .n_more {
    width: 100px;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
}

.news_con .n_more a {
    font-size: 14px;
    color: #000;
    line-height: 36px;
}

.news_con .tab-hd {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.news_con .tab-hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f0f0f0;
    color: #60655e;
    font-size: 18px;
    line-height: 50px;
    margin-right: 5px;
}

.news_con .tab-hd li:hover,
.active02 {
    background: #0061ae !important;
    color: #fff !important;
}

.news_con .tab-bd {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.news_con .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.news_con .tab-bd li .news_tj02 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_con .tab-bd li .news_tj02 dl {
    display: block;
    overflow: hidden;
}

.news_con .tab-bd li .news_tj02 dl dt {
    float: left;
    margin-right: 15px;
    width: 210px;
}
.news_con .tab-bd li .news_tj02 dl dt img{ max-width: 100%; display: block; overflow: hidden; }
.news_con .tab-bd li .news_tj02 dl dd {
    display: inline-block;
    width: 450px;
}

.news_con .tab-bd li .news_tj02 dl dd h3 {
    font-size: 16px;
    color: #0061ae;
    line-height: 30px;
    font-weight: normal;
}

.news_con .tab-bd li .news_tj02 dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 5px 0
}

.news_con .tab-bd li .news_tj02 dl dd span {
    font-size: 14px;
    color: #0061ae;
}

.news_con .tab-bd li .news_list {
    display: block;
    overflow: hidden;
    border-top: 1px dashed #999;
    padding-top: 12px;
}

.news_list dl {
    display: block;
    overflow: hidden;
}

.news_list dl dd {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 32px;
}

.news_list dl dd a {
    float: left;
    font-size: 14px;
    color: #303030;
    padding-left: 15px;
    background: url(../images/dian_03.jpg) left no-repeat;
}

.news_list dl dd span {
    font-size: 14px;
    color: #a7a7a7;
    float: right;
}

/* 友情链接  */
.link {
    width: 100%;
    background: #f0f0f0;
    display: block;
    overflow: hidden;
    padding: 10px 0
}

.link ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 45px;
}

.link ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.footer {
    width: 100%;
    background: url(../images/db_bg.jpg) top center no-repeat;
    display: block;
    overflow: hidden;
    padding: 10px 0 0
}

.db_con {
    padding: 20px 0 30px;
    overflow: hidden;
}

.db_logo {
    width: 230px;
    display: block;
    overflow: hidden;
    border-right: 1px solid rgba(28, 129, 209, 0.8);
    padding-right: 10px;
    margin-right: 30px;
}

.db_logo img {
    margin: 0 auto;
    display: block;
}

.db_lx {
    width: 485px;
    display: block;
    overflow: hidden;
    border-right: 1px solid rgba(28, 129, 209, 0.8)
}

.db_lx p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.db_nav {
    width: 370px;
    display: block;
    overflow: hidden;
    padding-left: 40px;
}

.db_nav ul {
    list-style: none;
    width: 235px;
    display: block;
    overflow: hidden;
}

.db_nav ul h3 {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}

.db_nav ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.db_nav ul li:nth-child(2n) {
    margin-right: 0;
}

.db_nav ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.db_ewm {
    width: 128px;
    display: block;
    text-align: center;
}
.db_ewm img{ max-width: 100%; display: block; }

.db_ewm p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.copyright {
    width: 100%;
    background: #0c3a60;
    padding: 10px 0;
    overflow: hidden;
}

.copyright p {
    text-align: left;
    font-size: 14px;
    color: #92caea;
    line-height: 45px;
    text-align: center;
}

.copyright p a {
    color: #92caea;
}



/*   关于我们   */
.warpper2 {
    width: 100%;
    padding: 0 0 20px;
    display: block;
}

.about_con {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.side_left {
    width: 242px;
    display: block;
    overflow: hidden;
    position: relative;
    top: -106px;
}

.side_left .sid_bt h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.side_left .sid_bt {
    background: rgba(0, 75, 151, 0.8);
    height: 66px;
    padding: 20px 0;
    text-align: center;
}

.side_left .sid_bt p {
    font-size: 16px;
    color: #9bc1e0;
    line-height: 26px;
    text-transform: uppercase;
}

.side_left ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 2px;
}

.side_left ul li {
    border: 1px solid #ededed;
    display: block;
    background: url(../images/ab_ico.png) 200px no-repeat;
    margin-bottom: 10px;
}

.side_left ul li a {
    display: block;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #004b97;
}

.side_left ul li .on3 {
    display: block;
    padding: 12px 0 12px 20px;
    background: url(../images/ab_ico2.png) 200px no-repeat #004b97;
    color: #fff;
}


.side_lx {
    width: 240px;
    border: 1px solid #dcdcdc;
    margin: 15px 0 20px;
    display: block;
    overflow: hidden;
}

.side_lx p {
    padding: 18px 12px 50px;
    font-size: 14px;
    color: #515151;
    line-height: 30px;
}

.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.ab_tit {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #b2b2b2;
    overflow: hidden;
    line-height: 36px;
    padding-bottom: 12px;
}

.ab_tit h3 {
    float: left;
    font-size: 18px;
    color: #004b97;
    padding-left: 15px;
    background: url(../images/ab_lit.png) left no-repeat;
}

.ab_tit span {
    display: block;
    float: right;
    background: url(../images/position.png) left no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #343434;
}

.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}


/*  新闻资讯  */
.news_content {
    padding: 50px 10px;
    display: block;
    overflow: hidden;
}

.news_content dl {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.news_content dl dt {
    width: 160px;
    float: left;
    display: block;
}

.news_content dl dd {
    width: 720px;
    float: right;
    display: block;
    padding: 8px 0;
}

.news_content dl dd h3 {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 30px;
}

.news_content dl dd h3 a {
    color: #3a3a3a;
}

.news_content dl dd h3 a:hover {
    color: #cc0905;
    text-decoration: underline;
}

.news_content dl dd p {
    font-size: 12px;
    color: #666;
    padding: 8px 0;
    line-height: 22px;
}

.news_content dl dd span {
    font-size: 12px;
    color: #5f5f5f;
}


.side_lx,
.side_news {
    width: 238px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1859b7;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}


/*banner*/
.flash {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 650px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 650px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;

}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;

}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


.page_bg {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 310px;
}

/*左侧分栏*/
.con_section {
    position: relative;
    padding: 20px 0 50px;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #1859b7;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #1859b7;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #1859b7;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
    display: none;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 0px 50px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px dashed #ccc;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
    background: url(../images/position.png) left no-repeat;
    padding-left: 30px;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
    padding-left: 15px;
    background: url(../images/ab_lit.png) left no-repeat;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #1859b7;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li h2 a:hover {
    text-decoration: underline;
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/
.module_list_article {
    padding: 10px;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
    position: relative;
    clear: both;
}

.module_list_article dl dt {
    width: 15%;
    float: left;
    min-width: 152px;
}

.module_list_article dl dt img {
    max-width: 100%;
    display: block;
    border-radius: 20px;
}

.module_list_article dl dd {
    float: right;
    width: 80%;
}

.module_list_article dl dd .news_cn {
    width: 75%;
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_cn h3 {
    font-size: 20px;
    color: #068a82;
    line-height: 36px;
    margin-top: 15px;
}

.module_list_article dl dd .news_cn p {
    font-size: 14px;
    color: #575757;
    line-height: 26px;
    margin: 12px 0;
}

.module_list_article dl dd .news_cn span {
    border: 1px solid #54aa5e;
    width: 100px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 10px;
    border-radius: 30px;
    line-height: 32px;
}

.module_list_article dl dd .news_times {
    width: 10%;
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_times h3 {
    font-size: 28px;
    color: #666;
    line-height: 150px;
    font-weight: normal;
}

.module_list_article dl dd .news_times h3 i {
    font-size: 20px;
    font-style: normal;
}

.module_list_article dl:hover {
    background: #fff;
    -moz-box-shadow: -1px 1px 11px #ccc;
    -webkit-box-shadow: -1px 1px 11px #ccc;
    box-shadow: -1px 1px 11px #ccc;
    border-radius: 15px;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 10px;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img {
    max-width: 100%
}

/*图片列表*/
.module_list_img {

    overflow: hidden;
    margin: 40px 0;
}

.module_list_img dl {
    width: 31%;
    float: left;
    margin-bottom: 20px;
    margin-right: 2.7%;
    overflow: hidden;
    border: 3px solid #ebebeb;
}

.module_list_img dl:nth-child(3n) {
    margin-right: 0;
}

.module_list_img dl dt {
    /* border: 3px solid #ebebeb; */
    display: block;
    overflow: hidden;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 3px 3px 0 3px; */
}

.module_list_img dl dt img {
    /* display: block; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
    max-width: 100%;
    /* max-height: 100%; */
}

.module_list_img dl dd {
    background: #ebebeb;
    width: 100%;
    line-height: 50px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.module_list_img dl dd h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.module_list_img dl:hover dd {
    background: #1859b7;
}

.module_list_img dl:hover dd h3 {
    color: #fff;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #811b6e;
}

/*图片详情*/
.product-info {
    padding: 10px;
    overflow: hidden;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {

    border-top: 0;
    overflow: hidden;
    text-align: left margin-top:50px;
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
    width: 31.5%;
    float: left;
    margin-right: 2%;
}


.msg dl:nth-child(3) {
    margin-right: 0;
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0;
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    width: 98%;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    outline: 0;
    border-radius: 2px;
}



.msg dl:nth-child(4) {
    width: 100%;
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {

    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #f00;
    line-height: 48px;
}

.ftype_input .fbox input {
    width: 98%;
    height: 46px;
    line-height: 46px;
    padding: 2px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 98.5%;
    line-height: 1.5;
    height: 150px;
    padding: 7px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
}

.ftype_textarea textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.msg dl dd .submit {
    display: block;
    background: #0a8c82;
    border: 0 none;
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    font-size: 16px;
    margin: 0 auto;

}



.msg dl dd .submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    padding: 7px 20px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1859b7;
    border-color: #1859b7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}





/*  新闻资讯  */

.news_content {
    padding: 30px 10px;
    display: block;
    overflow: hidden;
}

.news_content dl {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.news_content dl dt {
    width: 217px;
    float: left;
    display: block;
    overflow: hidden;
}

.news_content dl dt img {
    width: 215px;
    height: 144px;
    display: block;
    margin: auto;
    border: 1px solid #ccc;
}

.news_content dl dd {
    color: #666;
    margin-left: 25px;
    width: 688px;
    height: 144px;
    float: left;
}

.news_content dl dd h3 {
    font-size: 16px;
    color: #333;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    line-height: 36px;
}

.news_content dl dd h3 a {
    color: #333;
}

.news_content dl dd h3 a:hover {
    color: #2463c9;
    text-decoration: underline;
}

.news_content dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 10px 5px 0;
}

.news_content dl dd span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat;
}


.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}


.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}


.prod {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}

.prod dl {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.prod dl dt {
    width: 208px;
    height: 170px;
    overflow: hidden;
    position: relative;
    float: left;
    background: #eee;
}

.prod dl dt img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.prod dl dd {
    float: right;
    width: 690px;
    display: block;
    overflow: hidden;
}

.prod dl:hover dt img {
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    width: 100%;
    height: 100%;
    display: block;
}

.prod dl dd h3 {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
}

.prod dl:hover dd h3 {
    color: #2463c9;
}

.prod dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 16px;
    height: 93px;
}

.prod dl dd span {
    font-size: 16px;
    color: #0c88c6;
    float: right;
    margin-top: 16px;
}

.prod dl dd span a {
    font-size: 16px;
    color: #0c88c6;
}

.prod dl dd span a:hover {
    color: #b03c6b
}


/*图片模块*/

#imglist {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 40px 0;
}

#imglist ul {
    margin: 2%;
    list-style: none;
    display: block;
    overflow: hidden;
}

#imglist ul li {
    float: left;
    display: block;
    margin-right: 4%;
    overflow: hidden;
    background: #fff;
    width: 26%;
    -moz-box-shadow: -1px 1px 11px #ccc;
    -webkit-box-shadow: -1px 1px 11px #ccc;
    box-shadow: -1px 1px 11px #ccc;
    border-radius: 20px;
    padding: 2%;
    margin: 2% 3% 1% 1%;
}

#imglist ul li:nth-child(3n) {
    margin-right: 0;
}

#imglist ul li .c_img {
    text-align: center;
    display: block;
    overflow: hidden;
}

#imglist ul li .c_img img {
    width: 100%;
    display: block;
}

#imglist ul li .c_txt {
    padding: 12px 0;
    display: block;
    overflow: hidden;
}

#imglist ul li .c_txt h3 {
    font-size: 16px;
    color: #048882;
    line-height: 24px;
    height: 50px;
}

#imglist ul li .c_txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 15px 0;
    display: block;
}

#imglist ul li .c_txt span {
    width: 120px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 10px;
    border-radius: 30px;
    line-height: 32px;
    border: 1px solid #54aa5e;
    color: #5b5b5b;
}




@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}



/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}



.p_list {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.p_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    height: 50px;
}

.p_list ul li {
    float: left;
    display: block;
    line-height: 50px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.p_list ul li a {
    font-size: 16px;
    color: #000000;
    display: block;
    padding: 0 30px;
}

.p_list ul li a:hover,
.on2 {
    color: #fff !important;
    line-height: 50px;
    background: #1859b7;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.case_list02 ul li:hover p {
    background: #004b97;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.img_img {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.img_img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}





.module_list_article02 {

    padding: 10px;

}

.module_list_article02 dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.module_list_article02 dl dt {
    width: 26%;
    display: block;
    float: left;
    margin-right: 2%;
    max-height: 150px;
    overflow: hidden;
}

.module_list_article02 dl dt img {
    max-width: 100%;
    display: block;
}

.module_list_article02 dl dd {
    display: block;
    overflow: hidden;

}

.module_list_article02 dl dd .n_cc {
    width: 80%;
    padding: 15px 0;
    display: block;
    float: left;
}

.module_list_article02 dl dd .n_cc h3 {
    font-size: 18px;
    color: #004b97;
    line-height: 32px;

}

.module_list_article02 dl dd .n_cc p {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px;
    color: #686868;

}

.module_list_article02 dl dd .news_date {
    width: 78px;
    float: right;
    display: block;
    margin-top: 35px;
    border: 2px solid #ee323d;
    font-size: 14px;
    color: #ee323d;
    text-align: center;
    line-height: 30px;
}




.side_list2 {
    display: block;
    overflow: hidden;
    ;
    margin-top: 20px;
}

.side_list2 dl {
    display: block;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.side_list2 dl dt {
    float: left;
    height: 42px;
    float: left;
    margin-right: 15px;
    border-radius: 12px;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
}

.side_list2 dl dd {
    display: table-cell;
    text-align: center;
}

.side_list2 dl dd a {
    background: #ececec;
    line-height: 42px;

    display: block;
    font-size: 16px;
    color: #333;
    float: left;
    border-radius: 12px;
    text-align: center;
    padding: 0 12px;
    margin-right: 15px;
}

.side_list2 dl dd a:hover,
.side_list2 dl dd .current {
    background: #0061ae;
    color: #fff !important;
}

.pro_desc {
    display: block;
    overflow: hidden;
}

.pro_desc p {
    font-size: 14px;
    color: #686868;
    line-height: 30px;
}


.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    margin-bottom: 10px;
    height: 450px;
    overflow: hidden;
    padding: 25px;
    width: 450px;
}

.large_box img {
    display: block;
    width: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}


.p_show .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.p_show .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.p_show .met_nav li a {
    display: block;
    padding: 0 40px
}

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active2 {
    background: #004b97;
    color: #fff;
}

.bim_zx li{
    overflow: hidden;
    margin-bottom:20px;
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px
}

.bim_zx li .bim_zx_l{
    width: 22%;
    float: left;
    text-align:center;
    border-right:1px solid #eaeaea;
}

.bim_zx li .bim_zx_l img{
    width:70px;
    border-radius:50%;
    border:2px solid #004b97;
    margin:0 auto;
    display:block;
}

.bim_zx li .bim_zx_r{
    width: 75%;
    float: right;
}