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

}





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

}







.fl {

    float: left;

}



.fr {

    float: right;

}



.clear {

    clear: both;

}



.header {

    width: 100%;

    display: block;

    margin: 0;

    padding: 0;

    height: 112px;

}



.top {

    width: 100%;

    display: block;

    overflow: hidden;

    height: 42px;

    background: #333;

}



.top p {

    font-size: 14px;

    color: #fff;

    line-height: 42px;

    float: left;

}



.top span {

    display: block;

    overflow: hidden;

    padding: 14px 0;

    float: left;

    width: 230px;

}



.top span a {

    color: #fff;

    padding: 0 12px;

    display: block;

    float: left;

    line-height: 12px;

    font-size: 12px;

    border-right: 1px solid #fff;

}



.top span a:nth-child(3) {

    border-right: none;

}



.content1 {

    width: 1200px;

    margin: 0 auto;

    display: block;

    overflow: hidden;

}



.top_logo {

    width: 1200px;

    display: block;

    margin: 0 auto;

}



.top_seacrh {

    width: 400px;

    display: block;

    overflow: hidden;

}



.box_sea {

    width: 170px;

    float: left;

    display: block;

    overflow: hidden;

}



.search {

    margin-top: 8px;

    width: 160px;

}



.boxs {

    width: 160px;

    height: 22px;

    line-height: 22px;

    border-radius: 15px;

    border: 1px solid #fff;

}



.boxs-input-placeholder {

    color: #fff;

}



.texts {

    width: 120px;

    height: 100%;

    float: left;

    padding-left: 10px;

    font-family: "Microsoft YaHei";

    border: none;

    border-top-left-radius: 15px;

    border-bottom-left-radius: 15px;

    background: none;

    color: #fff;

}



.btnSubmits {

    width: 20px;

    height: 22px;

    background: url(../images/search.png) 3px no-repeat;

    color: #fff;

    font-family: "微软雅黑";

    font-size: 16px;

    line-height: 22px;

    border: none;

    cursor: pointer;

    vertical-align: top;

    border-top-right-radius: 15px;

    border-bottom-right-radius: 15px;

    border;

    float: left;

}



.logo {

    width: 423px;

    display: block;

    overflow: hidden;

    margin: 15px 0;

}



.logo img {

    width: 423px;

    float: left;

    display: block;

    overflow: hidden;

}



/*导航*/



.navlist {

    width: 580px;

    display: block;

    margin: 35px 0 0;

}



.navs {

    display: table;

    width: 580px;

    margin: 0 auto;

}



.navs_w {

    width: 580px;

    margin: 0 auto;

}



.nav_name {

    list-style: none;

    width: 580px;

    margin: 0 auto;

}



.nav_name ul {

    opacity: 0;

    position: absolute;

    top: 160%;

    visibility: hidden;

    transition: all .4s ease;

    -webkit-transition: all .4s ease;

    z-index: 9999;

    background: rgba(0, 0, 0, 0.7);

}



.nav_namel ul ul {

    top: 0%;

    left: 220%;

}



.nav_name ul li:hover>ul {

    top: 0%;

    left: 100%;

    opacity: 1;

    visibility: visible;

}



.nav_name li:hover>ul {

    opacity: 1;

    top: 100%;

    visibility: visible;

}



.nav_name li {

    float: left;

    position: relative;

}



.nav_name ul li {

    float: none;

}



.nav_name li {

    cursor: pointer;

}



.nav_name li a {

    text-decoration: none;

    display: block;

    color: #333;

    text-align: center;

    font: normal 16px/16px "Microsoft YaHei";

    text-align: center;

    padding: 0 25px;

    margin-bottom: 20px;

    border-right: 1px solid #d8d8d8;

}



.nav_name li a:hover,.nav_name li a.on1 {

    color: #076ce0 !important;

}



.nav_name ul li a {

    text-decoration: none;

    display: block;

    color: #fff;

    text-align: center;

    font: normal 14px/45px "Microsoft YaHei";

    text-align: center;

    height: 45px;

    padding: 0;

    border-bottom: 1px solid #c4c4c4;

    width: 150px;

    background: none;

    font-weight: normal;

    border-right: none !important;

    margin-bottom: 0;

}



.nav_name ul li a:hover {

    border-bottom: 1px solid #fff;

    font: normal 14px/45px "Microsoft YaHei";

    color: #fff;

    border-top: none;

    width: 150px;

    padding: 0;

    background: none;

    height: 45px;

    background: rgba(11, 81, 183, 0.5);

    !important;

}







.warpper {

    width: 100%;

    display: block;

    overflow: hidden;

}





.index_product {

    width: 1200px;

    display: block;

    overflow: hidden;

    margin: 40px auto;

}



.pro_tit {

    width: 1200px;

    text-align: center;

    margin: 0 auto;

}



.pro_tit h2 {

    font-size: 36px;

    color: #076ce0;

    letter-spacing: 2px;

    line-height: 45px;

    font-weight: bold;

}



.pro_tit span {

    color: #333;

    font-size: 16px;

    display: block;

    text-transform: uppercase;

    letter-spacing: 2px;

}



.product_list {

    width: 1200px;

    display: block;

    overflow: hidden;

    margin: 30px auto;

}



.product_list dl {

    width: 293px;

    border: 1px solid #e3e3e3;

    display: block;

    float: left;

    margin: 15px 6px 15px 0;

}



.product_list dl dt {

    display: block;

    overflow: hidden;

    width: 100%;

}



.product_list dl:nth-child(4n) {

    margin-right: 0 !important;

}



.product_list dl dt img {

    width: 294px;

    display: block;

}



.product_list dl dt p {

    font-size: 16px;

    color: #333;

    text-align: center;

    line-height: 48px;

}



.product_list dl dt p a {

    color: #333;

}



.product_list dl dd {

    width: 100%;

    background: #d7d7d7;

    text-align: center;

    padding: 10px 0 20px;

    display: block;

}



.product_list dl dd hr {

    width: 35px;

    height: 2px;

    margin: 15px auto 8px;

    display: block;

    background: #999999;

}



.product_list dl dd span {

    background: url(../images/p_ico01.png) bottom no-repeat;

    padding-bottom: 40px;

    display: block;

    overflow: hidden;

}



.product_list dl dd span a {

    font-size: 18px;

    color: #333;

}



.product_list dl:hover {

    border: 1px solid #076ce0;

}



.product_list dl:hover dd {

    background: #076ce0;

}



.product_list dl:hover dd hr {

    background: #fff;

}



.product_list dl:hover dd span {

    background: url(../images/p_ico02.png) bottom no-repeat;

}



.product_list dl:hover dd span a {

    color: #fff

}





/*   关于我们 */



.index_about {

    width: 100%;

    display: block;

    overflow: hidden;

    background: url(../images/about_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;

    padding: 80px 0;

}



.ab_cont {

    width: 1200px;

    margin: 65px auto 0;

    display: block;

    overflow: hidden;

}



.about_img {

    width: 568px;

    display: block;

    overflow: hidden;

}



.about_img span {

    padding-left: 60px;

    font-size: 16px;

    color: #333;

    text-transform: uppercase

}



.about_img h3 {

    font-size: 30px;

    color: #076ce0;

    line-height: 45px;

    margin-bottom: 15px;

}



.about_txt {

    width: 607px;

    display: block;

    overflow: hidden;

}



.about_txt img {

    width: 100%;

    margin-bottom: 15px;

}



.about_txt h3 {

    font-size: 24px;

    color: #333333;

    line-height: 40px;

    font-weight: normal;

}



.about_txt i {

    font-size: 14px;

    color: #999;

    font-style: normal;

    line-height: 24px;

    text-transform: uppercase;

    display: block;

}



.about_txt p {

    font-size: 15px;

    color: #333;

    line-height: 30px;

    margin: 10px 0;

    letter-spacing: 2px;

}



.about_txt span {

    width: 150px;

    display: block;

    float: right;

    overflow: hidden;

    text-align: center;

    border: 1px solid #076ce0;

    margin-right: 10px;

}



.about_txt span a {

    padding: 10px 0;

    display: block;

    font-size: 14px;

    color: #076ce0;

}



.about_txt span a:hover {

    transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

    background: #fff;

    color: #0e6eb8;

}





/* 行业应用   */



.index_industry {

    width: 1200px;

    display: block;

    overflow: hidden;

    margin: 60px auto;

}



.industry_list {

    width: 100%;

    margin: 50px auto 0;

    display: block;

}



.industry_list ul {

    list-style: none;

    display: block;

}



.industry_list ul li {

    width: 131px;

    margin-right: 45px;

    display: block;

    float: left;

}



.industry_list ul li:last-child {

    margin-right: 0 !important

}



.industry_list ul li span {

    width: 75px;

    height: 75px;

    padding: 28px;

    display: block;

    border-radius: 100px;

    border: 1px dashed #076ce0;

    -webkit-animation: "loading" 1s infinite linear;

}



.industry_list ul li i {

    width: 75px;

    height: 75px;

    display: block;

}



.industry_list ul li p {

    text-align: center;

    font-size: 16px;

    color: #333;

    line-height: 36px;

    margin-top: 25px;

}



.industry_list ul li .i01 {

    background: url(../images/ico.png) 0 0 no-repeat;

}



.industry_list ul li .i02 {

    background: url(../images/ico.png) 0 -75px no-repeat;

}



.industry_list ul li .i03 {

    background: url(../images/ico.png) 0 -150px no-repeat;

}



.industry_list ul li .i04 {

    background: url(../images/ico.png) 0 -225px no-repeat;

}



.industry_list ul li .i05 {

    background: url(../images/ico.png) 0 -300px no-repeat;

}



.industry_list ul li .i06 {

    background: url(../images/ico.png) 0 -375px no-repeat;

}



.industry_list ul li .i07 {

    background: url(../images/ico.png) 0 -450px no-repeat;

}



.industry_list ul li:hover span {

    background: #076ce0;

    transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}



.industry_list ul li:hover .i01 {

    background: url(../images/ico.png) -81px 0 no-repeat;

}



.industry_list ul li:hover .i02 {

    background: url(../images/ico.png) -81px -75px no-repeat;

}



.industry_list ul li:hover .i03 {

    background: url(../images/ico.png) -81px -150px no-repeat;

}



.industry_list ul li:hover .i04 {

    background: url(../images/ico.png) -81px -225px no-repeat;

}



.industry_list ul li:hover .i05 {

    background: url(../images/ico.png) -81px -300px no-repeat;

}



.industry_list ul li:hover .i06 {

    background: url(../images/ico.png) -81px -375px no-repeat;

}



.industry_list ul li:hover .i07 {

    background: url(../images/ico.png) -81px -450px no-repeat;

}



.industry_list ul li:hover p {

    color: #076ce0;

}





/* 新闻中心 */



.index_news {

    width: 1200px;

    display: block;

    overflow: hidden;

    margin: 30px auto;

}



.news_list {

    width: 100%;

    display: block;

    overflow: hidden;

    margin: 40px 0;

}



.news_list dl {

    width: 390px;

    float: left;

    display: block;

    overflow: hidden;

    margin-right: 15px;

}



.news_list dl:nth-child(3) {

    margin-right: 0 !important

}



.news_list dl dt {

    width: 390px;

    display: block;    

}

.news_list dl dt img{ max-width: 100%; display: block;  }



.news_list dl dd {

    width: 100%;

    display: block;

    position: relative;

    background: #fdfbfb;

}



.news_list dl dd .n_date {

    position: absolute;

    top: -62px;

    width: 68px;

    left: 30px;

    text-align: center;

}



.news_list dl dd .n_date h3 {

    background: #fff;

    font-size: 30px;

    color: #076ce0;

    line-height: 60px;

}



.news_list dl dd .n_date p {

    margin-top: 2px;

    background: #fff;

    line-height: 54px;

    font-size: 16px;

    color: #076ce0

}



.news_list dl dd .n_con {

    padding: 15px 20px;

    display: block;

}



.news_list dl dd .n_con h3 {

    line-height: 30px;

    margin-left: 100px;

    font-size: 18px;

    color: #333;

    border-bottom: 1px solid #e5e5e5;

    padding-bottom: 10px;

}



.news_list dl dd .n_con p {

    font-size: 16px;

    color: #333;

    line-height: 36px;

    padding: 8px 0;

}



.news_list dl:hover dd {

    background: #076ce0;

}



.news_list dl:hover dd .n_con h3 {

    color: #fff;

    border-bottom: 1px solid #6a9cd6;

}



.news_list dl:hover dd .n_con p {

    color: #fff;

}





/* 友情链接  */



.link {
    width: 100%;  
    padding: 20px 0;
    display: block;
    overflow: hidden;
    background: #f6f6f6;
}

.link ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
}

.link_tit {
    width: 86px;
    background: url(../images/link.png) left no-repeat;
    color: #076ce0;
    display: block;
    height: 31px;
}

.link ul li a {
    display: block;
    padding: 0 12px;
    margin: 15px 0;
    border-right: 1px solid #ccc;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}


.link ul li a:hover {
    color: #076ce0;
    text-decoration: underline;
}


/*网站底部   */
.footer {

    width: 100%;

    background: #181818;   

    display: block;

    overflow: hidden;

}



.db_con{ padding:40px 0 25px; display: block; overflow: hidden;}

.db_logo{     width: 32%;

    display: block;

    overflow: hidden;

    margin-right: 3%; }

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

.db_logo .d_logo img{ float: left; margin-right: 12px; }

.db_logo .d_logo h3{ font-size: 20px; color: #fff;  line-height: 60px; }

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

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

.db_lx hr{ width: 17px; height: 3px; background: #fff; border:none; margin:10px 0;  }

.db_lx p{ font-size: 15px; color: #eee; line-height: 32px; }



.db_nav{ width: 34%;display: block; overflow: hidden; padding:0px 0 30px; border-left:1px solid #333;  border-right:1px solid #333;padding-left:3%; min-height: 150px;}

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

.db_nav hr{ width: 17px; height: 3px; background: #fff; border:none; margin:10px 0;  }

.db_nav .nav_01{display: block; overflow: hidden; list-style: none;}

.db_nav .nav_01 li{ float: left; margin-right: 20px; }

.db_nav .nav_01 li a{ font-size: 15px; color: #eee; }



.db_ewm{ width: 270px;display: block; overflow: hidden; }
.db_ewm ul{ list-style: none; display: block; overflow: hidden; }
.db_ewm ul li{ width: 125px;float: left; display: block; margin-right: 20px; }
.db_ewm ul li:nth-child(2){ margin-right: 0; }
.db_ewm ul li img{ max-width: 100%; margin: 0 auto; display: block;overflow: hidden; }
.db_ewm ul li p{ font-size: 14px; color: #eee; line-height: 40px; text-align: center; }



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

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

.copyright p a{ color: #eee; }





#flash {

    width: 100%;

    display: block;

}



#flash .swiper-slide {

    width: 100%;

}



#flash .swiper-slide .img {

    width: 100%;

    display: block;

}



#flash .swiper-slide .img img {

    

    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;

}





  @media (max-width: 1500px) {

#flash .swiper-slide .img img{ max-width: 100%; }



  }



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

/*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: 20%;

}



lside section h2 {

    background: url(../images/p_tit.png) 10px no-repeat #025cad;

    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: 14px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 190px no-repeat;

    display: block;

}



lside .lside_list dl dt a {

    display: block;

    padding: 15px 0 15px 10px;

    color: #4b4b4b;

}



lside .lside_list dl dt:hover {

    color: #fff;

    background: url(../images/side_ico1.png) 190px no-repeat #025cad;

    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) 190px no-repeat #025cad;

    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: 60px;

    height: 36px;

    color: #333;

    font-weight: normal;

    line-height: 36px;

    background: url(../images/p_ico.png) 30px no-repeat;

    border-bottom: 1px solid #eee;



}



lside .lside_list dl dd a.active22,

.lside_list dl dd a:hover {

    background: url(../images/p_ico.png) 30px no-repeat #efefef;

}



.side_lx,

.side_news {

    width: 100%;

    display: block;

    overflow: hidden;

    border: 1px solid #dfdfdf;

    background: #fff;

    margin: 15px 0;

}



.side_lx h3,

.side_news h3 {

    text-align: center;

    width: 100%;

    line-height: 60px;

    font-size: 24px;

    color: #fff;

    background: #1859b7;

}



.side_lx p {

    padding: 15px 10px;

    display: block;

    font-size: 14px;

    color: #333;

    line-height: 30px;

}



.side_lx ul {

    padding: 24px 5px 0;

    display: block;

    overflow: hidden;

    background: url(../images/ab_con.png) 10px 20px no-repeat;

    border-bottom: 1px solid #dfdfdf;

}



.side_lx ul li {

    padding-left: 42px;

    display: block;

    margin-bottom: 20px;

    overflow: hidden;

}



.side_lx ul li h4 {

    font-size: 16px;

    color: #4b4b4b;

    font-weight: normal;

    line-height: 20px;

}



.side_lx ul li span {

    font-size: 12px;

    color: #9c9c9c;

}



.side_news ul {

    list-style: none;

    padding: 15px 8px;

    display: block;

    overflow: hidden;

}



.side_news ul li {

    width: 100%;

    display: block;

    line-height: 42px;

    border-bottom: 1px solid #eeeeee;

}



.side_news ul li a {

    padding-left: 5px;

    display: block;

    font-size: 14px;

    color: #5c5c5c;

}



.side_news ul li a:hover {

    color: #f00;

    text-decoration: underline;

}



/*右侧内容*/

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;

}



.met_module2_list {

    padding: 10px 10px

}



.met_module2_list li {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding: 15px 100px 15px 10px;

    position: relative

}



.met_module2_list h2 {

    font-weight: normal

}



.met_module2_list li p {

    color: #818181

}



.met_module2_list li span.time {

    color: #818181;

    position: absolute;

    right: 10px;

    top: 15px

}



.met_module2_list li:hover h2 {

    color: #1859b7;

}



.met_module2_list li span.down {

    color: #818181;

    position: absolute;

    right: 5px;

    top: 15px;

    background: url(../images/down.png) right no-repeat;

    padding-right: 30px;

}



.met_module2_list li:hover span.down {

    background: url(../images/down01.png) right no-repeat;

    color: #1859b7;

}



.met_module2_list li h2 i {

    margin-right: 10px;

    position: relative

}



.met_module2_list li h2 a:hover {

    text-decoration: underline;

}



.met_module2_list li.list_2 h2,

.met_module2_list li.list_3 h2 {

    margin-bottom: 3px;

    font-weight: bold

}



.met_module2_list li.list_2 {

    padding: 15px 0

}



.met_module2_list li.list_3 {

    padding-left: 100px;

    min-height: 80px

}





/*新闻列表*/

.module_list_article {

    padding: 10px;

}



.module_list_article dl {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding: 15px 0px;

    position: relative;

    clear: both;

        overflow: hidden;

}



.module_list_article dl dt {

    width: 20%;

    float: left;

}



.module_list_article dl dt img {

    width: 100%;

}



.module_list_article dl dd {

    float: right;

    width: 78%;

}



.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

}



.article_content .article_infos {

    color: #818181;

    font-size: 12px;

    margin-bottom: 30px;

    padding-bottom: 10px;

    border-bottom: 1px solid #ddd

}



.article_content .article_infos span {

    margin-right: 10px;

}



.article_content .article_editor {

    padding: 40px 10px;

    line-height: 30px;

    font-size: 16px;

}



.article_editor img{

    max-width:100%

}



/*图片列表*/

.module_list_img {

    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: #025cad;

}



/*图片详情*/

.product-info {

    padding: 10px; overflow: hidden;}



.product-img {

    width: 42%;

    float: left;

    border-right: 1px solid #eee;

    padding-right: 49px;

}



.product-img img {

    width: 100%;

}



.product-arr {

    float: left;

    width: 50%;

    padding-left: 30px;

}



.product-arr h3 {

    font-size: 24px;

    padding: 20px 5px;

    border-bottom: 1px solid #ddd;

}



.product-arr p {

    line-height: 28px;

    font-size: 14px;

        margin-top: 20px;

}



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

}



.case_list02 {

    padding: 50px 0;

    display: block;

    overflow: hidden;

}



.case_list02 ul {

    list-style: none;

    display: block;

    overflow: hidden;

}



.case_list02 ul li {

    width: 32%;

    margin-right: 2%;

    margin-bottom: 20px;

    margin-top: 10px;

    display: block;

    float: left

}



.case_list02 ul li:nth-child(3n) {

    margin-right: 0;

}



.case_list02 ul li .c_img {

    padding: 8px;

    background: #fff;

    border: 1px solid #ccc;

    display: flex;

    overflow: hidden;

    box-sizing: border-box;

    width: 100%;

    justify-content: center;

    align-items: center;

    min-height: 240px;

    max-height: 258px;

}



.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: #027cc9;

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

}





.case_list_article {

    margin: 40px 0;

    display: block;

    overflow: hidden;

}



.case_list_article dl {

    width: 31%;

    float: left;

    display: block;

    overflow: hidden;

    margin-right: 3%;

    margin-bottom: 40px;

}



.case_list_article dl:nth-child(3n) {

    margin-right: 0;

}



.case_list_article dl dt {

    width: 100%;

    display: block;

    overflow: hidden;

    position: relative;

}



.case_list_article dl dt .zhezhao {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.4);

    display: none;

}



.case_list_article dl dt .zhezhao .zz_img {

    position: absolute;

    top: 45%;

    left: 45%;

}



.case_list_article dl dt img {

    max-width: 100%;

    display: block;

    overflow: hidden;

    margin: 0 auto;

}



.case_list_article dl dd {

    background: #f5f5f5;

    display: block;

    overflow: hidden;

    padding: 12px 0;

    line-height: 40px;

}



.case_list_article dl dd h3 {

    float: left;

    padding-left: 15px;

    font-size: 18px;

    color: #3b3b3b;

    font-weight: normal;

}



.case_list_article dl dd span {

    float: right;

    margin-right: 12px;

}



.case_list_article dl:hover dt .zhezhao {

    display: block;

}





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

}





/*在线客服*/



.yb_conct {

    position: fixed;

    z-index: 9999999;

    top: 200px;

    right: -127px;

    cursor: pointer;

    transition: all .3s ease;

}



.yb_bar ul li {

    width: 180px;

    height: 53px;

    font: 16px/53px 'Microsoft YaHei';

    color: #fff;

    text-indent: 54px;

    margin-bottom: 3px;

    border-radius: 3px;

    transition: all .5s ease;

    overflow: hidden;

}



.yb_bar .yb_top {

    background: #373635 url(../images/fixCont.png) no-repeat 0 0;

}



.yb_bar .yb_phone {

    background: #373635 url(../images/fixCont.png) no-repeat 0 -57px;

}



.yb_bar .yb_QQ {

    text-indent: 0;

    background: #373635 url(../images/fixCont.png) no-repeat 0 -113px;

}



.yb_bar .yb_ercode {

    background: #373635 url(../images/fixCont.png) no-repeat 0 -169px;

}



.hd_qr {

    padding: 0 29px 25px 29px;

}



.yb_QQ a {

    display: block;

    text-indent: 54px;

    width: 100%;

    height: 100%;

    color: #fff;

}