/**************重设浏览器默认样式[参考yahoo]**************/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html {
    font-size: 125%;
    -ms-text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%;
}

body {
    color: #575757;
    font-size: 0.8rem;
    font-family: "Microsoft YaHei", arial, tahoma, \5b8b\4f53, sans-serif;
    background: #fff;
    text-align: left;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
span,
img,
table {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: #575757;
    text-decoration: none;
}

a:hover {
    color: #043491;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 去掉各Table  cell 的边距并让其边重合 */

th {
    text-align: inherit;
}

/* IE bug fixed: th 不继承 text-align*/

iframe {
    display: block;
}

/* ie6 7 8(q) bug 显示为行内表现 */

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*to enable resizing for IE*/

input,
textarea,
select {
    *font-size: 100%;
}

/* 清理浮动 */

.clearfix {
    *zoom: 1;
}

/*IE6 7 只要触发layout即可*/

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

/* 隐藏 */

.hide {
    display: none;
}



/*-------------------外围-------------------*/

.inner {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}



.footmenu {
    display: none;
}



/*-------------------头部-------------------*/

.header {}

.header .en {
    float: right;
    margin: 0.8rem 0.8rem 0 0;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
    border: 1px solid #3A3A3A;
    border-radius: 1.6rem;
    overflow: hidden;
    display: block;
    text-align: center;
}

.header .en:hover {
    color: #fff;
    background: #043491;
    border: 1px solid #043491;
}

.header .searchbox {
    float: right;
    position: relative;
    z-index: 999;
}

.header .searchbox dt {
    cursor: pointer;
    width: 2.5rem;
    height: 3.5rem;
    background: url(../images/web/search.png) no-repeat center center;
}

.header .searchbox dd {
    position: absolute;
    top: 3.5rem;
    right: 0;
    background: #1C1C1C;
    padding: 1px;
    width: 11.6rem;
    display: none;
}

.header .searchbox .form_txt {
    height: 1.6rem;
    float: left;
    line-height: 1.6rem;
    padding: 0;
    border: 0;
    width: 10rem;
}

.header .searchbox .form_btn {
    float: right;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/web/icon_search.png) no-repeat center center;
    border: 0;
    padding: 0;
    cursor: pointer;
}



/*----------logo----------*/

.logo {
    float: left;
    padding-top: 4px;
}

.logo img {
    max-width: 100%;
}



/*-------------------导航-------------------*/

.nav {
    float: right;
    line-height: 3.5rem;
}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    padding: 0 1rem;
}

/*当前项和鼠标移上*/

.nav li.cur a,

.nav li a:hover {
    color: #fff;
    background: #043491;
}



/*----------flash----------*/

.flash {
    width: 100%;
}

.flash li {
    width: 100%;
}

.flash li img {
    display: block;
    width: 100%;
}

.flash .bx-wrapper {
    position: relative;
    *zoom: 1;
    z-index: 9;
}

/*加载界面*/

.flash .bx-wrapper .bx-loading {
    min-height: 50px;
    background: #fff url(../images/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/*导航 相对bx-wrapper定位*/

.flash .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    z-index: 80;
    width: 100%;
    text-align: center;
}

.flash .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    margin: 0 6px;
    outline: 0;
    font-size: 0px;
    line-height: 0;
    border-radius: 10px;
}

.flash .bx-wrapper .bx-pager.bx-default-pager a:hover,

.flash .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFA600;
}

.flash .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}



/*----------产品----------*/

.index_product {
    padding: 1rem 0;
}

.index_product li {
    float: left;
    width: 25%;
}

.index_product li img {
    width: 30%;
    float: left;
}

.index_product li .cnt {
    width: 50%;
    float: left;
    margin-left: 5%;
    padding-top: 4%;
}

.index_product li h3 {
    color: #686868;
    font-weight: bold;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
    margin-top: 4%;
}

.index_product li .more {
    margin-top: 2%;
    display: block;
    width: 51px;
    height: 21px;
    background: url(../images/web/point03.png) center center no-repeat;
}

.index_product li a:hover .more {
    background: url(../images/web/point04.png) center center no-repeat;
}



/*----------标题----------*/

.com_tit01 {
    text-align: center;
}

.com_tit01 h3 {
    padding: 2.4% 0 1% 0;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.com_tit01 h3.it_about {
    background: url(../images/web/tit_bg01.png) center center no-repeat;
    background-size: auto 100%;
}

.com_tit01 h3.it_news {
    background: url(../images/web/tit_bg02.png) center center no-repeat;
    background-size: auto 100%;
}

.com_tit01 span {
    display: block;
    width: 55px;
    height: 4px;
    background: #F46800;
    margin: 2% auto 0;
}



/*----------关于----------*/

.index_about {
    background: #F9F9F9 url(../images/web/line01.png) center top repeat-x;
    padding: 2rem 0;
    overflow: hidden;
}

.index_about_cnt {
    margin: 1rem 0 1.5rem 0;
    color: #fff;
    background: #3E91E7 url(../images/web/bg01.jpg) left top no-repeat;
    background-size: auto 100%;
}

.index_about_cnt .cnt {
    width: 50%;
    padding: 6% 0 6% 8%;
}

.index_about_cnt h3 {
    display: inline-block;
    border-bottom: 3px solid #FFBA00;
    padding-bottom: 8px;
}

.index_about_cnt h4 {
    font-size: 2rem;
    margin-top: 1rem;
}

.index_about_cnt h5 {
    font-size: 1.2rem;
    font-family: Arial;
}

.index_about_cnt .txt {
    line-height: 1.3rem;
    margin-top: 2rem;
}

.index_about_cnt .more {
    margin-top: 2.3rem;
    display: block;
    width: 50%;
    line-height: 2.5rem;
    background: #FFBA00;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.index_video {
    width: 50%;
    float: left;
    position: relative;
}

.index_video span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/web/icon_video.png) center center no-repeat;
}

.index_video img {
    display: block;
    width: 100%;
}



.index_about_item {
    width: 50%;
    float: left;
    display: block;
}

.index_about_item .txt_block {
    float: right;
    width: 37.5%;
    padding: 5% 8% 0 8%;
}

.index_about_item .txt_block h3 {
    font-size: 1rem;
    color: #000;
}

.index_about_item .txt_block .txt {
    line-height: 1.6rem;
    margin-top: 0.5rem;
}

.index_about_item .txt_block .more {
    display: block;
    color: #043491;
    margin-top: 0.5rem;
}

.index_about_item img {
    float: left;
    width: 44.33333%;
}

.iai1 {
    background: #fff;
}

.iai1 .txt_block {
    float: left;
}

.iai1 img {
    float: right;
}

.iai2 {
    background: #E8F1EC;
}

.iai3 {
    background: #E1EDF5;
}

.iai4 {
    background: #fff;
}

.iai1 .txt_block,

.iai2 .txt_block {
    padding-top: 8%;
}

.iai1 .txt_block .more,

.iai2 .txt_block .more {
    margin-top: 10%;
}







/*----------新闻----------*/

.index_news {
    margin-top: 3%;
}

.index_news_tj {
    margin-top: 1.3rem;
    width: 46%;
    float: left;
    background: #F9F9F9;
    padding: 3.5%;
}

.index_news_tj a {}

.index_news_tj img {
    float: left;
    width: 52%;
}

.index_news_tj .cnt {
    float: right;
    width: 43%;
}

.index_news_tj .cnt .date {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 2% 3%;
}

.index_news_tj .cnt .date span {
    display: block;
}

.index_news_tj .cnt .date .d1 {
    font-size: 1.7rem;
    color: #000;
}

.index_news_tj .cnt .date .d2 {
    font-size: 0.7rem;
    color: #989898;
}

.index_news_tj .cnt h3 {
    font-size: 1rem;
    margin-top: 3%;
}

.index_news_tj .cnt .txt {
    margin-top: 8%;
    line-height: 1.5rem;
    max-height: 4.5rem;
    overflow: hidden;
}

.index_news_tj .cnt .more {
    display: inline-block;
    margin-top: 8%;
    color: #073692;
    font-size: 1rem;
    padding-right: 18px;
    background: url(../images/web/point02.png) no-repeat right center;
}



.index_news_list {
    width: 42%;
    float: right;
    padding: 3.5% 2%;
}

.index_news_list .tit {}

.index_news_list .tit h3 {
    font-size: 1rem;
    float: left;
}

.index_news_list .tit .more {
    float: right;
    color: #043491;
}

.index_news_list ul {
    margin-top: 4%;
}

.index_news_list li {
    line-height: 2rem;
    height: 2rem;
    text-align: right;
}

.index_news_list li span {
    color: #aaa;
}

.index_news_list li a {
    float: left;
    text-align: left;
    background: url(../images/web/point01.png) no-repeat left center;
    padding-left: 1.3rem;
}

/*控制标题长度，如果可以通过程序控制，则可以删除*/

.index_news_list li a {
    max-width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



/*----------底部----------*/

.footer {
    padding: 3rem 0;
    background: #043491;
    color: #fff;
}

.footer a {
    color: #fff;
}

.foot_nav {
    float: left;
    margin-right: 10%;
}

.foot_nav dt {
    font-size: 1rem;
}

.foot_nav dd {
    margin-top: 1.6rem;
}

.foot_nav dd a {
    line-height: 1.3rem;
    display: block;
    font-size: 0.7rem;
    padding-left: 15px;
    background: url(../images/web/point05.png) no-repeat left center;
}

.foot_contact {
    float: right;
}

.foot_contact dt {
    font-size: 1rem;
}

.foot_contact dd {
    margin-top: 1.6rem;
    font-size: 0.7rem;
}

.foot_contact dd p {
    margin-bottom: 5px;
}

.foot_contact .btn_ly {
    margin-top: 15px;
    display: inline-block;
    padding: 0 25px 0 55px;
    line-height: 2rem;
    font-size: 0.7rem;
    color: #043491;
    font-weight: bold;
    background: #fff url(../images/web/icon01.png) no-repeat 24px center;
}



/*----------版权----------*/

.copy {
    padding: 0.5rem 0;
}

.copy img {
    float: left;
}

.copy .txt {
    float: right;
    font-size: 0.7rem;
    color: #898989;
    line-height: 1.2rem;
}

.copy .txt a {
    color: #898989;
}





/*----------banner----------*/

.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .tit {
    color: #fff;
    left: 0;
    top: 50%;
    left: 20%;
    margin-top: -70px;
    position: absolute;
    padding: 1.5rem 3.5rem 1.3rem 1.5rem;
    background: rgba(4, 52, 145, 0.8)
}

.banner .tit h3 {
    font-size: 1.7rem;
    font-weight: bold;
}

.banner .tit .position {
    margin-top: 1rem;
}

.banner .tit .position a {
    color: #fff;
}





/*----------二级导航----------*/

.subnav {
    border-bottom: 1px solid #DEDEDE;
    height: 64px;
}

.subnav ul {
    line-height: 60px;
    float: right;
}

.subnav li {
    float: left;
    margin-left: 1.5rem;
}

.subnav li a {
    display: block;
}

.subnav li.cur a,

.subnav li a:hover {
    border-bottom: 4px solid #043491;
}



/*----------main_tit----------*/

.main_tit {
    text-align: center;
}

.main_tit h3 {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.main_tit h4 {
    font-size: 1rem;
    color: #b0b0b0;
}

.main_tit span {
    display: block;
    width: 55px;
    height: 4px;
    background: #F46800;
    margin: 1% auto 0;
}



/*----------单页面----------*/

.about {
    padding: 1.5rem 0;
    color: #7b7b7b;
    line-height: 1.4rem;
}

.about p {
    padding: 0.5rem 0;
}

.about img {
    max-width: 100%;
}



/*----------关于页面----------*/

.about .txt {
    padding: 3% 12%;
}

.about_num {}

.about_num li {
    background: #043491;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5% 5% 1% 3%;
    float: left;
    width: 33%;
    margin-left: 0.3%;
}

.about_num li .p1 {
    font-size: 1.2rem;
    color: #a2a5a9;
    text-transform: uppercase;
}

.about_num li .p2 {
    font-size: 0.9rem;
    color: #fff;
}

.about_num li .p3 {
    font-size: 0.9rem;
    color: #fff;
    text-align: right;
}

.about_num li .p3 strong {
    font-size: 2.2rem;
    color: #ff9c00;
}

.about_other {
    margin-top: 5%;
}



/*----------内容----------*/

.content {
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative;
}



/*----------品质管理----------*/

.pinzhi_list {}

.pinzhi_list li {
    margin-top: 5%;
}

.pinzhi_list li .img_block {
    width: 100%;
}

.pinzhi_list li .cnt {
    padding: 2% 2%;
}

.pinzhi_list li h3 {
    font-size: 1.2rem;
    color: #043491;
}

.pinzhi_list li h4 {
    font-size: 1.2rem;
    color: #575757;
    text-transform: uppercase;
}

.pinzhi_list li h4 span {
    font-size: 1rem;
    text-transform: none;
}

.pinzhi_list li .txt {
    line-height: 1.5rem;
    margin-top: 1rem;
}

.pinzhi_list li .txt .pzimg {
    width: 32%;
    padding: 2% 1% 0 0;
    float: left;
}



.pinzhi_list li.pz1 .img_block {
    float: left;
    width: 52%;
    padding: 0 1rem 1rem 0;
    background: url(../images/web/bg02.png) no-repeat right bottom;
}

.pinzhi_list li.pz1 .cnt {
    float: right;
    width: 40%;
}

.pinzhi_list li.pz2 {
    width: 49.5%;
    float: left;
}

.pinzhi_list li.pz3 {
    width: 49.5%;
    float: right;
}

.pinzhi_list li.pz4 {
    border-top: 5px solid #D8DCE5;
}



/*----------研发中心----------*/

.yanfa_list {}

.yanfa_list li {}

.yanfa_list li .img_block {
    width: 100%;
}

.yanfa_list li .cnt {
    padding: 1.5% 3%;
}

.yanfa_list li h3 {
    font-size: 1.2rem;
    color: #043491;
}

.yanfa_list li h4 {
    font-size: 1.2rem;
    color: #575757;
    text-transform: uppercase;
    margin-top: 3px;
}

.yanfa_list li .txt {
    line-height: 1.5rem;
    margin-top: 0.7rem;
}

.yanfa_list .yf1 {
    background: #E7EFF9;
    margin-top: 4%;
}

.yanfa_list .yf1 .img_block {
    float: left;
    width: 50%;
}

.yanfa_list .yf1 .cnt {
    float: right;
    width: 44%;
    padding-bottom: 0;
}

.yanfa_list .yf2 {
    background: #F9F9F9;
}

.yanfa_list .yf2 .img_block {
    float: right;
    width: 50%;
}

.yanfa_list .yf2 .cnt {
    float: left;
    width: 44%;
}

.yanfa_list .yf3 {
    margin-top: 2%;
    position: relative;
}

.yanfa_list .yf3 .cnt {
    position: absolute;
    width: 30%;
    background: #fff;
    top: 1rem;
    right: 1rem;
    padding: 2.5% 3.5%;
}

.yanfa_list .yf4 {
    width: 49.5%;
    float: left;
    margin-top: 2%;
}

.yanfa_list .yf5 {
    width: 49.5%;
    float: right;
    margin-top: 2%;
}





/*----------服务流程----------*/

.service01 {
    position: relative;
}

.service01 img {
    display: block;
    width: 100%;
}

.service01 .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -109px 0 0 -94px;
    width: 188px;
    height: 218px;
    background: url(../images/web/bg03.png) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.service01 .tit h3 {
    font-size: 1rem;
    margin-top: 65px;
}

.service01 .tit h4 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 15px;
}

.service02 .tit {
    font-size: 1.7rem;
    color: #000;
    background: #D8DCE5;
    padding: 1% 2%;
}

.service02 .tit strong {
    color: #043491;
}

.service02 .cnt {
    text-align: center;
    margin-top: 2%;
}

.service02 .cnt img {
    max-width: 100%;
}





/*----------社会责任----------*/

.zeren_list {}

.zeren_list li {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 1% 0.5% 0;
    border: 1px solid #E6E6E6;
    position: relative;
}

.zeren_list li .img_block {
    width: 71%;
    display: block;
}

.zeren_list li .cnt {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 33.5%;
}

.zeren_list li .cnt img {
    display: block;
    width: 100%;
}

.zeren_list li .cnt h3 {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 3%;
}





/*----------图片列表----------*/

.pic_list {
    overflow: hidden;
    margin-top: 5%;
}

.pic_list li {
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
    text-align: center;
    box-shadow: 0 0 5px rgba(3, 3, 3, 0.1)
}

.pic_list li:nth-child(4n+1) {
    clear: left;
}

.pic_list li a {}

.pic_list li a:hover {
    text-decoration: none;
}

.pic_list li img {
    width: 100%;
    display: block;
}

.pic_list li h3 {
    font-size: 0.7rem;
    line-height: 1rem;
    height: 2rem;
    text-align: center;
    padding: 7% 5%;
    overflow: hidden;
}





/*----------新闻列表----------*/

.news_list {}

.news_list li {
    padding: 1.5rem 0;
    border-bottom: 1px dotted #EEEEEE;
}

.news_list li .img_block {
    float: left;
    width: 25%;
}

.news_list li .cnt {
    float: right;
    width: 73%;
}

.news_list li h3 {
    line-height: 1.6rem;
    color: #333;
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}

.news_list li .date {
    height: 1rem;
    line-height: 1rem;
    color: #999999;
    margin-bottom: 0.5rem;
}

.news_list li .date span {
    float: left;
    padding-left: 1.2rem;
    font-size: 0.7rem;
    margin-right: 0.25rem;
}

.news_list li .date span.d1 {
    background: url(../images/web/icon_date.png) no-repeat 5px center;
}

.news_list li .date span.d2 {
    background: url(../images/web/icon_view.png) no-repeat 5px center;
}

.news_list li .desc {
    line-height: 1rem;
    overflow: hidden;
    color: #666;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
}

.news_list li .more {
    margin-top: 2%;
    font-size: 0.7rem;
    display: block;
    border: 1px solid #A4AFB8;
    width: 5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
}

.news_list li a:hover h3 {
    color: #E94306;
}

.news_list li a:hover .desc {}

.news_list li a:hover .more {
    color: #fff;
    background: #E94306;
    border: 1px solid #E94306;
}



/*----------文章----------*/

.article {
    overflow: hidden;
    zoom: 1;
    padding: 1rem 0;
}

.article_date {
    color: #7d766c;
}

.article_tit {
    font-size: 1.8rem;
    color: #000;
    border-bottom: 1px solid #C3C3C3;
    line-height: 2.2rem;
    text-align: center;
    padding: 1rem 0;
}

.article_msg {
    color: #7d766c;
    margin-top: 2%;
}



.article_img {
    margin-top: 3%;
    text-align: center;
}

.article_img img {
    max-width: 100%;
}



/*文章内容*/

.article_body {
    padding: 1.5rem 0;
    font-size: 0.8rem;
    color: #7b7b7b;
    line-height: 1.5rem;
}

.article_body p {
    padding: 0.5rem 0;
}

.article_body img {
    max-width: 100%;
}



/*----------文章内页----------*/

.main2 {
    padding-right: 17rem;
}

.sidebar2 {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 15rem;
}

.btn_back {
    display: block;
    border: 1px solid #656565;
    line-height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    padding: 0 0 0 1rem;
    background: url(../images/web/icon08.png) no-repeat 10rem center;
    width: 80%;
}

.article_nav {}

.article_nav li {
    margin-top: 1.5rem;
}

.article_nav li h3 {
    display: block;
    background: url(../images/web/line02.png) repeat-x left center;
}

.article_nav li h3 span {
    display: inline-block;
    background: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    color: #656565;
    padding-right: 0.3rem;
}

.article_nav li a {
    font-size: 0.8rem;
    display: block;
    margin-top: 1rem;
}



/*----------工作----------*/

.job_list {}

.job_list li {
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
    border: 1px solid #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 2%;
}

.job_list li:nth-child(4n+1) {
    clear: left;
}

.job_list li a {}

.job_list li .date {
    color: #989898;

    font-size: 15px;

    line-height: 20px;

    font-family: "Arial";

    margin-bottom: 15px;
}

.job_list li h3 {
    font-size: 1rem;



    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 95%;

    padding-bottom: 10px;

    border-bottom: 1px solid #e7e7e7;
}

.job_list li .desc {
    color: #666;

    line-height: 22px;

    font-size: 14px;

    height: 110px;

    overflow: hidden;

    margin: 1rem 0 2rem;
}

.job_list li .more {
    font-size: 14px;

    color: #333;

    width: 110px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    background: #f7f7f7;

    -webkit-transition: all .5s;

    transition: all .5s;
}

.job_list li .more span {
    display: inline-block;
    width: 9px;

    height: 10px;

    background: url(../images/web/point06.png) no-repeat center center;
}

.job_list li a:hover .more {
    background: #043491;
    color: #fff;
}

.job_cnt {
    line-height: 1.5rem;
    padding: 0 2%;
}

.job_cnt dt {
    font-weight: bold;
    margin-top: 1rem;
}





/*----------联系页面----------*/

.contact_pic1 {
    display: block;
    width: 100%;
    margin-top: 4%;
}

.contact_pic2 {
    margin-top: 5%;
    float: left;
    width: 44%;
    padding: 2.5% 0 2.5% 2.5%;
    background: url(../images/web/bg04.png) no-repeat left center;
    background-size: auto 100%;
}

.contact_cnt {
    width: 50%;
    float: right;
    margin-top: 5%;
}

.contact_cnt h3 {
    font-size: 1.5rem;
    color: #043491;
    font-weight: bold;
}

.contact_cnt h4 {
    font-size: 1.5rem;
    color: #575757;
}

.contact_cnt ul {
    margin-top: 8%;
}

.contact_cnt li {
    line-height: 1.8rem;
    margin-top: 10px;
}

.contact_cnt li span {
    display: inline-block;
    font-size: 0.7rem;
    padding-left: 55px;
    width: 77px;
}

.contact_cnt li p {
    display: inline-block;
    margin-left: 10px;
}

.contact_cnt li span.i1 {
    background: #F4F4F4 url(../images/web/cicon01.png) no-repeat 15px center;
}

.contact_cnt li span.i2 {
    background: #F4F4F4 url(../images/web/cicon02.png) no-repeat 15px center;
}

.contact_cnt li span.i3 {
    background: #F4F4F4 url(../images/web/cicon03.png) no-repeat 15px center;
}

.contact_cnt li span.i4 {
    background: #F4F4F4 url(../images/web/cicon04.png) no-repeat 15px center;
}

.contact_cnt li span.i5 {
    background: #F4F4F4 url(../images/web/cicon05.png) no-repeat 15px center;
}

.contact_cnt li span.i6 {
    background: #F4F4F4 url(../images/web/cicon06.png) no-repeat 15px center;
}



.contact_line {
    height: 5px;
    background: #D8DCE5;
    margin: 6% 0 4%;
}

.map {
    width: 100%;
    height: 490px;
}



/*----------联系留言----------*/

.contact_form {
    margin: 4% 0 0 20%;
}

.contact_form .form_item {
    margin-bottom: 0.8rem;
}

.contact_form .form_item h3 {
    line-height: 2.5rem;
    font-size: 0.7rem;
    color: #6D7A78;
    display: inline-block;
    text-align: right;
    padding-right: 1rem;
    width: 3rem;
}

.contact_form .form_item h3 span {
    color: #ff0000;
    padding-right: 5px;
}

.contact_form .form_item .form_txt {
    border: 1px solid #E7E7E7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff url(../images/web/bt.png) no-repeat right center;
    padding: 5px;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    font-size: 0.7rem;
    color: #6D7A78;
}

.contact_form .form_item .form_textarea {
    border: 1px solid #E7E7E7;
    background: #fff url(../images/web/bt.png) no-repeat right 0.7rem;
    padding: 5px;
    height: 6rem;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    font-size: 0.7rem;
    color: #6D7A78;
}

.contact_form .form_btn {
    margin: 1rem 0 0 4rem;
}

.contact_form .form_btn input {
    width: 8.5rem;
    height: 2.5rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #F46800;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.contact_form .form_btn input:hover {
    background: #DB5F05;
}





/*----------产品列表----------*/

.product_list {
    overflow: hidden;
}

.product_list li {
    float: left;
    overflow: hidden;
    margin: 0 12% 5% 0;
    width: 44%;
}

.product_list li:nth-child(2n) {
    margin-right: 0;
}

.product_list li:nth-child(2n+1) {
    clear: left;
}

.product_list li .img_block {
    background: #F7F7F7;
    border: 1px solid #E8E8E8;
}

.product_list li .img_block img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product_list li h3 {
    font-size: 0.8rem;
    color: #000;
    padding-bottom: 8px;
    margin-top: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/web/line03.png) no-repeat left bottom;
}

.product_list li .cnt {
    line-height: 1.5rem;
}

.product_list li .cnt a {
    display: inline-block;
    margin-right: 3%;
    font-size: 0.7rem;
    background: url(../images/web/point07.png) no-repeat left center;
    padding-left: 8px;
    color: #919191;
}





/*----------产品----------*/

.product {
    overflow: hidden;
    zoom: 1;
    padding: 1rem 0;
    width: 65%;
    float: left;
}

.product_tit {
    font-size: 1.8rem;
    color: #000;
    border-bottom: 1px solid #C3C3C3;
    line-height: 2.2rem;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 2%;
}

.product_tab {
    background: #F3F3F3 url(../images/web/point08.png) no-repeat 10px center;
    ;
    font-size: 0.9rem;
    color: #222;
    line-height: 1.5rem;
    padding-left: 2rem;
}

.product_body {
    padding: 1.5rem 3%;
    color: #7b7b7b;
    line-height: 1.4rem;
}

.product_body p {
    padding: 0.5rem 0;
}

.product_body img {
    max-width: 100%;
}

.product_side {
    width: 30%;
    float: right;
    border: 1px solid #ccc;
}

.product_side .tit {
    border-bottom: 1px solid #ccc;
    padding: 1rem 1.5rem;
}

.product_side .tit h3 {
    color: #000;
    border-left: 4px solid #C7000A;
    padding-left: 10px;
}

.product_side ul {
    padding: 1rem 1.5rem;
}

.product_side li {
    margin-top: 14px;
}

.product_side li a {
    color: #888888;
}

.product_side li.cur a,

.product_side li a:hover {
    color: #C7000A;
    text-decoration: underline;
}





/*----------搜索结果列表----------*/

.search_list {
    margin-top: 20px;
}

.search_list li {
    line-height: 36px;
    height: 36px;
    text-align: right;
    padding: 10px;
    border-bottom: 1px dashed #A6A6A6;
    padding:
}

.search_list li span {
    color: #aaa;
}

.search_list li a {
    float: left;
    text-align: left;
    font-size: 16px;
}

/*控制标题长度，如果可以通过程序控制，则可以删除*/

.search_list li a {
    max-width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



/* 分页 */



#pages {
    padding: 14px 0 10px;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 1rem;
}

#pages a {
    display: inline-block;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 0.5rem
}

#pages a.a1 {}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    height: 1.4rem;
    line-height: 1.4rem;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}





/*----------对联----------*/

.duilian {
    width: 150px;
    position: fixed;
    top: 100px;
    z-index: 999;
}

.duilian img {
    display: block;
    width: 100%;
}

/*----------产品新样式----------*/
.product_table {}

.product_table .tit {
    line-height: 60px;
    border-bottom: 2px solid #F2F2F2;
}

.product_table .tit div {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.product_table .tit .t1 {
    width: 100px;
}

.product_table .tit .t2 {
    width: 20%;
}

.product_table .tit .t3 {}

.product_table .list_item {
    border-bottom: 2px solid #F2F2F2;
}

.product_table .list_item:nth-child(2n+1) {
    background: #fafafa;
}

.product_table .list_item .item {
    float: left;
    padding: 25px 20px;
    box-sizing: border-box;

}


.product_table .list_item .t1 {
    width: 100px;
}

.product_table .list_item .t2 {
    width: 20%;
}

.product_table .list_item .t3 {
    max-width: 50%;
}

.product_table .list_item .t4 {
    float: right;
}

.product_table .list_item .btn {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border: 1px solid #F2F2F2;

}


/*----------产品页表单----------*/
.product_form {}

.product_form .txt { margin-bottom:15px;}

.product_form .form_item {
    margin-bottom: 0.8rem;
}

.product_form .form_item h3 {
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #6D7A78;
}

.product_form .form_item h3 span {
    color: red;
}

.product_form .form_item .form_txt {
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 5px;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.7rem;
    color: #6D7A78;
}

.product_form .form_item .form_textarea {
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 5px;
    height: 6rem;
    line-height: 2rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.7rem;
    color: #6D7A78;
}

.product_form .form_btn {
    margin-top: 20px;
}

.product_form .form_btn input {
    width: 4rem;
    height: 2rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #043491;
    border: 0;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.product_form .form_btn input:hover {
    background: #052E83;
}






@media only screen and (max-width:1200px) {

    .logo {
        padding-left: 2%;
    }

    .index_about_item .txt_block .more {
        display: none;
    }



    .copy {
        padding: 0.5rem 4%;
    }

    .footer {
        padding: 5% 4%;
    }

    .foot_nav {
        float: none;
        margin-bottom: 5%;
    }

    .foot_nav dd {
        margin-top: 2%;
    }

    .foot_nav dd a {
        float: left;
        margin-right: 3%;
    }

    .foot_contact {
        float: none;
    }

    .foot_contact dd {
        margin-top: 2%;
    }



    .banner .tit {
        left: 10px;
    }

    .banner .tit h3 {
        font-size: 1.4rem;
    }



    .subnav ul {
        padding-right: 2%;
    }



    .yanfa_list .yf1 .img_block {
        float: none;
        width: 100%;
    }

    .yanfa_list .yf1 .cnt {
        float: none;
        width: auto;
        padding-bottom: 3%;
    }

    .news_list,

    .product_list,

    .job_list {
        padding: 0 2%;
    }

    .product {
        padding: 1rem 2%;
    }



    .duilian {
        display: none;
    }

}



@media only screen and (max-width:1100px) {

    .nav {
        float: none;
        clear: both;
        border-top: 1px solid #D9D9D9;
    }

    .nav li {
        float: left;
        margin: 0;
        width: 16.66666%;
        text-align: center;
    }



    .index_product li h3 {
        font-size: 0.8rem;
        margin-top: 2%;
    }



    .banner .tit {
        display: none;
    }



    .yanfa_list .yf3 .cnt {
        width: 50%;
    }



    .main2 {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .main2 .article {
        padding: 2% 3%;
    }

    .sidebar2 {
        position: static;
        width: auto;
        padding: 0 2% 5%;
    }

    .btn_back {
        width: 12rem;
    }
}



@media only screen and (max-width:1000px) {

    .index_about_cnt {
        margin-bottom: 0;
    }

    .index_video {
        width: 100%;
        float: none;
    }

    .index_about_item {
        float: none;
        width: 100%;
    }

    .iai1 .txt_block {
        float: right;
    }

    .iai1 img {
        float: left;
    }

    .index_about_item .txt_block {
        padding: 4% 5% 2% 5%;
        width: 45%;
    }



    .yanfa_list .yf2 .img_block {
        float: none;
        width: 100%;
    }

    .yanfa_list .yf2 .cnt {
        float: none;
        width: auto;
        padding-bottom: 3%;
    }

    .yanfa_list .yf3 .cnt {
        position: static;
        width: auto;
        ;
    }

    .yanfa_list .yf4,

    .yanfa_list .yf5 {
        float: none;
        width: auto;
    }

}



@media only screen and (max-width:900px) {

    .index_product li {
        text-align: center;
    }

    .index_product li img {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .index_product li .cnt {
        width: auto;
        float: none;
        margin: 3% 0 0 0;
    }

    .index_product li h3 {
        text-align: center;
        height: auto;
    }

    .index_product li .more {
        display: none;
    }



    .index_about_cnt h4 {
        font-size: 1.6rem;
    }

    .index_about_cnt h5 {
        font-size: 1rem;
    }



    .product,

    .product_side {
        float: none;
        width: auto;
    }

    .product_side {
        margin: 0 2%;
    }



    .contact_pic2 {
        float: none;
        width: 100%;
        padding: 0;
        background: none;
    }

    .contact_cnt {
        width: auto;
        float: none;
        padding: 0 2%;
    }

    /* 产品 */
    .product_table .list_item .t4 {
        float: left;
        clear: left;
    }
}





@media only screen and (max-width:800px) {

    .header {
        position: relative;
    }

    .logo {
        float: none;
        padding: 1% 0;
        display: block;
        text-align: center;
    }

    .logo img {
        margin: 0 auto;
    }

    .header .searchbox {
        display: none;
    }

    .header .en {
        display: none;
    }



    .index_about_cnt .cnt {
        width: auto;
        padding: 5% 5%;
    }



    .index_news_tj,

    .index_news_list {
        width: auto;
        float: none;
    }



    .subnav {
        height: auto;
        border-bottom: 0;
    }

    .subnav ul {
        float: none;
        padding: 0 2%;
    }

    .subnav li {
        float: none;
        border-bottom: 1px solid #dedede;
        margin: 0;
    }

    .subnav li.cur a,

    .subnav li a:hover {
        border-bottom: 2px solid #043491;
        color: #043491;
    }

    .about_num li .p1 {
        font-size: 1rem;
    }

    .about_num li .p2 {
        font-size: 0.8rem;
    }

    .about_num li .p3 {
        font-size: 0.8rem;
    }

    .about_num li .p3 strong {
        font-size: 1.6rem;
    }



    .service01 .tit {
        width: 125px;
        height: 145px;
        margin: -72px 0 0 -62px;
        background-size: 100% 100%;
    }

    .service01 .tit h3 {
        font-size: 0.7rem;
        margin-top: 35px;
    }

    .service01 .tit h4 {
        font-size: 1.2rem;
        margin-top: 10px;
    }



    .zeren_list li {
        float: none;
        width: auto;
        ;
    }



    .pic_list li {
        width: 48%;
    }

    .pic_list li:nth-child(2n+1) {
        clear: left;
    }



    .product_list li {
        float: none;
        width: auto;
        margin-right: 0;
    }



    .job_list li {
        width: 48%;
    }



    .contact_cnt h3 {
        font-size: 1.2rem;
    }

    .contact_cnt h4 {
        font-size: 1.3rem;
    }

    .contact_cnt ul {
        margin-top: 5%;
    }

}



@media only screen and (max-width:600px) {

    .nav {
        background: #043491;
    }

    .nav li {
        width: 33.33333333%;
        line-height: 2.5rem;
    }

    .nav li a {
        font-size: 0.7rem;
        color: #fff;
    }

    .nav li.cur a,

    .nav li a:hover {
        color: #fff;
        background: #082C6F;
    }



    .index_product li h3 {
        font-size: 0.7rem;
    }



    .index_about_cnt h4 {
        font-size: 1.4rem;
    }

    .index_about_cnt h5 {}



    .subnav ul {
        line-height: 2.4rem;
    }

    .subnav li {
        float: none;
    }



    .product_tit {
        font-size: 1rem;
        line-height: 1.8rem;
    }



    .article_tit {
        font-size: 1rem;
        line-height: 1.8rem;
    }



    .index_about_item .txt_block h3 {
        font-size: 0.9rem;
    }

    .index_about_item .txt_block .txt {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }



    .index_news_tj .cnt h3 {
        font-size: 0.8rem;
    }

    .index_news_tj .cnt .more {
        display: none;
    }

    .index_news_tj .cnt .txt {
        font-size: 0.7rem;
        line-height: 1.2rem;
        max-height: 3.6rem;
    }



    .index_news_list li {
        border-bottom: 1px solid #dedede;
        padding: 1% 0;
    }

    .index_news_list li a {
        font-size: 0.7rem;
    }



    .copy {
        text-align: center;
    }

    .copy img,

    .copy .txt {
        float: none;
    }

    .copy .txt {
        margin-top: 2%;
    }



    .about_num li {
        float: none;
        width: auto;
        margin-top: 5px;
    }



    .pinzhi_list li {
        padding: 2% 2%;
        border-top: 1px solid #dedede;
    }

    .pinzhi_list li.pz1 .img_block {
        float: none;
        display: block;
        padding: 0;
        background: none;
        width: 100%;
    }

    .pinzhi_list li.pz1 .cnt {
        float: none;
        width: auto;
    }

    .pinzhi_list li.pz2,

    .pinzhi_list li.pz3 {
        width: auto;
        float: none;
    }

    .pinzhi_list li .txt .pzimg {
        display: block;
        width: 100%;
        padding: 2% 0 0 0;
    }



    .service01 .tit {
        position: static;
        margin: 0;
        width: 100%;
    }

    .service02 .tit {
        font-size: 1.2rem;
        text-align: center;
    }



    .news_list li {
        padding: 1rem 0;
    }

    .news_list li h3 {
        font-size: 0.8rem;
    }

    .news_list li .img_block {
        width: 40%;
    }

    .news_list li .cnt {
        width: 56%;
    }

    .news_list li .more {
        display: none;
    }



    .btn_back {
        line-height: 2rem;
        font-size: 0.8rem;
    }

    .article_nav li h3 span {
        font-size: 0.7rem;
    }

    .article_nav li a {
        font-size: 0.7rem;
    }



    .product_list li .cnt a {
        display: block;
    }



    .contact_cnt li span {
        width: 55px;
        padding-left: 45px;
    }

    .contact_cnt li p {
        font-size: 0.7rem;
    }



    .contact_form {
        margin: 4% 0 0 10%;
    }

    .contact_form .form_item .form_textarea,

    .contact_form .form_item .form_txt {
        width: 70%;
    }



    .copy {
        padding-bottom: 18%;
    }

    .footmenu {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #0A3486;
        text-align: center;
        color: #fff;
    }

    .footmenu a {
        color: #fff;
        width: 33.3333%;
        float: left;
        padding: 2% 0;
    }

    .footmenu a i {
        font-size: 1.6rem;
    }

    .footmenu a span {
        display: block;
    }

}



@media only screen and (max-width:450px) {

    .index_product li h3 {
        font-size: 0.6rem;
    }



    .index_about_cnt h4 {
        font-size: 1.2rem;
    }

    .index_about_cnt h5 {
        font-size: 0.7rem;
    }

    .index_about_cnt .txt {
        font-size: 0.7rem;
        margin-top: 1rem;
    }



    .index_about_cnt .more {
        margin-top: 2rem;
        line-height: 2rem;
        font-size: 0.7rem;
    }



    .yanfa_list li h4 {
        font-size: 1rem;
    }



    .service02 .tit {
        font-size: 1rem;
    }



    .news_list li .date {
        display: none;
    }



    .product_body {
        font-size: 0.7rem;
    }



    .job_list li {
        width: 98%;
    }

    .product_table .tit .t1 {
        display: none;
    }

    .product_table .tit .t2 {
        width: 30%;
    }

    .product_table .list_item .t1 {
        display: none;
    }

    .product_table .list_item .t2 {
        width: 30%;
    }

    .product_table .list_item .t3 {
        width: 70%;
        max-width: 70%;
    }
}





/*-------------------壹级-------------------*/

.class {}



/*----------贰级----------*/

.class {}



/*叁级*/

.class {}