@charset "utf-8";
/* css reset www.admin10000.com */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

textarea {
    resize: none;
    outline: none;
    border: none;

}

body {
    background: #fff;
    color: #555;
    font-size: 1.4rem;
    font-family: "Microsoft Yahei";
}

a:hover,
a:focus {
    color: #225ab2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.con {
    width: 1210px;
    margin: 0 auto;
}

/**/
.body {
    width: 100%;
}

.body .header {
    padding-top: 25px;
    padding-bottom: 20px;
}

.body .header .search {
    margin-right: 20px;
}

.body .header .search img {
    margin-top: 8px;
    margin-right: 10px;
}

.body .header .search .search_left {
    font-size: 16px;
    color: #4a4a4a;
}

.body .header .search .search_left span {
    font-size: 23px;
    font-weight: bold;
    color: red;
    display: block;
    line-height: 20px;
}

/*导航*/
.body .nav {
    width: 100%;
    height: 57px;
    background: #225ab2;
}

.body .nav .nav_mune > li {
    float: left;
    width: 12.5%;
    position: relative;
    padding-top: 19px;
    height: 57px;
}

.body .nav .nav_mune > li.on {
    background: #083f97;
}

.body .nav .nav_mune > li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid rgba(221, 221, 221, 0.2);
}

.body .nav .nav_mune > li .sub {
    margin: 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 66;
    background: #225ab2;
}

.body .nav .nav_mune > li .sub > li {
    display: block;
    text-align: center;
    line-height: 2.2;
    border-bottom: solid 1px #3f70bd;
}

.body .nav .nav_mune > li .sub > li:hover {
    background: #083f97;
}

/*轮播*/
.body .banner {
    width: 100%;
}

/*产品中心*/
.info_con div {
    display: inline-block;
    vertical-align: top;
}

.info_L {
    width: 238px;
}

.info_L .info_L_top {
    /*margin-top: -115px;*/
    width: 238px;
    height: 95px;
    z-index: 66;
    position: relative;
    background: #225ab2;
    padding: 20px 33px 20px 33px;
}

.info_L .info_L_top span {
    display: inline-block;
    vertical-align: top;
}

.info_L .info_L_top b {
    font-size: 55px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    margin-right: 5px;
}

.info_L .info_L_top span i {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.info_L .info_L_top span em {
    display: block;
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
}

.info_L .info_L_list {
    width: 100%;
    /*background: #f9f9f9;*/
    border: solid 1px #e6e6e6;
}

.info_L .info_L_list li {
    height: 44px;
    line-height: 44px;
    border-bottom: solid 1px #ededed;
}

.info_L .info_L_list li:last-child {
    border-bottom: none;
}

.info_L .info_L_list li:hover {
    background: #ebebeb;
}

.info_L .info_L_list .on {
    background: #ebebeb;
}

.info_L .info_L_list li:hover a {
    color: #555;
}

.info_L .info_L_list .on a {
    color: gray;
}

.info_L .info_L_list li a {
    display: block;
    text-align: left;
    padding-left: 30px;
}

.info_L .info_L_img {
    position: relative;
}

.info_L .info_L_img img {
    width: 100%;
}

.info_L .info_L_img p {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;

}

.info_L .info_L_img p span {
    color: red;
    display: block;
}

.info_L .info_L_img a {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 85px;
    height: 30px;
    background: #a6a6a7;
    color: white;
    text-align: center;
    line-height: 30px;
}

/*右侧*/
.info_R {
    width: 910px;
}

.info_R .info_list {
    margin-top: 27px;
}

.info_R .info_list li {
    float: left;
    width: 216px;
    height: 354px;
    background: #f9f9f9;
    text-align: center;
    transition: background 1s;
    margin-left: 15px;

}

.info_R .info_list li:hover {
    background: #3367b8;
}

.info_R .info_list li:hover p {
    color: #ffffff;
}

.info_R .info_list li:hover a {
    color: #fff;
}

.info_R .info_list li > span {
    display: block;
    width: 141px;
    height: 141px;
    border-radius: 50%;
}

.info_R .info_list li p {
    color: #1f1f1f;
}

.info_R .info_list li p span {
    margin-top: 34px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.info_R .info_list li p i {
    font-size: 14px;
}

.info_R .info_list li p a {
    display: block;
    width: 142px;
    margin-top: 35px;
    height: 39px;
    line-height: 39px;
    border-radius: 25px;
    border: solid 1px #e7e7e7;
}

.info_R .info_list_ry li {
    float: left;
    width: 290px;
    height: 230px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.info_R .info_list_ry .info_list_ry_3n {
    margin-right: 0;
}

.info_R .info_list_ry li > a {
    display: block;
    width: 290px;
    height: 220px;
    border: solid 1px #ddd;
    text-align: center;
    padding-top: 20px;

}

.info_R .info_list_ry li > a img {
    height: 80%;
}

.info_R .info_list_ry li p {
    /*border-top: solid 1px #e6e6e6;*/
    /*line-height: 2.5;*/
    margin-top: 10px;

}

.info_R .info_list_ry li p a {
    display: block;
    font-size: 14px;
    color: #1f1f1f;
    text-align: center;
}

/*关于我们*/
#inde_guamyu {
    margin-top: 50px;
    height: 500px;
    width: 100%;
    background: url("../images/guanyu-bg.jpg") no-repeat center;
}

.inde_gu-left {
    padding-top: 70px;
}

.inde_gu-right {
    color: white;
    padding-top: 100px;
    width: 569px;
}

.inde_gu-right .right_p1 {
    font-size: 30px;
    font-weight: 600;
}

.inde_gu-right .right_p1 span {
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}

.inde_gu-right .right_p2 {
    line-height: 30px;
    margin-top: 40px;
    font-size: 14px;
}

.inde_gu-right .right_p3 a {
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: white;
    line-height: 37px;
    text-align: center;
    margin-top: 35px;
}

.inde_new > h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.inde_new > p {
    text-align: center;
    margin-bottom: 60px;
}

.inde_new p a {
    display: inline-block;
    width: 150px;
    height: 30px;
    border-radius: 20px;
    border: solid #0e5da0 1px;
    text-align: center;
    line-height: 28px;
    float: inherit;
    margin-right: 10px;

}

.inde_new p a:hover {
    background: #418fd1;
    color: white;
}

.inde_new_ul {
    height: auto;
    overflow: hidden;
    text-align: left;
    display: none;
}

.active_news {
    display: block;
}

.inde_new_ul li {
    width: 45%;
    margin: 0 2.5% 95px;
}

.inde_new_ul li img {
    height: 145px;
    width: 201px;
}

.inde_ul_right {
    width: 300px;
    font-size: 14px;
    margin-left: 20px;
}

.inde_new_ul li p {
    width: 100%;
    margin-top: 5px;
}

.inde_ul_right h3 {
    font-size: 18px !important;
    font-weight: bold;
}

.inde_ul_right small {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #dedede;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}

.inde_ul_right small span {
    margin-left: 20px;

}

.inde_ul_right p {
    line-height: 28px;
}

.inde_footer_wid {
    width: 100%;
    height: 330px;
    background: #20272f;
}

.inde-foot ul {
    height: 160px;
}

.inde-foot ul li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 14px;
    height: 140px;
    border-right: solid 1px #3f454c;
}

.inde-foot ul li h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.inde-foot ul li a {
    color: white;
}

.inde-foot ul li p a {
    display: block;
    line-height: 25px;
}

.inde-foot {
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    color: white;

}

.footer_phone span {
    display: inline-block;
    width: 40%;
}

.footer_rwm {
    margin-left: 50px;

}

.footer_rwm img {
    margin-top: 5px;
    margin-right: 35px;
}

.footer_gsdz p {
    width: 300px;
}

/*公示*/
.inde_bottom {
    height: 70px;
    background: #20272f;
    border-top: #000000 solid 1px;
    color: white;
    line-height: 70px;
    text-align: center;
}

.inde_bottom span {
    margin-right: 40px;
    display: inline-block;
}

.inde_bottom a {
    color: white;
    display: inline-block;
    margin-right: 40px;
}

/*产品中心*/
.info_L .info_L_top1 {
    margin-top: -115px;
    width: 238px;
    height: 95px;
    z-index: 66;
    position: relative;
    background: #225ab2;
    padding: 20px 33px 20px 33px;
}

.info_L .info_L_top1 b {
    font-size: 55px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    margin-right: 5px;
    margin-top: 5px;
}

.info_L .info_L_top1 span {
    display: inline-block;
    vertical-align: top;
}

.info_L .info_L_top1 span i {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.info_L .info_L_top1 span em {
    display: block;
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
}

.mbx {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 13px;
    width: 100%;
}

.page {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.page > a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 0.3%;
    color: #4d4c4c;
    border-radius: 5px;
    background-color: #ebebeb;
}

.page span {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 0.3%;
    border-radius: 5px;
    background-color: #1f579f;
    color: #fff;
    line-height: 45px;
}

/*产品中心详细*/
.info_news_plast {
    margin-bottom: 65px;
}

.info_R .info_news .info_news_list {
    display: block;
}

.info_R .info_news .info_news_list li {
    background: url("../images/icon_bj.png") no-repeat left center;
    border-bottom: dashed 1px #e6e6e6;
}

.info_R .info_news .info_news_list li a {
    display: block;
    padding-left: 25px;
    line-height: 3;
    font-size: 14px;
}

.info_news {
    width: 100%;
}

/*联系我们*/
.my_pc_lianxi {
    width: 100%;
}

.my_pc_lianxi ul {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #ddd;

}

.my_pc_lianxi li {
    float: left;
    padding: 20px 0;
    width: 25%;
    text-align: center;
    border-right: solid 1px #ddd;
    min-height: 164px;
}

.my_pc_lianxi li p {
    font-size: 14px;
    margin-top: 20px;
}

.my_pc_lianxi li p span {
    font-weight: 600;
    display: block;
}

.my_pc_lianxi_lilast {
    border-right: none !important;
}

.my_pc_dt {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 180px;
}

/*新闻中心*/
.info_R .info_news .info_news_top {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    margin-top: 30px;
}

.info_R .info_news .info_news_top > div {
    display: inline-block;
    vertical-align: top;
}

.info_R .info_news .info_news_top .info_news_top_img {
    width: 254px;
    height: 161px;
}

.info_R .info_news .info_news_top .info_news_top_img img {
    width: 100%;
    height: 100%;
}

.info_R .info_news .info_news_top .info_news_top_text {
    padding-bottom: 23px;
    width: 630px;
}

.info_R .info_news .info_news_top .info_news_top_text h3 a {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
}

.info_R .info_news .info_news_top .info_news_top_text p {
    line-height: 2;
    font-size: 14px;
}

.info_R .info_news .info_news_top .info_news_top_text .morer {
    display: block;
    width: 119px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    margin-top: 14px;
    border: solid 1px #e6e6e6;
    color: #1f1f1f;
}

/*新闻中心*/
.info_news_top_text em {
    display: block;
    color: #a5a5a5;
}

.info_news_top_text em span {
    display: inline-block;
    margin-right: 30px;
}

/*新闻中心详细*/
.info_R .info_news {
    width: 100%;
}

.info_R .info_news .info_news_top {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
}

.info_R .info_news .info_news_top > div {
    display: inline-block;
    vertical-align: top;
}

.info_R .info_news .info_news_top .info_news_top_img {
    width: 254px;
    height: 161px;
}

.info_R .info_news .info_news_top .info_news_top_img img {
    width: 100%;
    height: 100%;
}

.info_R .info_news .info_news_top .info_news_top_text {
    padding-bottom: 23px;
    width: 630px;
}

.info_R .info_news .info_news_top .info_news_top_text h3 a {
    display: block;
    font-size: 16px;
    color: #1f1f1f;
}

.info_R .info_news .info_news_top .info_news_top_text p {
    line-height: 2;
    font-size: 14px;
}

.info_R .info_news .info_news_top .info_news_top_text .morer {
    display: block;
    width: 119px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    margin-top: 14px;
    border: solid 1px #e6e6e6;
    color: #1f1f1f;
}

.info_R .info_news .info_news_list {
    /*margin-top: 25px;*/
}

.info_R .info_news .info_news_list li {
    background: url("../images/icon_bj.png") no-repeat left center;
    border-bottom: dashed 1px #e6e6e6;
}

.info_R .info_news .info_news_list li a {
    display: block;
    padding-left: 25px;
    line-height: 3;
    font-size: 14px;
}

.info_R .info_news .info_news_text {
    display: block;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 25px;
}

.info_R .info_news .info_news_text h3 {
    text-align: center;
    line-height: 3;
    font-size: 20px;
    font-weight: bold;
}

.info_R .info_news .info_news_text span {
    display: block;
    text-align: center;
    color: #a0a0a0;
    font-size: 14px;
}

.info_R .info_news .info_news_text span i {
    margin-right: 15px;
}

.info_R .info_news .text {
    line-height: 2;
    padding-top: 45px;
}

.text center img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.xinwen_xx {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.info_news > p {
    margin-top: 5px;
}

.info_news_paddin {
    padding-bottom: 35px;
}

/*在线留言*/
.my_pc_zx > h3 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
}

.my_pc_zx > p {
    font-size: 16px;
    color: #696868;
    text-align: center;
}

.my_pc_zx div form p {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}

.my_pc_zx div form p span {
    display: inline-block;
    width: 45%;
    border: 1px solid #e6e6e6;
    height: 55px;

}

.my_pc_zx div form p span input {
    width: 90%;
    border: none;
    outline: none;
    height: 53px;
    padding-left: 10px;
}

.my_pc_zx div form p span img {
    margin-top: 15px;
    margin-right: 10px;
}

.my_pc_zx div form p > input {
    width: 90%;
    outline: none;
    border: none;
    height: 53px;
    padding-left: 10px;
}

.my_pc_youxiang {
    border: solid 1px #e6e6e6;
    height: 55px;
    line-height: 55px;
}

.my_pc_youxiang img {
    margin-top: 15px;
    margin-right: 10px;
}

.my_pc_zx .my_pc_textarea {
    border: solid 1px #e6e6e6;
    padding: 10px;
}

.my_pc_zx div form div {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 130px;
}

.my_pc_zx div form div span {
    width: 380px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 55px;
    line-height: 55px;;
}

.my_pc_zx div form div span input {
    width: 45%;
    height: 53px;
    border: none;
    outline: none;

}

/*.my_pc_zx div form div span img{
    margin-top: 5px;
    margin-right: 5px;

}*/
.my_pc_zx div form div > input {
    width: 280px;
    height: 55px;
    background: #8b8b8b;
    line-height: 55px;
    color: white;
    border: none;
    margin-left: 30px;
}