@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;
}

.textflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* webkit, opera, IE9 */

::selection {
    background: #006fbc;
    color: #fff;
}

/* mozilla firefox */

::-moz-selection {
    background: #006fbc;
    color: #fff;
}

.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;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.w1,
.container {
    width: 1400px;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    width: 100%;
    display: block;
}

.header {
    width: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: visible;
}

.clearfix{
    zoom: 1;
}

.flash {
    width: 100%;
    display: block;
    overflow: hidden;
}

.top_ct{
    border-bottom: 1px solid #dedede;
}

.top_ct ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.top_ct ul li {
    float: left;
    display: block;
    line-height: 45px;
    border-right: 1px solid #dedede;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.top_ct ul li i {
    height: 24px;
    margin: 5px 10px 0 0;
    float: left
}

.top_logo {
    height: 102px;
    display: block;
}

.logo {
    width: 205px;
    display: block;
    margin-top: 14px;
}

.navlist {
    width: 75%;
    display: block;
    height: 102px;
}

.top_tel {
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 45px;
    margin-top: 25px;
}

.top_tel h3 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.nav_out {
    width: 885px;
    display: block;
    margin: 0 auto;

}

.tem_head nav {
    width: 939px;
    position: absolute;
    height: 88px;
    line-height: 88px;
    margin-top: 12px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 88px;
    margin: 0px 2.8%;
}

.tem_head nav ul li:last-child {
    margin-right: 0;
}

.tem_head nav a {
    display: block;
    font-size: 18px;
    text-align: center;

}

.tem_head nav a:hover {
    color: #0073c0;
    border-bottom: 2px solid #0073c0
}

.tem_head nav a.navdown {
    color: #0073c0;
    border-bottom: 2px solid #0073c0
}

.tem_head nav a.navdown:hover {
    color: #0073c0;
    border-bottom: 2px solid #0073c0;

}

.tem_head nav ul li dl {
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 99;
    display: none;
    background: #fff;

}

.tem_head nav ul li dl dd {
    padding: 10px 10px 20px;
    width: 120px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li:nth-child(3) dl dd {
    width: 160px;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
    height: 36px;
    border-bottom: 1px solid rgb(131, 131, 131);
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #0073c0 !important;
    border-bottom: none;
    height: 36px;
    border-bottom: 1px solid #0073c0;
}

.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;
}

/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/index_about.jpg) bottom center no-repeat;
    padding: 80px 0 100px;
    background-size: 100%;
}

.ab_txt {
    width: 49%;
    display: block;
    overflow: hidden;
}

.p_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    height: 110px;
    text-align: center;
}

.p_tit .p_txt {
    position: absolute;
    top: 35px;
    width: 100%;
    letter-spacing: 2px;
}

.p_tit .p_txt h3 {
    font-size: 30px;
    color: #006ab7;
    line-height: 30px;
    display: block;
}

.p_tit .p_txt h3 i {
    font-style: normal;
    color: #282828;
    font-weight: normal;
}

.p_tit .p_txt p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    text-transform: uppercase;
}

.p_tit .p_bg {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.p_tit .p_bg h3 {
    font-size: 70px;
    color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: bold;
    height: 70px;
    padding-top: 15px;
}

.ab_bt {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 15px 0 70px;
}

.ab_bt h5 {
    font-size: 16px;
    color: #323232;
    line-height: 70px;
    border-left: 2px solid #f18c01;
    padding-left: 30px;
}

.ab_sj {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 100px;
}

.ab_sj dl {
    float: left;
    width: 24.3%;
    display: block;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #efefef;
}

.ab_sj dl:nth-child(1) {
    padding-left: 0
}

.ab_sj dl:nth-child(4) {
    border-right: none;
    padding-right: 0
}

.ab_sj dl dt {}

.ab_sj dl dt h3 {
    font-size: 36px;
    line-height: 1em;
    color: #f18c01;
    display: inline-block !important;
    height: 1em;
}

.ab_sj dl dt h3 i {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: normal;
    font-style: normal;
}

.ab_sj dl dd {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
}

.ab_nr {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 35px;
}

.ab_nr p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 35px;
}

.ab_nr span {
    width: 150px;
    background: #006ab7;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.ab_nr span a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: block;
}

.ab_img {
    width: 49%;
    display: block;
    overflow: hidden;
}

.ab_img .ab_ico {
    display: block;
    overflow: hidden;
}

.ab_img .ab_ico ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.ab_img .ab_ico ul li {
    float: left;
    border: 1px solid #ededed;
    width: 23%;
    margin-right: 2%;
    text-align: center;
    padding: 15px 0;
}

.ab_img .ab_ico ul li:last-child {
    margin-right: 0;
}

.ab_img .ab_ico ul li i {
    width: 45px;
    margin: 0 auto;
    display: block;
    height: 45px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.ab_img .ab_ico ul li h3 {
    font-size: 14px;
    color: #656565;
    line-height: 30px;
    font-weight: normal;
}

.ab_img .ab_ico ul li .i01 {
    background: url(../images/ico.png) 0 0 no-repeat
}

.ab_img .ab_ico ul li .i02 {
    background: url(../images/ico.png) 0 -45px no-repeat
}

.ab_img .ab_ico ul li .i03 {
    background: url(../images/ico.png) 0 -90px no-repeat
}

.ab_img .ab_ico ul li .i04 {
    background: url(../images/ico.png) 0 -135px no-repeat
}

.ab_img .ab_ico ul li .i05 {
    background: url(../images/ico.png) 0 -180px no-repeat
}

.ab_img .ab_ico ul li:hover .i01 {
    background: url(../images/ico.png) -45px 0 no-repeat
}

.ab_img .ab_ico ul li:hover .i02 {
    background: url(../images/ico.png) -45px -45px no-repeat
}

.ab_img .ab_ico ul li:hover .i03 {
    background: url(../images/ico.png) -45px -90px no-repeat
}

.ab_img .ab_ico ul li:hover .i04 {
    background: url(../images/ico.png) -45px -135px no-repeat
}

.ab_img .ab_ico ul li:hover .i05 {
    background: url(../images/ico.png) -45px -180px no-repeat
}

.ab_img .ab_ico ul li:hover {
    background: #006ab7
}

.ab_img .ab_ico ul li:hover h3 {
    color: #fff
}

.img_about {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 50px;
}

.img_about img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

/* 服务项目  */
.inde_project {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/project_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    padding: 10% 0 8%;
}

.ser_tit {
    width: 30%;
    display: block;
    overflow: hidden;
    background: #006ab7;
    height: 534px
}

.ser_c {
    margin: 13px;
    border: 1px solid #59aeeb;
    display: block;
    overflow: hidden;
    height: 508px;
}

.ser_c img {
    margin: 30px auto;
    display: block;
    overflow: hidden;
}

.ser_c .ser_con {
    display: block;
    overflow: hidden;
    text-align: center;
}

.ser_c .ser_con h3 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.ser_c .ser_con h3 i {
    font-style: normal;
    font-weight: normal;
}

.ser_c .ser_con p {
    font-size: 14px;
    color: #fff;
}

.ser_c .ser_con span {
    width: 150px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
}

.ser_c .ser_con span a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    display: block
}

.ser_list {
    width: 70%;
    display: block;
    overflow: hidden;
}

.ser_list dl {
    width: 33.3%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    height: 534px;
}

.ser_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 267px;
    top: 267px;
    position: absolute;
}

.ser_list dl dt img {
    width: 100%;
    display: block;
    height: 267px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.ser_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ser_list dl dd {
    height: 267px;
    display: block;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.ser_list dl:nth-child(2) dt {
    top: 0;
}

.ser_list dl:nth-child(2) dd {
    top: 267px;
}

.ser_list dl dd i {
    width: 112px;
    height: 100px;
    margin: 45px auto 20px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.ser_list dl dd h3 {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    margin: 15px 0;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.ser_list dl dd hr {
    width: 42px;
    height: 2px;
    background: #006ab7;
    border: none;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.ser_list dl:nth-child(1) dd i {
    background: url(../images/ico02.png) 0 0 no-repeat;
}

.ser_list dl:nth-child(2) dd i {
    background: url(../images/ico02.png) 0 -100px no-repeat;
}

.ser_list dl:nth-child(3) dd i {
    background: url(../images/ico02.png) 0 -200px no-repeat;
}

.ser_list dl:hover dd {
    background: #f18c01;
}

.ser_list dl:nth-child(1):hover dd i {
    background: url(../images/ico02.png) -112px 0 no-repeat;
}

.ser_list dl:nth-child(2):hover dd i {
    background: url(../images/ico02.png) -112px -100px no-repeat;
}

.ser_list dl:nth-child(3):hover dd i {
    background: url(../images/ico02.png) -112px -200px no-repeat;
}

.ser_list dl:hover dd h3 {
    color: #fff;
}

.ser_list dl:hover dd hr {
    background: #fff;
}

/* 经典案例  */
.index_case {
    padding: 60px 0 10px;
    overflow: hidden;
}

.case_list {
    width: 100%;
    margin: 50px auto 0;
    display: block;
    overflow: hidden;
    min-height: 630px;
    min-width: 1240px;
}

.case_list ul li {
    width: 32%;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case_list ul li img {
    width: 100%;
    height: 100%;
}

.case_list ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.case_list ul li .txt {
    width: 90%;
    height: 80%;
    background: rgba(0,0, 0, 0.2);
    /*透明背景色，不透明其文字内容*/
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #fff;
    font-family: "微软雅黑";
}

.case_list ul li:hover .txt {
    background: rgba(0, 0, 0, 0.1)
}

.txt h3 {
    font-size: 22px;
    font-weight: 100;
    height: 60px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 30px;
}

.txt p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px 15px;
    line-height: 30px;
}

.txt span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
}

/* 新闻中心  */
.index_news {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/news_bg.jpg) top center no-repeat;
    padding: 60px 0;
}

.index_news .news_bt {
    margin: 30px auto;
}

.news_bt {
    width: 16%;
    display: block;
    overflow: hidden;
    min-width: 210px;
}

.news_lb {
    display: block;
    overflow: hidden;
    background: #006ab7;
    padding: 20px;
    margin-top: 165px;
}

.news_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.news_lb ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #7dc4f8;
}

.news_lb ul li:last-child {
    border-bottom: none;
}

.news_lb ul li a {
    padding: 20px 0 20px 20px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.news_lb ul li a:hover,
.on1 {
    background: url(../images/on1.png) left no-repeat;
    padding-left: 30px !important;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.news_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

#news_con02 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: url(../images/line_03.jpg) 0 19px repeat-x;
    padding-top: 10px;
}

#news_con02 .swiper-slide .news_date {
    width: 92px;
    height: 87px;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: block;
    text-align: center;
    margin-left: 50px;
    position: relative;
    margin-top: 10px;
}

#news_con02 .swiper-slide .news_date i {
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: -9px;
    left: 42%;
}

#news_con02 .swiper-slide .news_date h3 {
    padding: 20px 0 10px;
    font-size: 20px;
    color: #f18c01;
    line-height: 24px;
}

#news_con02 .swiper-slide .news_date p {
    font-size: 14px;
    color: #f18c01;
}

#news_con02 .swiper-slide .news_nr {
    margin-top: 35px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 30px 24px;
    display: block;
    overflow: hidden;
}

#news_con02 .swiper-slide .news_nr .news_txt {
    display: block;
    overflow: hidden;
}

#news_con02 .swiper-slide .news_nr .news_txt h3 {
    font-size: 18px;
    color: #464646;
    line-height: 30px;
}

#news_con02 .swiper-slide .news_nr .news_txt hr {
    width: 25px;
    height: 2px;
    background: #464646;
    border: none;
    margin: 20px 0
}

#news_con02 .swiper-slide .news_nr .news_txt p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 28px;
}

#news_con02 .swiper-slide .news_nr .news_img {
    margin-top: 25px;
    height: 210px;
    display: block;
    overflow: hidden;
}

#news_con02 .swiper-slide .news_nr .news_img img {
    width: 100%;
    min-height: 100%;
}

.swiper-button {
    width: 90px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    display: block;
}

.swiper-button .swiper-button-prev {
    width: 23px;
    height: 40px;
    background: url(../images/ico_arr.png) 0 0 no-repeat;
}

.swiper-button .swiper-button-next {
    width: 23px;
    height: 40px;
    background: url(../images/ico_arr.png) -23px 0 no-repeat;
}

/* 服务流程  */
.index_lc {
    padding: 60px 0;
    overflow: hidden;
}

.lc_tit02 {
    width: 18%;
    display: block;
    overflow: hidden;
}

.lc_tit02 dl {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.lc_tit02 dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lc_tit02 dl dt img {
    width: 100%;
    display: block;
}

.lc_tit02 dl dd {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}

.lc_tit02 dl dd h3 {
    font-size: 26px;
    color: #fff;
    padding: 60px 0 0;
}

.lc_tit02 dl dd h3 i {
    font-style: normal;
    font-weight: normal;
}

.lc_tit02 dl dd p {
    font-size: 14px;
    color: #90c8f1;
    line-height: 24px;
    text-transform: uppercase;
}

.lc_tit02 dl dd span {
    width: 150px;
    background: #f18c01;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 15px auto
}

.lc_tit02 dl dd span a {
    font-size: 14px;
    color: #fff;
}

.index_lc ul {
    width: 81.5%;
    border: 1px solid #e0e0e0;
    list-style: none;
    float: right;
}

.index_lc ul li {
    width: 16.58%;
    border-right: 1px solid #e0e0e0;
    padding: 4% 0;
    display: block;
    float: left;
    text-align: center;
}

.index_lc ul li:last-child {
    border-right: none;
}

.index_lc ul li i {
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 auto;
}

.index_lc ul li .c01 {
    background: url(../images/ico03.png) 0 0 no-repeat
}

.index_lc ul li .c02 {
    background: url(../images/ico03.png) 0 -104px no-repeat
}

.index_lc ul li .c03 {
    background: url(../images/ico03.png) 0 -208px no-repeat
}

.index_lc ul li .c04 {
    background: url(../images/ico03.png) 0 -312px no-repeat
}

.index_lc ul li .c05 {
    background: url(../images/ico03.png) 0 -416px no-repeat
}

.index_lc ul li .c06 {
    background: url(../images/ico03.png) 0 -520px no-repeat
}

.index_lc ul li h3 {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 30px;
}


/* 底部  */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/db_con.jpg) top center no-repeat;
    padding-top: 108px;
}

.footer .lx_tit {
    font-size: 94px;
    color: rgba(179, 210, 229, 0.25);
    line-height: 120px;
}

.db_con {
    padding: 0 3% 6%;
    display: block;
    background: #fff;
    margin-top: 50px;
}

.db_con .tem_head nav a:hover {
    color: #0073c0;
    border-bottom: none
}

.db_con .tem_head nav li:first-child{
    margin-left: 0;
}

.db_con .navlist {
    width: 100%;
    display: block;
    height: 88px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.db_con .tem_head nav{
    margin-top: 0;
}

.db_lx {
    width: 30%;
    display: block;
    overflow: hidden;
}

.c_tit {
    width: 100%;
    display: block;
    overflow: hidden;
}

.c_tit h3 {
    font-size: 30px;
    display: block;
    color: #006ab7;
}

.c_tit h3 i {
    font-style: normal;
    color: #282828;
    font-weight: normal;
}

.c_tit p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.lxfs {
    display: block;
    overflow: hidden;
}

.lxfs h4 {
    font-size: 18px;
    color: #171717;
    line-height: 40px;
}

.lxfs p{
    line-height:40px;
    margin-top: 10px;
}

.lxfs ul {
    font-size: 14px;
    color: #696969;
    line-height: 34px;
    background: url(../images/db_lx.png) left -28px no-repeat;
    padding-left: 40px;
    margin: 20px 0;
}

.lxfs p em {
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}

.lxfs li{
    line-height: 34px;
}

.lxfs li span{
    font-size: 24px;
    font-weight: 700;
}

.db_ewm {
    width: 340px;
    display: block;
    overflow: hidden;
}

.db_ewm li{
    width: 150px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.db_ewm img {
    width: 100%;
    display: block;
}

.db_ewm p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.index_map{
    width: 35%;
    height: 412px;
}

.index_map iframe{
    height: 100%;
}

.db_ly {
    width: 30%;
    display: block;
    overflow: hidden;
}

.lx_message {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lx_message h3 {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
}

.ly_list {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.ly_list ul {
    width: 100%;
    display: block;
}

.ly_list ul li {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.ly_list ul li input {
    width: 100%;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ly_list ul li textarea {
    width: 100%;
    line-height: 40px;
    height: 120px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.ly_list ul li input.placeholder {
    color: #666;
}

.ly_list ul li .submit1 {
    background: #006ab7;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border: none;
    padding-bottom: 0;
    font-family: "微软雅黑"
}

.db_nr {
    overflow: hidden;
}

.copyright {
    width: 100%;
    background: #f4f4f4;
    display: block;
    overflow: hidden;
    line-height: 64px;
    margin-top: 70px;
}

.copyright p,
.copyright p a {
    font-size: 14px;
    color: #949494;
}

/* 关于我们  */
.page_bg {
    height: 354px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.sidebar {
    width: 100%;
    background: #787878;
    display: block;
    overflow: hidden;
    height: 66px;
}

.sidebar ul {
    list-style: none;
    display: block;
    overflow: hidden;
    text-align: center;
}

.sidebar ul li {
    display: inline-block;
    line-height: 66px;
}

.sidebar ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    display: block;
}

.sidebar ul li a:hover,
.on2 {
    background: #006fbc;
}

.ab_cont {
    padding: 30px 0 60px;
    overflow: hidden;
}

.position01 {
    display: block;
    overflow: hidden;
    width: 100%;
}

.position01 p {
    padding-left: 30px;
    background: url(../images/positions.png) left no-repeat;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 40px;
    float: right;
}

.about_c {
    width: 100%;
    display: block;
    overflow: hidden;
}

.a_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.a_tit h3 {
    font-size: 34px;
    color: #3d3d3d;
    line-height: 45px;
    font-weight: normal;
}

.a_tit hr {
    width: 38px;
    height: 3px;
    background: #006fbc;
    border: none;
    margin: 12px auto;
    display: block;
}

.about_cons{
    width: 58%;
}

.comfile {
    display: block;
    overflow: hidden;
    width: 100%;
}

.comfile p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 42px;
    text-align: justify;
}

.comf_img{
    width:40%;
}

.comf_img img{
    width:100%
}

/* 底部2  */
.footer02 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #006ab7;
}

.db_c2 {
    overflow: hidden;
    padding: 25px 0 0;
}

.db_logo02 {
    width: 250px;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.db_logo02 img {
    min-width: 250px;
    display: block;
}

.db_lx02 {
    width: 40%;
    margin-left: 50px;
    display: block;
    overflow: hidden;
}

.lxfs02 {
    display: block;
    overflow: hidden;
}

.lxfs02 h4 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.lxfs02 p {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: url(../images/db_lx2.png) left no-repeat;
    padding-left: 40px;
}

.lxfs02 p em {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
}

.db_ewm02 {
    width: 120px;
    display: block;
    overflow: hidden;
}

.db_ewm02 img {
    width: 100%;
    display: block;
}

.db_ewm02 p {
    font-size: 14px;
    color: #83b8de;
    line-height: 24px;
}

#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: 40px !important;
}

/*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 #811b6e;
    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 #811b6e;
    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 #811b6e;
    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;
}

/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}

.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: 'Microsoft YaHei';
}

.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 {
    padding: 10px;
    margin-top: 40px;
}

.module_list_article dl {
    list-style: none;
    padding: 15px 20px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
    background: #f7f7f7;
    overflow: hidden;
}

.module_list_article dl dt {
    overflow: hidden;
    width: 27%;
    float: left;
    min-width: 262px;
    max-height: 190px;
}

.module_list_article dl dt img {
    max-width: 100%;
    display: block;
}


.module_list_article dl dd {
    float: right;
    width: 72%;
}

.module_list_article dl dd .news_cn {
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_cn h3 {
    font-size: 18px;
    color: #464646;
    line-height: 36px;
    margin-top: 15px;
}

.module_list_article dl dd .news_cn p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    margin: 12px 0;
}

.module_list_article dl dd .news_cn span {
    font-size: 14px;
    color: #bbbbbb;
    display: block;
    overflow: hidden;
    margin: 5px 10px;

    line-height: 32px;
}

.module_list_article dl:hover {}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    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: 40px 10px;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img {
    max-width: 100%
}

/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.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;
}

.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: #006ab7;
    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: #006ab7;
    border-color: #006ab7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}



/*   关于我们   */

.warpper2 {
    width: 100%;
    padding: 0 0 20px;
    display: block;
}

.about_con001,
.container {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.side_left {
    width: 242px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.side_left h3 {
    background: rgba(33, 78, 164, 1);
    height: 106px;
    line-height: 106px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.side_left .side_list {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 2px;
}

.side_left .side_list li {
    border: 1px solid #ededed;
    display: block;
    background: url(../ab_ico.png) 210px no-repeat;
    margin-bottom: 10px;
}

.side_left .side_list li a {
    display: block;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #2463c9;
}

.side_left .side_list li .on3 {
    display: block;
    padding: 12px 0 12px 20px;
    background: url(../ab_ico2.png) 210px no-repeat #b03c6b;
    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: 30px 0;
}

.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: #2463c9;
    padding-left: 15px;
    background: url(../ab_lit.png) left no-repeat;
}

.ab_tit span {
    display: block;
    float: right;
    background: url(../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: 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_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: #2463c9;
    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;
}


.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;

}

#imglist ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

#imglist ul li {
    float: left;
    display: block;
    overflow: hidden;
    background: #fff;
    width: 32%;
    -moz-box-shadow: -1px 1px 11px #ddd;
    -webkit-box-shadow: -1px 1px 11px #ddd;
    box-shadow: -1px 1px 11px #ddd;
    margin: 2% 1.2% 1% 0.5%;
}

#imglist ul li:nth-child(3n) {
    margin-right: 0;
}

#imglist ul li .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 298px;
}

#imglist ul li .c_img img {
    width: 100%;
    display: block;
}

#imglist ul li .c_txt {
    display: block;
    overflow: hidden;
}

#imglist ul li .c_txt h3 {
    font-size: 16px;
    color: #484848;
    line-height: 60px;
    height: 60px;
    padding-left: 30px;
    font-weight: normal;
}

#imglist ul li:hover {
    -moz-box-shadow: -1px 1px 11px #bbb;
    -webkit-box-shadow: -1px 1px 11px #bbb;
    box-shadow: -1px 1px 11px #bbb;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#imglist ul li:hover .c_txt h3 {
    color: #006ab7;
}

.article_content {
    padding: 50px 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);
    }
}



.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;
}

.solution_list {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.solution_list dl {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.solution_list dt {
    float: left;
    display: block;
    overflow: hidden;
    width: 28%;
}

.solution_list dt img {
    width: 100%;
    display: block;
}

.solution_list dd {
    width: 70%;
    display: block;
    float: right;
    overflow: hidden;
    padding: 15px 0;
}

.solution_list dd h3 {
    font-size: 24px;
    color: #006fbc;
    line-height: 40px
}

.solution_list dd hr {
    width: 50px;
    height: 2px;
    background: #006fbc;
    border: none;
    margin: 12px 0
}

.solution_list dd i {
    font-style: normal;
    font-size: 24px;
    color: #c1c1c1;
    line-height: 50px;
    text-transform: uppercase;
    margin: 10px 0 25px;
    display: block;
}

.solution_list dd p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.solution_list dd span {
    width: 180px;
    background: #006fbc;
    text-align: center;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}

.solution_list dd span a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

.lx_map {
    width: 60%;
    display: block;
    overflow: hidden;
}

.img_cor ul li{
    width: 18%;
    float: left;
    padding: 1%;
}

.img_cor ul li .c_img{
    border: 1px solid #eaeaea;
}

.img_cor ul li img{
    width: 100%;
}

.img_cor ul li h3{
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}
.detail_img{
    text-align: center;
}
.detail_img img{
    max-width: 100%;
}

.job_list_article .job_lx{
    width: 30%;
}

.job_list_article .job_con{
    width: 65%;
}

.job_list_article .lxfs02 p {
    color:#333;
    background: url(../images/db_lx3.png) left no-repeat;
}

.job_list_article .job_con dl{
    margin-bottom:35px;
    position: relative;
}

.job_list_article .job_con dl dt{
    line-height: 30px;
    border-left: 2px solid #006ab7;
    padding-left: 15px;
    margin-bottom: 15px;
}

.job_list_article .job_con dl dd{
    display:none;
}

.job_list_article .job_con dl dt h3{
    font-size: 16px;
    margin-right: 20px;
}

.job_list_article .job_con dl dt span{
    font-size: 14px;
    margin-right: 15px;
}

.job_list_article .job_con dl dd{
    display: none;
}

.job_list_article .job_con dl dt a{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.job_list_article .job_con dl dt a img{
    width: 100%;
}

@media (max-width:1520px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

    .w1,
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .tem_head nav {
        /* width: 744px !important; */
    }

    .tem_head nav ul li {
        margin: 0 2.6% !important;
    }

    .ab_sj{
        margin-top: 10px;
    }

}