@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', sans-serif;
}

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;
}


.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;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1,
.container,
.container2 {
    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: #f8f8f8;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.top p {
    font-size: 14px;
    color: #9aa0a4;
}

.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 #9aa0a4;
    line-height: 14px;
}

.top .top_ico ul li:nth-child(4) {
    border-right: none;
}

.top .top_ico ul li a {
    color: #9aa0a4;
    opacity: 0.7;
    font-size: 14px;
    display: block;
}




.top_logo {
    margin: 25px auto 0;
    height: 100px;
    display: block;
    overflow: hidden;
}

.top_logo .logo {
    width: 912px;
    display: block;
    overflow: hidden;
}

.top_logo .logo img {
    float: left;
    margin-right: 20px;
    display: block;
}

.top_logo .logo .lo_txt {
    margin-top: 10px;
    background: url(../images/top_03.png) left no-repeat;
    padding-left: 20px;
}

.top_logo .logo .lo_txt h3 {
    font-size: 22px;
    color: #2b352c;
    line-height: 32px;
}

.top_logo .logo .lo_txt h3 i {
    color: #0079ca;
    font-style: normal;
}

.top_logo .logo .lo_txt p {
    font-size: 18px;
    color: #5a5a5a;
    letter-spacing: 5px;
    line-height: 30px;
}

.navlist {
    width: 100%;
    height: 82px;
    display: block;
    background: url(../images/nav_03.png) repeat-x;

}

.nav_out {
    display: block;
    margin: 0 auto;
    width: 1200px
}

.tem_head nav {
    width: 1200px;
    position: absolute;
    height: 82px;
    line-height: 82px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    width: 12.4%;

}

.tem_head nav ul li.nav_line {
    width: 1px;
    height: 48px;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.2);
}

.tem_head nav ul li:last-child {
    border-right: none;
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    line-height: 23px;
}

.tem_head nav a span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    opacity: 0.2;
    font-weight: bold;
}

.tem_head nav a:hover {
    color: #fff;
    background: url(../images/nav_05.jpg) repeat-x;
}

.tem_head nav a:hover span {
    color: #fff;
    opacity: 0.2;
}

.tem_head nav a.navdown {
    color: #fff;
    background: url(../images/nav_05.jpg) repeat-x;
}

.tem_head nav a.navdown:hover {
    color: #fff;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 82px;
    left: 0;
    z-index: 99;
    display: none;
    background: #004b97;
}

.tem_head nav ul li dl dd {
    float: left;
    padding: 20px 0;
    min-width: 200px;
}

.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: 80px;
    background: url(../images/top_tel.png) left no-repeat;
    line-height: 30px;
}

.top_tel p {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
}

.top_tel h3 {
    font-size: 14px;
    color: #252525;
}

.top_tel h3 i {
    font-size: 24px;
    color: #0079ca;
    font-style: normal;
    font-family: Impact;
}

/*  搜索   */
.hots_bg {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e1dfdf;
    margin: 0 auto;
    background: #f9f9f9;
}



.hotword {
    float: left;
}

.hotword li {
    float: left;
    color: #333;
    font: bold 14px/80px "Microsoft YaHei";
}

.hotword li a {
    display: block;
    color: #525252;
    font: normal 14px/80px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
}

.hotword li a:hover {
    display: block;
    color: #ec651b;
    font: normal 14px/80px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 270px;
    float: right;
    border-left: 1px solid #ececec;
}

.boxs {
    height: 80px;
    width: 270px;
    line-height: 80px;
    font-size: 12px;

}

.texts {
    width: 150px;
    height: 100%;
    float: left;
    padding-left: 45px;
    font-family: "Microsoft YaHei";
    background: url(../images/text.png) 10px no-repeat;
}

.btnSubmits {
    width: 70px;
    height: 80px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 80px;
    cursor: pointer;
    background: url(../images/sea_btn.png) 8px no-repeat #0079ca;
}

/* 产品中心  */
.index_product {
    width: 100%;
    background: #f0f1f5;
    display: block;
    overflow: hidden;
    padding: 60px 0;
}

.pro_tit {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.pro_tit h3 {
    font-size: 36px;
    color: #0079ca;
    line-height: 45px;
}

.pro_tit h3 i {
    font-weight: normal;
    color: #222220;
    font-style: normal;
}

.pro_tit img {
    display: block;
    margin: 15px auto;
    overflow: hidden;
}

.pro_tit p {
    font-size: 18px;
    color: #4b4b4b;
    line-height: 36px;
}

.pro_tit02 {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.pro_tit02 h3 {
    font-size: 36px;
    color: #fff;
    line-height: 45px;
}

.pro_tit02 h3 i {
    font-weight: normal;
    color: #fff;
    font-style: normal;
}

.pro_tit02 img {
    display: block;
    margin: 15px auto;
    overflow: hidden;
}

.p_duct {
    padding: 30px 0 0;
    overflow: hidden;
}

.pro01 {
    width: 100%;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

.pro01 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/tuij.png) right top no-repeat;
}

.pro01 .swiper-slide dl {
    padding: 55px 35px;
    display: block;
    overflow: hidden;
}

.pro01 .swiper-slide dl dt {
    width: 465px;
    height: 465px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    margin-right: 30px;
}

.pro01 .swiper-slide dl dd {
    width: 630px;
    display: block;
    float: right;
}

.pro01 .swiper-slide dl dd .cp_bt {
    display: block;
    overflow: hidden;
}

.pro01 .swiper-slide dl dd .cp_bt h3 {
    font-size: 30px;
    color: #00112c;
    line-height: 45px;
}

.pro01 .swiper-slide dl dd .cp_bt hr {
    width: 65px;
    height: 3px;
    background: #0079ca;
    border: none;
    margin-top: 12px;
}

.pro01 .swiper-slide dl dd .cp_xx {
    border: 1px dashed #dbdbdb;
    padding: 35px 20px;
    display: block;
    overflow: hidden;
    margin: 30px 0
}

.pro01 .swiper-slide dl dd .cp_xx h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 32px;
}

.pro01 .swiper-slide dl dd .cp_xx p {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}

.pro01 .swiper-slide dl dd .cp_xx p em {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}

.pro01 .swiper-slide dl dd span {
    display: block;
    overflow: hidden;
}

.pro01 .swiper-slide dl dd span a {
    float: left;
    border-radius: 35px;
    margin-right: 20px;
    background: #0079ca;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: block;
    text-align: center;
    padding: 0 30px;
    min-width: 120px;
}

.pro01 .swiper-slide dl dd span a:nth-child(2) {
    background: #31ac37;
}

.pro01 .swiper-button-prev {
    width: 72px;
    height: 72px;
    background: url(../images/index_fl.jpg) no-repeat;
    bottom: 0;
    right: 72px;
    left: auto;
    top: auto;
}

.pro01 .swiper-button-next {
    width: 72px;
    height: 72px;
    background: url(../images/index_fr.jpg) no-repeat;
    bottom: 0;
    right: 0;
    top: auto;
}

.pro01 .swiper-button-prev:after,
.pro01 .swiper-button-next:after {
    content: none;
}

.cp_lb {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cp_lb ul {
    display: block;
    overflow: hidden;
    list-style: none;
}

.cp_lb ul li {
    width: 284px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 15px 15px 15px 3px;
    box-shadow: 1px 1px 8px #ddd;
}

.cp_lb ul li:nth-child(4n) {
    margin-right: 3px;
}

.cp_lb ul li .c_img {
    width: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
}

.cp_lb ul li .c_img img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.cp_lb ul li:hover .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_lb ul li .c_txt {
    width: 100%;
    background: #0079ca;
    display: block;
    line-height: 40px;
    overflow: hidden;
}

.cp_lb ul li .c_txt span {
    float: right;
    background: #30aa36;
    width: 45px;
    height: 40px;
}

.cp_lb ul li .c_txt span img {
    margin: 5px auto;
    display: block;
}

.cp_lb ul li .c_txt p {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    float: left;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

/* 广告1  */
.index_advs {
    width: 100%;
    display: block;
    background: url(../images/bg_02.jpg) center no-repeat;
    height: 552px;
}

.advs_con {
    padding: 50px 0 15px;
    overflow: hidden;
}

.advs_con .adv_img {
    width: 550px;
    display: block;
    overflow: hidden;
}

.advs_con .adv_img img {
    width: 100%;
    display: block;
}

.advs_con .adv_txt {
    width: 625px;
    display: block;
    overflow: hidden;
}

.advs_con .adv_txt img {
    display: block;
}

.advs_con .adv_txt h4 {
    font-size: 20px;
    color: #ccebff;
    line-height: 32px;
    font-weight: normal;
    margin: 25px 30px 15px 0;
}

.advs_con .adv_txt p {
    background: #1790e1;
    padding: 12px 25px;
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
}

.advs_con .adv_txt p i {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    display: block;
}

.adv_tel {
    overflow: hidden;
    text-align: center;
}

.adv_tel p {
    display: inline-block;
    background: url(../images/adv_tel.png) left no-repeat;
    margin-right: 30px;
    padding-left: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.adv_tel p i {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
}

.adv_tel span {
    display: inline-block;
    background: url(../images/zx_m.png) no-repeat;
    width: 206px;
    line-height: 44px;
}

.adv_tel span a {
    padding-left: 80px;
    display: block;
    background: url(../images/adv_zx.png) 40px no-repeat;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

/* 四大优势 */
.index_ys {
    width: 100%;
    display: block;
    margin: 60px 0;
    overflow: hidden;
}

.ys_lb {
    width: 100%;
    display: block;
}

.ys_lb .tab-hd {
    width: 1200px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto
}

.ys_lb .tab-hd li {
    display: inline-block;
    background: #f8f8f8;
    padding: 15px 20px;
    margin-right: 20px;
}

.ys_lb .tab-hd li:last-child {
    margin-right: 0;
}

.ys_lb .tab-hd li i {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    float: left;
    margin-right: 12px;
}

.ys_lb .tab-hd li .y_01 {
    float: left;
    text-align: left;
}

.ys_lb .tab-hd li .y_01 h3 {
    font-size: 26px;
    color: #393939;
    line-height: 36px;
}

.ys_lb .tab-hd li .y_01 p {
    font-size: 12px;
    color: #c5c5c5;
    line-height: 18px;
    text-transform: uppercase;
}

.ys_lb .tab-hd li .i01 {
    background: url(../images/ys_tb.png) 0 -3px no-repeat #31ac37;
}

.ys_lb .tab-hd li .i02 {
    background: url(../images/ys_tb.png) 0 -56px no-repeat #31ac37;
}

.ys_lb .tab-hd li .i03 {
    background: url(../images/ys_tb.png) 0 -112px no-repeat #31ac37;
}

.ys_lb .tab-hd li .i04 {
    background: url(../images/ys_tb.png) 0 -162px no-repeat #31ac37;
}

.ys_lb .tab-hd li.active02 {
    background: #31ac37;
}

.ys_lb .tab-hd li.active02 .y_01 h3 {
    color: #fff;
}

.ys_lb .tab-hd li.active02 .y_01 p {
    color: #fff;
}

.ys_lb .tab-hd li.active02 .i01 {
    background: url(../images/ys_tb.png) 0 -3px no-repeat #96d69a;
}

.ys_lb .tab-hd li.active02 .i02 {
    background: url(../images/ys_tb.png) 0 -56px no-repeat #96d69a;
}

.ys_lb .tab-hd li.active02 .i03 {
    background: url(../images/ys_tb.png) 0 -112px no-repeat #96d69a;
}

.ys_lb .tab-hd li.active02 .i04 {
    background: url(../images/ys_tb.png) 0 -162px no-repeat #96d69a;
}

.ys_lb .tab-bd {
    width: 100%;
    margin: 20px 0 10px;
    display: block;
    background: #fff;
    box-shadow: 1px 1px 8px #ddd;
}

.ys_lb .tab-bd li {
    width: 100%;
    display: block;
    position: relative;
}

.ys_lb .tab-bd li .ys_con {
    height: 476px;
}

.ys_lb .tab-bd li .ys_con dt {
    width: 50%;
    height: 476px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ys_lb .tab-bd li .ys_con dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.ys_lb .tab-bd li .ys_con dd {
    width: 46%;
    display: block;
    float: right;
    padding: 80px 0 0 4%;
    box-shadow: 13px 0 8px -8px rgba(0, 0, 0, 0.2) inset;
    height: 396px
}

.ys_lb .tab-bd li .ys_con dd .ys_bt {
    border-bottom: 1px solid #d4d6db;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}

.ys_bt i {
    float: left;
    font-size: 66px;
    color: #0079ca;
    font-family: Impact;
    line-height: 84px;
    font-style: normal;
    margin-right: 15px;
}

.ys_bt h3 {
    font-size: 32px;
    color: #0079ca;
    line-height: 42px;
}

.ys_bt p {
    font-size: 22px;
    color: #2f2f2f;
    line-height: 42px;
    margin-top: 5px;
}

.y_02 {
    display: block;
    overflow: hidden;
    margin: 30px 0 0;
}

.y_02 p {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 40px;
    background: url(../images/arr_03.jpg) left 15px no-repeat;
    padding-left: 20px;
}

.index_gg02 {
    padding: 40px 0;
    overflow: hidden;
}

.index_gg02 dl {
    width: 278px;
    background: #f0f1f5;
    height: 260px;
    border: 1px solid #e4e4e4;
    text-align: center;
    float: left;
    margin-right: 26px;
    padding: 35px 0;
    border-radius: 15px;
}

.index_gg02 dl:nth-child(4) {
    margin-right: 0;
}

.index_gg02 dl dt {
    width: 90px;
    height: 90px;
    background: #fff;
    border: 2px solid #66acdc;
    border-radius: 100%;
    margin: 0 auto;
    padding: 2.5px;
}

.index_gg02 dl:hover dt {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.index_gg02 dl:hover {
    background: #0079ca
}

.index_gg02 dl:hover dd h3 {
    color: #fff;
}

.index_gg02 dl:hover dd p {
    color: #fff;
}

.index_gg02 dl dt i {
    width: 90px;
    height: 90px;
    display: block
}

.index_gg02 dl dt .a01 {
    background: url(../images/tb.png) 0 5px no-repeat;
}

.index_gg02 dl dt .a02 {
    background: url(../images/tb.png) 0 -83px no-repeat;
}

.index_gg02 dl dt .a03 {
    background: url(../images/tb.png) 0 -168px no-repeat;
}

.index_gg02 dl dt .a04 {
    background: url(../images/tb.png) 0 -255px no-repeat;
}

.index_gg02 dl dd {
    padding: 15px 0 0;
    display: block;
    overflow: hidden;
}

.index_gg02 dl dd h3 {
    font-size: 24px;
    color: #171717;
    line-height: 36px;
}

.index_gg02 dl dd p {
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    margin-top: 15px;
}

/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/bg_04.jpg) top center no-repeat;
}

.ab_con {
    margin: 5px auto;
    overflow: hidden;
    width: 1160px;
    background: #fff;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    padding: 80px 20px 30px;
    box-shadow: 1px 1px 10px #ccc;
}

.ab_txt {
    width: 585px;
    display: block;
    overflow: hidden;
}

.ab_txt h3 {
    font-size: 50px;
    color: #0079ca;
    line-height: 60px;
}

.ab_txt h4 {
    font-size: 30px;
    color: #151515;
    font-weight: normal;
    line-height: 45px;
}

.ab_txt p {
    margin: 20px 0;
    font-size: 14px;
    color: #565656;
    line-height: 32px;
}

.ab_txt span {
    display: block;
    overflow: hidden;
}

.ab_txt span a {
    float: left;
    background: #0079ca;
    width: 155px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    margin-right: 20px;
    display: block;
}

.ab_txt span a:nth-child(2) {
    background: #31ac37;
    margin-right: 0;
}

.ab_honor {
    padding: 50px 0 0;
    overflow: hidden;
}

.honor_list {
    width: 1200px;
    display: block;
}

.honor_list .tab-hd01 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/line_03.jpg) 15px repeat-x;
    text-align: center;
}

.honor_list .tab-hd01 li {
    display: inline-block;
    width: 115px;
    background: url(../images/xieg_03.jpg) right no-repeat #fff;
    font-size: 18px;
    color: #151515;
    line-height: 36px;
}

.honor_list .tab-hd01 li.active02 {
    color: #0079ca;
    font-weight: bold;
}

.honor_list .tab-hd01 li:nth-child(2) {
    background: #fff;
}

.honor_list .tab-bd01 {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.pro_01b {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_01b .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: url(../images/fl_ico.png) no-repeat;
    left: 0px;
}

.pro_01b .swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(../images/fr_ico.png) no-repeat;
    right: 0px;
}

.pro_01b .swiper-button-prev:after,
.pro_01b .swiper-button-next:after {
    content: none;
}

.pro_01b .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_01b .swiper-slide dl {}

.pro_01b .swiper-slide dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_01b .swiper-slide dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pro_01b .swiper-slide dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pro_01b .swiper-slide dl dd {
    background: #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #3b3b3b;
}

.p_more {
    width: 160px;
    display: block;
    background: #0079ca;
    height: 51px;
    text-align: center;
    margin: 35px auto;
    border-radius: 35px;
}

.p_more a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 51px;
}

/* 案例  */
.index_case {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}

.case_list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.case_list dl {
    width: 24%;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 1.33% 30px 0;
    position: relative;
}

.case_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list dl:nth-child(4n) {
    margin-right: 0;
}

.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: rgba(0, 121, 202, 0.8);
    width: 87%;
    line-height: 60px;
    text-align: center;
    left: 6.5%;
}

.case_list dl dd p {
    font-size: 16px;
    color: #fff;
}

.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;
}


/* 新闻资讯  */
.index_news {
    width: 100%;
    background: #f0f1f5;
    padding: 50px 0;
    overflow: hidden;
}

.news_con {
    padding: 50px 0 0;
    overflow: hidden;
}

.news_fl {
    width: 600px;
    display: block;
    overflow: hidden;
}

.news_fl .tab-hd02 {
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
}

.news_fl .tab-hd02 li {
    width: 110px;
    float: left;
    font-size: 24px;
    color: #2d2d2d;
    text-align: center;
    line-height: 40px;
    background: url(../images/arr01.jpg) right no-repeat;
    padding: 0 15px 10px;
}

.news_fl .tab-hd02 li.active02 {
    color: #0079ca;
    border-bottom: 2px solid #0079ca
}

.news_fl .tab-hd02 li:nth-child(2) {
    background: none;
}

.news_fl .tab-bd02 {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.news_tj {
    width: 100%;
    background: #e8eaef;
    display: block;
    overflow: hidden;
}

.news_tj dl {}

.news_tj dl dt {
    float: left;
    margin-right: 20px;
    display: block;
    overflow: hidden;
    width: 228px;
}

.news_tj dl dt img {}

.news_tj dl dd {
    padding: 20px 10px 0 0;
    display: block;
    float: left;
    width: 330px;
}

.news_tj dl dd h3 {
    font-size: 16px;
    color: #131313;
    line-height: 30px;
}

.news_tj dl dd p {
    padding: 10px 0 12px;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.news_tj dl dd span {
    border-radius: 30px;
    background: #31ac37;
    width: 110px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.news_lb {
    display: block;
    overflow: hidden;
}

.news_lb dd {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    line-height: 40px;
}

.news_lb dd a {
    float: left;
    background: url(../images/dian_03.png) left no-repeat;
    padding-left: 15px;
    font-size: 14px;
    color: #6d6d6d;
}

.news_lb dd span {
    float: right;
    font-size: 14px;
    color: #aeaeae;
}

.cjwt {
    width: 580px;
    display: block;
    overflow: hidden;
}

.cjwt_bt {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 15px;
}

.cjwt_bt h3 {
    float: left;
    font-size: 24px;
    color: #2d2d2d;
    line-height: 24px;
    border-left: 3px solid #0079ca;
    padding-left: 12px;
    font-weight: normal;
}

.cjwt_bt span {
    float: right;
    font-size: 14px;
    color: #8c8c8c;
}

.question {
    width: 100%;
    display: block;
    overflow: hidden;
}

.question ul {
    list-style: none;
    padding: 10px 20px;
    display: block;
    overflow: hidden;
}

.question ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
}

.question ul li h3 {
    display: block;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 40px;
    padding-left: 40px;
    background: url(../images/wen.png) left no-repeat;
    overflow: hidden;
}

.question ul li p {
    background: #e8eaef;
    padding: 15px 10px;
    font-size: 14px;
    color: #717171;
    line-height: 26px;
    border: 1px solid #e4e4e4;
    margin: 8px 0;
    min-height: 60px;
}


.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #272318;
}

.db_con {
    padding: 40px 0 30px;
    overflow: hidden;
}

.db_nav {
    width: 600px;
    display: block;
    overflow: hidden;
    margin-right: 80px;
}

.db_nav dl {
    float: left;
    display: block;
    min-width: 120px;
    margin-right: 80px;
}

.db_nav dl:nth-child(3) {
    margin-right: 0;
}

.db_nav dl dt {
    font-size: 18px;
    color: #d4d4d4;
    line-height: 18px;
    display: block;
    padding-left: 12px;
    border-left: 3px solid #0079ca;
    margin: 12px 0;
}


.db_nav dl dt hr {
    width: 34px;
    height: 2px;
    background: #a9a9a9;
    border: none;
    margin: 12px 0;
}

.db_nav dl dd {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.db_nav dl dd a {
    width: 100%;
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #7b7b7b;
}

.db_nav dl dd a:hover {
    color: #005bac;
    padding-left: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.db_lx {
    width: 350px;
    display: block;
    overflow: hidden;
}

.db_lx h3 {
    font-size: 18px;
    color: #d4d4d4;
    line-height: 18px;
    display: block;
    padding-left: 12px;
    border-left: 3px solid #0079ca;
    margin: 12px 0;
}

.db_lx p {
    width: 100%;
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #7b7b7b;
}

.db_ewm {
    width: 140px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.db_ewm img {
    width: 140px;
    display: block;
}

.db_ewm p {
    font-size: 14px;
    color: #777676;
    line-height: 30px;
}

.copyright {
    width: 100%;
    background: #423f38;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 40px;
}

.copyright p a {
    color: #bdbdbd;
}

/* 友情链接  */
.tab_link {
    width: 1200px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
}

.tab-hd2 {
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: #0079ca;
}

.tab-hd2 li {
    width: 160px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    display: block;
    float: left;
    line-height: 70px;
}

.tab-hd2 li i {
    width: 31px;
    height: 33px;
    float: left;
    margin: 15px 10px 10px 20px;
}

.tab-hd2 li .b01 {
    background: url(../images/sub_ico.png) left no-repeat;
}

.tab-hd2 li .b02 {
    background: url(../images/link_ico.png) left no-repeat;
}

.tab-hd2 li.active02 {
    color: #fff;
    background: #31ac37;
    border: none;
    line-height: 70px;
}

.tab-bd2 li {
    display: none;
    width: 1200px;
    overflow: hidden;
    padding: 25px 0 0;
}

.tab-bd2 li.thisclass {
    display: list-item;
}

.tab-bd2 li.thisclass {
    width: 1200px;
    display: block;
    overflow: hidden;
}

.tab-bd2 li a {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #7b7b7b;
    border-right: 1px solid #7b7b7b;
    line-height: 16px;
}

.tab-bd2 li a:nth-child(1) {
    padding: 0 15px 0 0;
}

.tab-bd2 li a:nth-child(14) {
    border-right: none;
}

.tab-bd2 li a:hover {
    color: #0066b8;
}

/* 关于我们  */
.warpper {
    width: 100%;
    background: #f7f7f7;
    display: block;
    overflow: hidden;
}

.sidebar {
    padding: 20px 0;
    overflow: hidden;
}

.sidebar .position01 {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
}

.sidebar .position01 p {
    font-size: 14px;
    color: #505050;
    line-height: 20px;
    border-left: 12px solid #31ac37;
    padding-left: 12px;
}

.sidelist {
    width: 100%;
    display: block;
    overflow: hidden;
}

.sidelist ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.sidelist ul li {
    min-width: 174px;
    background: #fff;
    text-align: center;
    line-height: 56px;
    float: left;
    margin-right: 3px;
}

.sidelist ul li a {
    font-size: 18px;
    color: #666666;
    display: block;
    padding: 0 15px;
}

.sidelist ul li:hover a,
.on2 {
    background: url(../images/side_bg2.jpg) center no-repeat;
    color: #fff !important;
}


.part01 {
    padding: 20px;
    display: block;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.part01 p {
    font-size: 15px;
    color: #707070;
    line-height: 36px;
}

.part02 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/culture.jpg) 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 60px 0;
}

.part02 dl {
    width: 595px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.part02 dl:nth-child(2n) {
    margin-right: 0;
}

.part02 dl dt {
    float: left;
    width: 172px;
    height: 172px;
    background: url(../images/about_07.png) no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
    text-align: center;
}

.part02 dl dt i {
    width: 70px;
    height: 70px;
    display: block;
    margin: 25px auto 0
}

.part02 dl dt .b01 {
    background: url(../images/ico02.png) 0 0 no-repeat
}

.part02 dl dt .b02 {
    background: url(../images/ico02.png) 0 -70px no-repeat
}

.part02 dl dt .b03 {
    background: url(../images/ico02.png) 0 -140px no-repeat
}

.part02 dl dt .b04 {
    background: url(../images/ico02.png) 0 -210px no-repeat
}

.part02 dl dt .b05 {
    background: url(../images/ico02.png) 0 -280px no-repeat
}

.part02 dl dt hr {
    width: 80px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 10px auto 0;
}

.part02 dl dt h3 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.part02 dl dd {
    background: #fff;
    width: 422px;
    float: right;
    box-shadow: 1px 1px 8px #ccc;
    padding: 20px 0;
    height: 132px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.part02 dl dd p {
    padding: 0 20px;
    font-size: 15px;
    color: #808080;
    line-height: 30px;
}

.part_03 {
    padding: 70px 0;
    overflow: hidden;
    background: url(../images/lc_bg.png) center 135px no-repeat;
}

.part_03 dl {
    width: 236px;
    float: left;
    margin: 0 0 0 2px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.part_03 dl dt {
    display: block;
    overflow: hidden
}

.part_03 dl dt h3 {
    font-size: 20px;
    color: #404040;
    line-height: 40px;
}

.part_03 dl dt img {
    margin: 10px auto;
    display: block;
}

.part_03 dl dd {
    box-shadow: 1px 1px 10px #ccc;
    display: block;
    overflow: hidden;
    margin: 20px 10px;
    min-height: 300px;
    border-radius: 15px;
}

.part_03 dl dd p {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    padding: 40px 15px 0;
}





@-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);
    }
}


/*banner*/

.flash {

    width: 100%;

    height: 600px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 600px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 600px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 600px;

    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;

}



/*左侧分栏*/

.con_section {

    position: relative;
    padding: 20px 0 50px;
    overflow: hidden;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../images/p_tit.png) 15px no-repeat #004b98;
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    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 #2d98e6;
    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 #2d98e6;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

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;
}

lside .lside_list dl dd .on2 {
    background: #004b98;
    color: #fff;
}

.side_lx,
.side_news {
    width: 222px;
    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: 83px;
    font-size: 24px;
    color: #fff;
    background: #004b98;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 18px;
    color: #585858;
    line-height: 30px;
}

.side_lx p i {
    font-style: normal;
    font-size: 28px;
    color: #ca1212;
    line-height: 45px;
}

.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;
}


/*右侧内容*/

article {

    width: 930px;

    float: right;

    padding: 0 10px;

}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/

.module_list_article {

    overflow: hidden;
}

.module_list_article dl {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;

}



.module_list_article dl dt {
    width: 22%;
    float: left;
    overflow: hidden;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 76%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 30px 10px;
}

.article_content .article_editor p {
    font-size: 14px;
    line-height: 32px;
}

.article_editor iframe{
    width: 700px;
    display: block;
    margin: 0 auto;
    height: 500px;
}

/*图片列表*/

/*图片列表*/
.module_list_img {
    overflow: hidden;
    margin: 40px 0;
}


.module_list_img li {
    width: 31.5%;
    float: left;
    margin-bottom: 30px;
    margin-right: 2%
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.module_list_img li .img-size img {
    max-width: 100%;
    max-height: 100%;
}

.module_list_img li:hover .img-size {
    border: 1px solid #0079ca;
}

.module_list_img li h3 {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 45px;
}

.module_list_img li:hover h3 {
    color: #0079ca
}


/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.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: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 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 {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.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
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    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: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.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
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.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: 13px;

    padding: 7px 11px;

    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: #007bff;

    border-color: #007bff;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

/*左侧工具条*/
#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;
    }
}


.case_list02 {
    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: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 250px;

}

.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;
}

.case_list02 ul li:hover p {
    background: #0079ca;
    -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 {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.img_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@-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);
    }
}

.page_bg {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
}

/* 关于我们  */
.part_01 {
    padding: 40px 0;
    overflow: hidden;
}

.com_txt {
    width: 46%;
    display: block;
    overflow: hidden;
}

.com_txt p {
    font-size: 16px;
    color: #424242;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
    margin-top: 20px;
}

.com_img {
    width: 50%;
    display: block;
    overflow: hidden;
}

.com_tit {
    display: block;
    overflow: hidden;
}

.com_tit i {
    font-size: 36px;
    color: #d71b1c;
    font-style: normal;
    text-transform: uppercase;
}

.com_tit h3 {
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    margin-top: 40px;
}

.com_tit hr {
    width: 50px;
    height: 3px;
    background: #e61438;
    border: none;
    margin: 10px 0 15px;
}

.index_qywh {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/culture_bg.jpg) 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    ;
    padding: 60px 0 100px;
}

.qywh_lb {
    width: 100%;
    display: block;
    overflow: hidden;
}

.qywh_lb dl {
    padding: 40px 0;
    text-align: center;
    width: 19%;
    background: #fff;
    display: block;
    overflow: hidden;
    margin-right: 1.2%;
    float: left
}

.qywh_lb dl:nth-child(5) {
    margin-right: 0;
}

.qywh_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.qywh_lb dl dt i {
    width: 85px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.qywh_lb dl dt .i01 {
    background: url(../images/ico02.png) 0 0 no-repeat;
}

.qywh_lb dl dt .i02 {
    background: url(../images/ico02.png) 0 -90px no-repeat;
}

.qywh_lb dl dt .i03 {
    background: url(../images/ico02.png) 0 -180px no-repeat;
}

.qywh_lb dl dt .i04 {
    background: url(../images/ico02.png) 0 -270px no-repeat;
}

.qywh_lb dl dt .i05 {
    background: url(../images/ico02.png) 0 -360px no-repeat;
}


.qywh_lb dl dd {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    min-height: 140px;
}

.qywh_lb dl dd h3 {
    font-size: 30px;
    color: #e61438;
    line-height: 45px;
}

.qywh_lb dl dd p {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    margin-top: 10px;
}


.index_lc {
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/lc_bg.jpg) center no-repeat;
}

.lc_list {
    display: block;
    overflow: hidden;
    background: url(../images/line.png) bottom no-repeat;
    background-size: 98%;
    min-height: 400px;
}

.lc_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lc_list ul li {
    width: 16%;
    margin-right: 3%;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
}

.lc_list ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.lc_list ul li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 15px 0;
}

.lc_list ul li:nth-child(1) {
    margin-top: 190px;
}

.lc_list ul li:nth-child(2) {
    margin-top: 95px;
}

.lc_list ul li:nth-child(3) {
    margin-top: 75px;
}

.lc_list ul li:nth-child(4) {
    margin-top: 5px;
}

.lc_list ul li:nth-child(5) {
    margin-top: 60px;
    margin-right: 0;
}

.lc_list ul li .dian {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    margin: 50px auto 0;
}

.p_con .con_txt{
    overflow: hidden;
    padding: 10px 0;
}

.p_con .con_txt li{
    width: 23%;
    margin: 0 1%;
    float: left;
    background: #0079ca;
    border-radius: 30px;
    padding-bottom: 15px;
    min-height: 185px;
    transition: all .3s;
}

.p_con .con_txt li:hover{
    transform: translateY(-10px);
}

.p_con .con_txt li img{
    height: 60px;
    display: block;
    margin: 15px auto;
}

.p_con .con_txt li p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.p_con .con_txt li p a{
    color: #fff;
}

.p_con .con_ewm{
    overflow: hidden;
    margin: 15px 0;
}

.p_con .con_ewm li{
    width: 23%;
    margin: 0 1%;
    float: left;
}

.p_con .con_ewm li img{
    width: 95%;
    margin: 0 auto;
}

.p_con .con_ewm li p{
    font-size: 18px;
    text-align: center;
}

.con_tit{
    margin: 30px 0;
}

.con_tit h3{
    text-align: center;
    font-size: 22px;
    color: #333;
}

.con_tit hr{
    display: block;
    width: 120px;
    height: 3px;
    background: #333;
    margin: 10px auto;
}