@charset "utf-8";



html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6 '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: #0b51b7;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td {
    border: 1px solid #eaeaea;
    padding: 5px;
}

table tr:nth-child(even){
    background:#efeff0
}

table tr:nth-child(odd){
    background:#dcdddd
}

table tr:nth-child(1){
    background:#008cd6;
    color:#fff;
}

.pd {
    width: 100%;
    height: 110px;
    display: block;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: visible;
}

.clearfix {
    zoom: 1;
}

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

.header {
       width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 100px;
    box-shadow: #d6d0d0 0 0 5px;
}



.top_logo {
    position: relative;
    height: 100px;
    display: block;
    height: 70px;
}

.logo {
    display: block;
    overflow: hidden;
    margin: 31px 0 0;
    width: 304px;
    /* margin-right: 123px; */
}

.logo img {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.navlist {
    width: calc(100% - 360px);
    display: block;
    position: relative;
}

.nav_out {
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    position: absolute;
    height: 90px;
    line-height: 90px;
}

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

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 90px;
    margin-right: 48px;
}
.tem_head nav ul li:last-child{ margin-right: 0; }

.tem_head nav ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #1a8772;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.tem_head nav a:hover::after{width: 100%;}
.tem_head nav a {
    display: block;
    font-size: 16px;
    padding: 0 5px;
    color: #333;
    text-align: center;

}

.tem_head nav a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #194689;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.tem_head nav a:hover {
    color: #194689;
    
}

.tem_head nav a.active {
    color: #194689;
    
}
.tem_head nav a.active::after{ width: 100%; }

.tem_head nav a.active:hover {
    color: #194689;
   
}

.tem_head nav ul li dl {
    position: absolute;
    top: 90px;
    left: -10px;
    z-index: 99;
    display: none;
    background: #F5F5F5;
}

.tem_head nav ul li dl dd {
    padding: 10px 5px 20px;
    width: 210px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 32px;
    color: #666;
    font-size: 14px;
    height: 32px;
    text-align: left;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 32px;
    color: #fff;    
    border-bottom: none;
    height: 32px;
    background: #194689;
}

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


.pd{ width: 100%; display: block; overflow: hidden; height: 100px; }
/* 首页搜索 */
.index_search {
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
}

.search_txt {
    width: 75%;
}

.search_txt li {
    float: left;
    margin-right: 2px;
}

.search_txt li h3 {
    color: #1a4d8f;
    background: url(../images/i_hot.png) no-repeat left center;
    padding-left: 30px;
}

.search_txt li:nth-child(1) {
    margin-right: 0;
}

.search_txt li a {
    color: #606267;
    display: block;
    padding: 0 5px;
    font-size: 14px;
}

.search_box {
    width: 250px;
    margin-top: 15px;
}

.search_box .texts {
       width: 150px;
    height: 28px;
    float: left;
    outline: none;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.search_box .btnSubmits {
   width: 60px;
    height: 30px;
    float: left;
    border: none;
    background: #143d82;
    color: #fff;
    letter-spacing: 2px;
}

/* 关于我们 */
.index_about {
    margin-top: 40px;
    border-bottom:1px solid #e8e8e8;
    width: 100%; display: block;
    padding-bottom: 50px;
    
}

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

.about_top .about_txt {
    width: 48%;
    display: block; overflow: hidden;
    
    
}
.about_txt h3{
    color: #1366a6;
    font-size: 50px;
    line-height: 1.22;
    font-weight: bold; line-height: 60px;}
.about_txt h3 i{ color: #79b057; font-style:normal;}
.about_txt h2{color: #5f5f5f;
    font-size: 26px;
    line-height: 32px; margin:12px 0; font-weight: normal;}
.about_txt hr{  width: 42px;
    height: 3px;
    background-color: #194689; border:none; }
 .about_txt p{ font-size:16px; color: #767676; line-height: 36px; margin:25px 0; text-align: justify; } 
  .about_txt span{ width: 20%; background: #1d80c1; text-align: center; display: block;  }  
  .about_txt span a{ display: block; padding: 5px 0; font-size: 12px; color: #fff; }
.about_top .about_img{ width: 48%; display: block; overflow: hidden; }
.about_top .about_img img{ width: 100%; display: block; }

.a_line {
    display: block;
    width: 20px;
    height: 1px;
    background: #cccccc;
    margin: 5px 0;
}

.about_img .a_img_txt p {
    font-size: 16px;
    line-height: 30px;
}




.about_txt .about_com p {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.about_txt .about_com .p_more {
    font-size: 12px;
    color: #2f2f2f;
    background: url(../images/a_more.png) no-repeat center right;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
    display: block;
    width: 103px;
}

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

.a_b_txt {
    width: 168px;
    height: 135px;
    background: url(../images/about03.png) no-repeat left center;
    margin-left: 73px;
    margin-bottom: 30px;
}

.a_b_txt h4 {
    font-size: 16px;
    color: #585858;
    margin-left: 34px;
}

.a_b_txt span {
    font-size: 12px;
    color: #c8c8c8;
    margin-left: 34px;
}

.index_qywh li {
    float: left;
    margin-right: 10px;
    text-align: center;
    background: url(../images/about04.png) no-repeat center right;
}

.index_qywh li:nth-child(1) {
    width: 181px;
}

.index_qywh li:nth-child(2) {
    width: 374px;
}

.index_qywh li:nth-child(3) {
    width: 342px;
}

.index_qywh li:nth-child(4) {
    background: none;
    margin-right: 0;
}

.index_qywh li h3 {
    font-size: 22px;
    color: #121827; font-weight: normal;
}

.index_qywh li span {
    font-size: 10px;
    color: #bbbbbb
}

.index_qywh li p {
    font-size: 15px;
    color: #666;
    line-height: 36px;
}

/* 产品分类  */
.index_pro {
    margin-top: 45px;
    overflow: hidden;
}

.pro_tit {
   width: 100%; display: block;text-align: center;
   margin: 0px 0 30px;
   
}
.pro_tit h3{ font-size: 30px;    
    color: #333; line-height: 45px; letter-spacing: 2px; font-weight: normal; }

.pro_tit hr{ width: 40px; height: 3px; background: #004098; border:none; margin:10px auto;  }
.pro_tit p{ font-size: 16px; color: #828282; line-height: 36px; }

.pro_tit01 h3{ font-size: 30px; color: #fff; line-height: 45px; letter-spacing: 2px; font-weight: normal; }
.pro_tit01 hr{ width: 40px; height: 3px; background: #fff; border:none; margin:10px auto;  }
.pro_tit01 p{ font-size: 16px; color: #fff; line-height: 36px; }


.pro_tab li {
    width: 210px;
    height: 100px;
    float: left;
    margin-right: 37px;
    background: #f6f6f6;
    text-align: center;
    border-radius: 8px;
}

.pro_tab li:last-child {
    margin-right: 0;
}

.pro_tab li span {
    display: block;
    width: 61px;
    height: 43px;
    margin: 18px auto 9px;
}

.pro_tab li h3 {
    font-weight: 400;
    color: #0b51b7;
    font-size: 16px;
}

.pro_tab li:nth-child(1) span {
    background: url(../images/icon01.png) no-repeat center;
}

.pro_tab li:nth-child(2) span {
    background: url(../images/icon02.png) no-repeat center;
}

.pro_tab li:nth-child(3) span {
    background: url(../images/icon03.png) no-repeat center;
}

.pro_tab li:nth-child(4) span {
    background: url(../images/icon04.png) no-repeat center;
}

.pro_tab li:nth-child(5) span {
    background: url(../images/icon05.png) no-repeat center;
}

.pro_tab li.active {
    background: #195394;
}

.pro_tab li.active a h3 {
    color: #fff;
}

.pro_tab li:nth-child(1).active span {
    background: url(../images/icon001.png) no-repeat center;
}

.pro_tab li:nth-child(2).active span {
    background: url(../images/icon002.png) no-repeat center;
}

.pro_tab li:nth-child(3).active span {
    background: url(../images/icon003.png) no-repeat center;
}

.pro_tab li:nth-child(4).active span {
    background: url(../images/icon004.png) no-repeat center;
}

.pro_tab li:nth-child(5).active span {
    background: url(../images/icon005.png) no-repeat center;
}

.pro_tab li:hover {
    background: #195394;
}

.pro_con ul {
    width: 1200px;
    padding: 0 5px;
    margin-top: 40px;
    display: none;
}

.pro_con ul li {
    width: 360px;
    
    border: 2px solid #fff;
    border-bottom: none;
    float: left;
    margin-right: 48px;
    margin-bottom: 35px;
    overflow: hidden;
    box-shadow: #cdcbcb 0 0 10px;
}

.pro_con ul li:hover {
    border: 2px solid #195394;
    border-bottom: none;
}

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

.pro_con ul li .pro_con_img {
    width: 320px;
    height: 358px;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.pro_con ul li .pro_con_img img {
    max-width: 100%;
    max-height: 100%;
        -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.pro_con ul li:hover .pro_con_img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);} 

.pro_con ul li .pro_con_txt {
    padding: 15px 20px 15px 32px;
}

.pro_con ul li .pro_con_txt h3 {
    color: #333333;
    font-size: 18px;
    margin-top: 7px;
    font-weight: normal;
}

.pro_con ul li .pro_con_txt p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.pro_con ul li .pro_con_txt span {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #999;
    background: url(../images/pro02.png) no-repeat right center;
}

.pro_con ul li:hover .pro_con_txt {
    background: #195394;
}
.pro_con ul li:hover .pro_con_txt h3{ color: #fff; }
.pro_con ul li:hover .pro_con_txt p{ color: #fff; }
.pro_con ul li:hover .pro_con_txt span {
    background: url(../images/pro03.png) no-repeat right center;
    color: #fff;
}

/* 案例展示 */
.index_case {
    width: 100%;
    padding:40px 0 50px;
    margin-top: 60px;
    display: block; 
    overflow: hidden;
    background: url(../images/case_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;
}



.case_con {width: 100%; display: block; overflow: hidden; margin-top: 50px;}
.case_tj{ width: 288px;  display: block;overflow: hidden;  }
.case_tj ul{ list-style: none; display: block; overflow: hidden; }
.case_tj ul li{ width: 288px; margin-bottom:15px; display: block; position: relative;  overflow: hidden;height: 212px;}
.case_tj ul li:nth-child(2){ margin-bottom: 0; }
.case_tj ul li .c_img{ width: 100%; display: block; overflow: hidden;}
.case_tj ul li .c_img img{ width: 100%; height: 212px; display: block; -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}
.case_tj ul li:hover .c_img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)}
.case_tj ul li .c_txt{background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.7));width: 100%;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    bottom: 0;
    position: absolute;}
.case_tj ul li .c_txt p{ padding-left: 20px; font-size: 14px; color: #fff; float: left; }
.case_tj ul li .c_txt span{ float: right; margin-right: 8px;     height: 30px;
    margin-top: 10px;}
.case_tj ul li .zhezhao{ width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0,84,166,0.6);
    display: block;
    margin-top: -100%; text-align: center; z-index: 99;}
.case_tj ul li .zhezhao span{ padding-top:25%; width: 46px; height:45px; margin:0 auto; display: block; overflow: hidden;  }
.case_tj ul li .zhezhao  h3{ font-size: 16px; color: #fff; font-weight: normal;  margin-top:10px;}
.case_tj ul li:hover .c_txt{margin-bottom: -100%;-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}

.case_tj ul li:hover .zhezhao {
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.case_zd{ width: 600px; line-height: 440px;  display: block; margin-left:10px; overflow: hidden;  }
.case_zd ul{ list-style: none; display: block; overflow: hidden;}
.case_zd ul li{display: block; position: relative;  overflow: hidden; width: 100%; height: 439px;}
.case_zd ul li .c_img{ width: 100%; display: block;  overflow: hidden;}
.case_zd ul li .c_img img{ width: 100%;     height: 439px; display: block; -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}
.case_zd ul li:hover .c_img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)}
.case_zd ul li .c_txt{background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.7));width: 100%;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    bottom: 0;
    position: absolute;}
.case_zd ul li .c_txt p{ padding-left: 20px; font-size: 14px; color: #fff; float: left; }
.case_zd ul li .c_txt span{ float: right; margin-right: 8px;height: 30px;
    margin-top: 10px; }

.case_zd ul li .zhezhao{ width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0,84,166,0.6);
    display: block;
    margin-top: -100%; text-align: center; z-index: 99;}
.case_zd ul li .zhezhao span{ padding-top:30%; width: 46px; height:45px; margin:0 auto; display: block; overflow: hidden;z-index: 100  }
.case_zd ul li .zhezhao span img{ display: block; }
.case_zd ul li .zhezhao  h3{ font-size: 18px; color: #fff; font-weight: normal;  margin-top:10px; line-height: 45px;}
.case_zd ul li:hover .c_txt{margin-bottom: -100%;-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}

.case_zd ul li:hover .zhezhao {
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

/*
.case_con ul li {
    position: relative;
    float: left;
    width: 292px;
    height: 400px;
    margin-right: 10px;
}

.case_con ul li .case_img {
    width: 292px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_con ul li .case_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_con ul li .case_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 108px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.case_con ul li:hover .case_txt {
    background-image: linear-gradient(rgba(10, 68, 227, 0), rgba(10, 68, 227, .7));
}

.case_con ul li .case_txt h3 {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 65px;
    font-weight: 400;
}

.case_con .arrow_left,
.case_con .arrow_right {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.case_con .arrow_left {
    left: -55px;
    background: url(../images/case_l.png) no-repeat center;
}

.case_con .arrow_right {
    right: -55px;
    background: url(../images/case_r.png) no-repeat center;
}

*/

/* 新闻中心 */
.index_news{width: 100%; display: block; overflow: hidden; background: url(../images/news_bg.jpg) center no-repeat;
    padding:50px 0;}


.index_news ul {
    padding-bottom: 5px;
    overflow: hidden;
}

.index_news ul li {
    margin-right: 5px;
    width: 380px;
    height: 395px;
    float: left; 
    margin-right: 30px;   
    
}

.index_news ul li:nth-child(3) {
    margin-right: 0;
}

.index_news ul li a {
    position: relative;
    display: block;
    width: 380px;
    height: 395px;
    color: #121827;
}





.news_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 204px;
}

.news_img img {
    width: 100%;
    height: 100%;
}

.news_txt {
    position: absolute;
    background: #f7f7f7;
    top: 204px;
    left: 0;
    padding: 15px
}


.news_title h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 13px 0;
    color: #333;
  height: 30px;
}

.news_title p {
    font-size: 14px;
    line-height: 26px;
    color: #666；
}
.news_title span{ font-size: 14px; color: #999; display: block; margin-top:12px; }
.index_news ul li:hover .news_txt h3{ color: #194689 }





/* 合作伙伴 */
.index_cor .pro_tit {
    margin-top: 40px;
}

.index_cor ul li {
    width: 200px;
    height: 100px;
    border: 1px solid #eaeaea;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    float: left;
    margin-right: 47px;
    margin-bottom: 47px;
}

.index_cor ul li:nth-child(5n) {
    margin-right: 0;
}

.index_cor ul li img {
    max-width: 100%;
    max-height: 100%;
}

.index_cor ul li:hover {
    transform: translateY(-10px);
}

/* 底部 */
.footer {
    background: #313030;
    color: #fff;
}

.links {
    color: #fff;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #5a5959;
}

.links h3 {
    float: left;
    margin-right: 15px;
    font-size: 16px;
}

.links ul {
    float: left;
}

.links ul li {
    float: left;
    margin-right: 15px;
}

.links ul li a {
    color: #fff;
    font-size: 14px;
}

.foot_con {
    padding: 50px 0;
}

.foot_nav {
    width: 680px;
    color: #fff;
}

.foot_nav dl {
    width: 25%;
    float: left;    
    font-size: 16px;
   
}

.foot_nav dl:nth-child(1) {
    width: 20%;
}
.foot_nav dl:nth-child(2) {
    width: 30%;
}

.foot_nav dl dt{ line-height: 36px; }
.foot_nav dl dd{ padding: 10px 0; }
.foot_nav dl dd a {
    display: block; width: 100%;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 30px;-ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}
.foot_nav dl dd a:hover{ color: #fff; padding-left:3px; -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;}

.foot_contact {
    width: 515px;
}

.f_ewm {
    width: 117px;
}

.f_ewm img {
    width: 100%;
    margin-right: 50px;
}

.f_c_txt {
    width: 350px;
}

.f_c_txt h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.f_c_txt ul li {
    padding-left: 25px;
    line-height: 30px;
}

.f_c_txt ul li:nth-child(1) {
    background: url(../images/f_phone01.png) no-repeat left center;
}

/* .f_c_txt ul li:nth-child(2) {
    background: url(../images/f_phone.png) no-repeat left center;
} */

.f_c_txt ul li:nth-child(2) {
    background: url(../images/f_adress.png) no-repeat left 5px;
}

.copyright {
    height: 52px;
    line-height: 52px;
    background: #2d2c2c;
    text-align: center;
}

.copyright a {
    color: #fff;
}

/* 企业分站  */
.area {
    width: 100%;
    background: #1e81bf;
    display: block;
    height: 65px;
    overflow: hidden;
}

.area ul {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px
}

.area ul li {
    float: left;
    padding: 0 10px;
    display: block;
    line-height: 65px;
    font-size: 16px;
    color: #fff;
}

.area ul li a {
    font-size: 16px;
    color: #fff;
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 30%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #1d86c5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #1d86c5;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1d86c5;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #1d86c5;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #1d86c5;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}




/*左侧分栏*/
.warpper {}

.sidebar {
    width: 100%;
    background: #fcfcfc;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar .ab_side {
    width: 70%;
    display: block;
    overflow: hidden;
}

.sidebar .ab_side ul {
    list-style: none;
    display: block;
}

.sidebar .ab_side ul li {
    float: left;
    display: block;
    overflow: hidden
}

.sidebar .ab_side ul li a {
    font-size: 18px;
    color: #010101;
    font-weight: normal;
    line-height: 45px;
    display: block;
    padding: 10px 30px;
}

.sidebar .ab_side ul li:hover,
.on1 {
    background: #0058aa;
}

.sidebar .ab_side ul li:hover a,
.on1 a {
    color: #fff !important;
}

.positions {
    width: 25%;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    text-align: right;
}

.positions p {
    font-size: 14px;
    color: #333;
    line-height: 40px;

}

/* 产品中心  */
.met_section {
    position: relative;
    padding: 20px 0 50px;
    display: block;
    overflow: hidden;
}

.met_section aside {
    position: relative;
    float: left;
    width: 20%;
    background: #f2f2f2;
}

.met_section aside section {
    display: block;
    padding: 30px 0;
}

.met_section aside section h2 {
    background: url(../images/about/ico_03.jpg) center 35px no-repeat;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;
}

.met_section aside .met_aside_list {

    display: block;
    overflow: hidden;

    padding: 15px 0 30px;
}

.met_section aside .met_aside dl {}

.met_section aside .met_aside dl dt {
    padding-left: 50px;
    font-size: 18px;
    color: #666;
    background: url(../images/about/ico_10.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #343434;
}

.met_section aside .met_aside dl dt:hover {
    color: #005bac;
    background: url(../images/about/ico_07.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt:hover a {
    color: #005bac;
}

.met_section aside .met_aside dl .on {
    color: #005bac;
    background: url(../images/about/ico_07.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt.on a {
    color: #005bac;

}

.met_section aside .met_aside dl dd {
    padding: 6px 0 6px 30px;
    display: block;
}

.met_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #797979;
    font-weight: normal;
    line-height: 36px;
    font-size: 16px;
}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}

.met_section aside .met_related {
    margin-top: 20px;
}

.met_section aside .met_related ul {
    padding: 20px;
}

.met_section aside .met_related li {
    margin-bottom: 8px;
    list-style: none;
}

.met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

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

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

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

.met_section_sehed {
    padding: 20px 0 50px;
}

.met_section_head {
    height: 50px;
    color: #aaa;
    font-size: 12px;
    font-family: '宋体';
    line-height: 50px;
}

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

.met_section_head a:hover {
    color: #e9280c;
}

.met_section article {
    float: right;
    width: 78%;
}


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

.article_head .position {
    /* position: absolute;
    top: 0;
    right: 0px; */
    color: #aaa;
    float: right;
}

.web_aside{
    width: 945px;
    float:left;
}

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

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

.page_head {
    background: #eaeaea;
}

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


/*banner*/

.flash {
    width: 100%;
    height: 738px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    position: relative;
    *zoom: 1;

}

.flash1 {
    width: 1000px;
    height: 738px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 738px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 738px;
    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;
}

/*新闻列表*/

.module_list_article {
    padding: 2% 0;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
    position: relative;
    clear: both;
}

.module_list_article dl dt {
    width: 24%;
    float: left;
}

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

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

.module_list_article dl dd h3 {
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 20px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 0px;
    color: #404040;
}

.module_list_article dl dd i {
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    margin-top: 20px;
    font-style: normal;
    background: url(../images/time.png) left no-repeat;
    padding-left: 20px;

}

.module_list_article dl dd span {
    position: absolute;
    right: 3%;
    width: 120px;
    text-align: center;
    bottom: 10%;
}

.module_list_article dl dd span a {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: #005bac;
    line-height: 24px;
    border-radius: 30px;
    border: 1px solid #005bac;
}

.module_list_article dl:hover dd h3 {
    color: #005bac;
}

.module_list_article dl:hover dd span a {
    background: #005bac;
    color: #fff;
}

/*新闻详细*/
.article_content {
    display: block;
    overflow: hidden;
}

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin: 12px 0 20px;
}

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

.article_content .article_editor {
    font-size: 16px;
    line-height: 32px;
    padding: 30px 10px;

}

.article_content img{
    max-width:100%
}

.bts {
    padding: 15px 0;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
}

.bts a {
    font-size: 16px;
    color: #7c7c7c
}

.web_aside li {
    float: left;
}

.web_aside li a {
    padding: 0 30px;
    display: block;
    font-size: 16px; color: #666;
}

.web_aside li .current a {
    background: #1b7dbb;
    color: #fff;
}

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


.module_list_img li {
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.module_list_img li a {
    display: block;
    width: 280px;
    text-align: center;
}

.module_list_img li .img-size {
    width: 280px;
    height:263px;
    border:1px solid #e5e5e5;
    display:flex;
    justify-content:center;
    align-items:center;
}

.module_list_img li .img-size img{
    max-width:100%;
    max-height:100%;
}
.module_list_img li:hover .img-size{ border:1px solid #1e81bf; }
.module_list_img li h3 {
   font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 45px;
}
.module_list_img li:hover h3{ color: #194689 }

/*图片详情*/
.product-info {
    padding: 10px;
}

.product-img {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 2%;
}

.product-img img{
    width:90%;
    display:block;
    margin:0 auto;
}

.product-arr {
    float: left;
    width: 45%;
    padding-left: 2%;
}

.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;
    padding: 0 20px;
}

.product_nav .active02 {
    background: #005bac;
    color: #fff;
    font-size: 16px;
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

.met_editor {
    padding: 40px 15px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.met_related {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    color: #333
}

.met_related_list {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.met_related_list li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    margin-right: 2%
}

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

.met_related_list li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0
}

.met_related_list li h2 {
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd
}

.met_related_list li img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    max-width: 100%;
}

.met_related_list li a:hover h2 {
    color: #333
}

.met_related_list li a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

/*留言*/

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

/* 单页 */
.about_inner {
    overflow: hidden;
    position: relative;
}

.about_inner_txt {
    width: 50%;
    float: left;
}

.about_inner_img {
    width: 48%;
    float: right;
}

.about_inner_img img {
    width: 100%;
}


/* 企业文化 */
.qywh ul {
    padding: 0 10px;
}

.qywh ul li {
    float: left;
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
    box-shadow: #dddcdc 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
}

.qywh ul li:nth-child(2n) {
    margin-right: 0;
}

.qywh ul li .qywh_img {
    width: 55px;
    height: 55px;
    float: left;
    background: #0b51b7;
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
}

.qywh ul li .qywh_img img {
    width: 100%;
}

.qywh ul li .qywh_txt {
    width: calc(100% - 130px);
    float: left;
}

.inner-tit {
    position: relative;
    margin: 30px auto 20px;
    width: 300px;
    height: 50px;
    text-align: center;
    overflow: hidden
}

.inner-tit:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 0;
    height: 25px;
    border-left: 1px solid #ccc;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
}

.inner-tit:after {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    width: 0;
    height: 25px;
    border-right: 1px solid #ccc;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
}

.inner-tit h2 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #5e5c5c;
    font-weight: 400
}

.inner-tit h2 span {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 400;
}

.inner-tit h2 span:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 15px;
    width: 200%;
    height: 0;
    border-top: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.inner-tit h2 span:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 15px;
    width: 200%;
    height: 0;
    border-top: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.inner-tit h3 {
    height: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #01569a;
    text-transform: uppercase;
    font-weight: 400;
}

.inner-tit h3 span {
    position: relative;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 4px auto;
    padding: 0 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.inner-tit h3 span:before {
    position: absolute;
    content: '';
    right: 100%;
    bottom: 6px;
    width: 200%;
    height: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.inner-tit h3 span:after {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 6px;
    width: 200%;
    height: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.inner-tit.type2 h2 {
    color: #fff;
}

.inner-tit.type2 h3 span {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

.qyxx_con>ul{
    text-align:center;
    margin-bottom:15px
}

.qyxx_con>ul li{
    text-align:center;
    display: inline-table;
    padding:10px 20px;
    font-size:16px;
    border:1px solid #eaeaea;
    margin-right:20px
}

.qyxx_con>ul li:last-child{
    margin-right:0;
}

.qyxx_con>ul li.active{
    border:1px solid #01569a;
    color:#01569a;
}

.qyxx_con>ul li:hover{
    border:1px solid #01569a;
    color:#01569a;
}

.qyxx_con_img{}

.qyxx_con_img .qyxx_imgs{
    display: none;
}

.qyxx_imgs li{
    width: 24%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
    box-shadow: #cfcfcf 0 0 10px;
    margin-bottom: 15px;
    margin-right: 1.2%;
}

.qyxx_imgs li:nth-child(4n){
    margin-right: 0;
}

.qyxx_imgs li .qyxx_img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.qyxx_imgs li img{
    width: 100%;
    transition: all .3s;
}

.qyxx_imgs li:hover img{
    transform: scale(1.1);
}

.qyxx_imgs li h3{
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.lx_con ul{
    width: 45%;
    float: left;
}

.lx_con ul li{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    box-shadow: #dedede 0 0 15px;
    height: 204px;
    margin-bottom: 15px;
}

.lx_con ul li img{
    display: block;
    width: 50px;
    margin: 20px auto 15px;
}

.lx_con ul li p{
    text-align: center;
    font-size: 18px;
}

.lx_con .map{
    float: right;
    width: 52%;
}

.job_con li{
    margin-bottom: 15px;
}

.job_h{
    background: #eeeeee;
}

.job_h .fl{
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
}

.job_h .fl h3{
    float: left;
    color: #1e81bf;
    margin-right: 20px;
}

.job_h .fl span{
    float: left;
    margin-right: 20px;
}

.job_toggle{
    display: block;
    width: 25px;
    height: 50px;
    margin-right: 15px;
}

.job_toggle img{
    width: 100%;
    margin-top: 12px;
}

.job_b{
    padding: 15px 20px;
}