 @charset "utf-8";
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
html, body {
margin:0 auto;
}
html {
font-size:62.5%
}
.pc {
display:none;
}
.wap {
display:block;
}
 span {
}
.wrap1200 {
max-width:96%;
margin:0 auto;
}
 img {
}
a {
cursor:pointer;
}
em, i, p {
line-height:100%;
}
.h50 {
height:10px !important;
}
.h60 {
height:10px !important;
}
.h80 {
height:10px !important;
}
.h90 {
height:20px !important;
}
.msgNum {
display: none;
}
.slider {
margin-top: 44px;
}
.Iheader {
 height: 44px;
 background: #f5f5f5;
 padding:0 inherit;
 position: fixed;
 width: 100%;
 z-index: 9999999;
}
.container, .container-middle, .wrap {
 padding-right: 15px;
 padding-left: 15px;
 margin: 0 auto;
}
/* 手机导航开始 */

.m_img {
display:block;
height:44px;
background:#fff;
position:fixed;
top:0px;
left:0px;
width:100%;
z-index:9999;
border-bottom:1px solid #ddd;
overflow: hidden;
}
.m_img .headlf {
padding-top:2px;
padding-left:5px;
float: left;
}
.m_img .headlf .m_logo {
height:40px;
display: block
}
 .m_img .headrg {
padding-right:5%;
padding-top:14px;
float: right;
}
.m_img .headrg a .m_menuimg {
height:15px;
vertical-align:top;
display: block
}
.m_nav {
display:block;
position:fixed;
top:0px;
left:0px;
width:0px;
height:0px;
overflow:hidden;
z-index:10000
}
.m_nav .closecover {
position:absolute;
width:100%;
height:100%;
background:#0b0d19;
filter:alpha(opacity=0);
opacity:0;
left:0px;
top:0px;
z-index:1
}
.m_nav .closeicon {
position:absolute;
width:20%;
left:30px;
top:5%;
z-index:100;
text-align:center;
filter:alpha(opacity=0);
opacity:0
}
.m_navList {
position:absolute;
width:80%;
right:0px;
top:0px;
background:#0b0d19;
height:100%;
z-index:100;
right:-80%;
overflow-y: scroll;
}
.m_navList ul {
padding-left:5%;
padding-right:5%
}
.m_navList ul li {
border-bottom:1px solid #232530
}
.m_navList ul li a {
display:block;
height:45px;
color:#fff;
line-height:45px;
padding-left:5%;
font-size:15px
}
.m_navList ul li .m_f_a {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%
}
.m_navList ul li .m_f_a a {
flex: 1;
}
.m_navList ul li .m_f_a i {
width: 40px;
height:35px;
box-sizing: border-box;
padding:0 5px;
display: block;
}
.icon {
background:url(../images/plus.png) 100% no-repeat;
background-position: 50% 50%;
-webkit-transition:all 0s;
-moz-transition:all 0s;
transition:all 0s
}
 .icon_on {
background:url(../images/reduce.jpg) 50% no-repeat!important;
background-position: 50% 50%;
-webkit-transition:all 0s;
-moz-transition:all 0s;
transition:all 0s
}
.m_navList ul li .m_s_nav {
display:none;
width: 100%;
}
.m_navList ul li .m_s_nav a {
display: block;
height:40px;
line-height:40px;
font-size:14px;
padding-left:10%;
overflow: hidden;
white-space: nowrap;
width:90%;
text-overflow: ellipsis;
}





/*==================================home-banner==============================*/
.Ibanner {
 margin-top:44px;
}
 .banner-pagination {
 bottom: 15px;
}


/*home-banner -end*/


/* index */
.Ititle-tit {
 font-size: 24px;
 line-height: 30px;
 color: #222;
 text-align: center;
}
.Ititle-tit-bai {
 font-size: 24px;
 line-height: 30px;
 color: #fff;
 text-align: center;
}
.Ititle-dec {
 font-size: 14px;
 line-height: 25px;
 color: #555;
 text-align: center;
 margin-top: 5px;
}
.Ititle-tit i {
 font-style: normal;
 font-size: 26px;
 color: #0078d7;
 font-family: "DINMITTELSCHRIFTSTD";
}
.Ititle-En {
font-size: 14px;
}


/* 按钮 */
.Ibtn-more {
 text-align: center;
 margin: -10px;
 margin-top: 10px;
 font-size: 0;
}
.Ibtn-more a {
 display: inline-block;
 width: 40%;
 height: 40px;
 font-size: 15px;
 text-align: center;
 line-height: 39px;
    margin: 0 10px;
    padding: 0 15px;

}
.Ibtn-morea {
 border-radius: 30px;
 border: solid 1px #ea0001;
 position: relative;
 overflow: hidden;
}
.Ibtn-morea span {
 display: block;
 position: relative;
 z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
position: absolute;
content: "";
width: 100%;
height: 50%;
background: #ea0001;
left: 0;
transition: all .5s;
}
.Ibtn-morea::before {
top: 0;
}
.Ibtn-morea::after {
bottom:0;
}
.Ibtn-more1 {
 color: #fff;
}
.Ibtn-more2 {
 color: #ea0001;
}
.Ibtn-more2::before, .Ibtn-more2::after {
height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
height: 50%;
}
.Ibtn-more2:hover {
 color: #fff;
}
.Ibtn-more1:hover {
 color: #ea0001;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
height: 0;
}
.Ibtn-more2 {
}
.Ibtn-more2 i {
 font-size: 20px;
 padding-left: 10px;
}
/* 按钮 end */

/* Iproduct */
.Iproduct {
 padding: 30px 0;
}
.Iproduct-menu {
 text-align: center;
 margin: 0 -10px;
 margin-top: 10px;
 font-size: 0;
}
.Iproduct-menu a {
 display: inline-block;
 width: 49%;
 height: 30px;
 font-size: 15px;
 text-align: center;
 line-height: 30px;
 margin: auto;
 background: #0078d7;
 border-radius: 15px;
float:left;
margin-bottom:5px;
}
.Iproduct-menu a:nth-child(2n) {
 float:right;
}
 .Iproduct-menu a span {
 font-size: 15px;
}
 .Iproduct_content {
 height: auto;
 padding: 20px 0 0px;
}
 .col-lg-3 {
 width: 50% !important;
}
.Iproduct-list>li {
 padding: 0 5px 0 10px;
 margin-bottom: 10px;
 text-align: center;
}
.Iproduct-list li {
 float: left;
}
.Iproduct-list li:nth-child(2n) {
 float: right;
 padding: 0 10px 0 5px;
}
 .Iproduct-list li .tit {
 height: 40px;
 line-height: 40px;
 font-size: 15px;
 color: #333;
 border: 1px solid #ddd;
 background: #fff;
}




/* Iabout */
.Iabout {
 height: auto;
 padding: 30px 0;
background:#f6f6f6;
margin-top: auto;
}
 .Iabout_left {
 float:  inherit;
 width: 100%;
}
 .Iabout_left img {
 width: 100%;
}
 .Iabout_right {
 float: inherit;
 width: 100%;
}
 .Iabout_right_con {
 height: auto;
 overflow: hidden;
 margin-top:  auto;
 margin-left: auto; 
}
 .ll h3 {
 font-size: 24px;
 color: #333;
 font-weight: bold;
 padding-top: 10px;
}
 .ll span {
 font-size: 10px;
 font-family: "Arial";
 color: #a09e9e;
 text-transform: uppercase;
 line-height: 20px;
}
.ll p {
 font-size: 15px;
 color: #3b3b3b;
 display: block;
 margin-top: 10px;
 line-height: 28px;
}
.Iabout_more {
 margin-top: 15px;
}
/* Icase */
.Icase {
 padding: 30px 0;
}
 .Icase-menu {
 text-align: center;
 margin: 0 -10px;
 margin-top: 10px;
 font-size: 0;
}
.Icase-menu a {
 display: inline-block;
 width: 49%;
 height: 40px;
 font-size: 16px;
 text-align: center;
 line-height: 40px;
 margin: auto;
 background: #dcdcdc;
 border-radius: 20px;
float:left;
margin-bottom:8px;
}
.Icase-menu a:nth-child(2n) {
 float:right;
}
.Icase_content {
 padding: 20px 0 0px;
}
 .col-lg-3 {
 width: 50% !important;
}
.Case-list>li {
 padding: 0 5px 0 10px;
 margin-bottom: 10px;
 text-align: center;
}
.Case-list li {
 float: left;
}
.Case-list li:nth-child(2n) {
 float: right;
 padding: 0 10px 0 5px;
}
 .Case-list li .tit {
 height: 40px;
 line-height: 40px;
 font-size: 15px;
 color: #333;
 border: 1px solid #ddd;
 background: #fff;
}

.bt_tel {
    font-family: "Impact";
    font-size: 16px;
}

.bt_tel img{ display:none}
/* Iyoushi */
.Iyoushi {
 padding: 30px 0;
}
.Iyoushi_content {
 padding: 20px 0 0px;
}
.Iyoushi_list dl {
    height: inherit; width:100%;

}

.Iyoushi_list dl dt {
    height: inherit;

}
.Iyoushi_list dl dt img {
    height: inherit;
}


.Iyoushi_list dl dd {
    height: inherit;

}

.Iyoushi_list dl dd h3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.Iyoushi_list dl dd h3 span {
    width: 20px;
    height: 2px;
    background-color: #ea0001;
    margin-top: 10px;

}
.Iyoushi_list dl dd p {
    width: inherit;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    margin-left: 10px; text-align:left; width: auto;
}
.Iyoushi_list dl.dl1 dt, .Iyoushi_list dl.dl3 dt {
    float: left;
}
.Iyoushi_list dl.dl1 dd, .Iyoushi_list dl.dl3 dd {
    float: right;
}

.Iyoushi_list dl.dl2 dt, .Iyoushi_list dl.dl4 dt {
    float: right;
}
.Iyoushi_list dl.dl2 dd, .Iyoushi_list dl.dl4 dd {
    float: left;
}

.Iyoushi_list dl  dd i{ display: none
}

/* Inews */
.Inews {
 padding: 30px 0;
}
.Inews-menu {
 position: relative;
 text-align: center;
 font-size: 0;
 margin-top: 25px;
}
.Inews-menu a {
 font-size: 15px;
 color: #222;
 display: inline-block;
 position: relative;
 width: 130px;
 height: 40px;
 line-height: 40px;
 border-radius: 30px;
 transition: ease .5s;
}
.Inews-menu a span {
 display: inline-block;
 font-size: 15px;
}
.Inews-menu a span {
 display: block;
}
.Inews-content {
 margin-top: 15px;
}
 .Inews-list ul li {
 display: block;
 margin: 10px 0;
}
 .Inews-list li .tit {
 border: 1px solid #ddd;
 background: #FFF;
 height: auto;
 padding: 10px;
}
.Inews-list li .tit h4 {
 font-size: 16px;
 text-align: left;
 margin: 5px 0 5px;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-line-clamp: 1;
 overflow: hidden;
 -webkit-box-orient: vertical;
}
.Inews-list li .tit p {
 font-size: 14px;
 color: #888;
 line-height: 24px;
 height: 48px;
 display: -webkit-box;
 text-overflow: ellipsis;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 text-align: left;
}

/* footer_box */
.footer_box {
 padding: 20px 0 20px;
}
.foot_navList ul {
}
.foot_navList ul li {
border-bottom:1px solid #dcdcdc
}
.foot_navList ul li a {
display:block;
height:45px;
color:#fff;
line-height:45px;
padding-left:5%;
font-size:15px
}
.foot_navList ul li .m_f_a {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%
}
.foot_navList ul li .m_f_a a {
flex: 1;
}
.foot_navList ul li .m_f_a i {
width: 40px;
height:35px;
box-sizing: border-box;
padding:0 5px;
display: block;
}
.foot_navList ul li .m_s_nav {
display:none;
width: 100%;
}
.foot_navList ul li .m_s_nav a {
display: block;
height:40px;
line-height:40px;
font-size:14px;
padding-left:10%;
overflow: hidden;
white-space: nowrap;
width: 90%;
text-overflow: ellipsis;
}
.icon1 {
background:url(../images/plus.png) 100% no-repeat;
background-position: 50% 50%;
-webkit-transition:all 0s;
-moz-transition:all 0s;
transition:all 0s
}
.icon_on1 {
background:url(../images/reduce.jpg) 50% no-repeat!important;
background-position: 50% 50%;
-webkit-transition:all 0s;
-moz-transition:all 0s;
transition:all 0s
}
 .footer-ewm {
display:none
}
.footer_box-ewm {
float:left;
margin-top:20px;
}
 .footer-contact {
 float: right;
 width: 100%;
}
.footer-contact p i {
 font-style: normal;
 float: left;
font-size:14px;
margin-top:6px;
}
.footer-contact p, .footer-contact p span {
 font-size:15px
}
 .copyright {
 padding:inherit;
padding-bottom:60px;
}
.copyright .copyright-con {
 padding-top: inherit;
 border-top: none;
}
.copyright-left a {
display:none
}
.copyright .copyright-left p {
 float: left;
 font-size: 15px;
 line-height: 24px;
 color: #dcdcdc;
 margin-right: auto;
}

/* page-banner*/
.page-banner {
 position: relative;
height: auto;
 margin-top:40px;
}
 .page-banner .pb-pic {
 overflow: hidden;
}
 .page-banner .pb-pic img {
 max-width: 100%;
 position: relative;
 -webkit-animation: minus 6s;
 animation: minus 6s;
 left: auto;
 margin-left: auto;
}
.container {
 width:auto;
}
.page-banner .pb-tit .cn {
 font-size: 24px;
 line-height: 1;
 color: #080404;
 margin-bottom: 10px;
}
 .page-banner .pb-tit .en {
 display: block;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 300;
}

/* page-banner-solution */
.page-banner-solution {
 height: auto;
}
.page-banner-solution .pb-pic img {
 position: static;
 left: 0;
 margin-left: 0;
 max-width: 100%;
 -webkit-animation: minus 6s;
 animation: minus 6s;
}
.ban-zixun {
 margin-top: 20px;
}
 .com-btn2 {
 display: inline-block;
 width: 130px;
 height: 30px;
 line-height: 30px;
 border-radius: 20px;
 background: #eb5250;
 color: #fff!important;
 font-size: 14px;
 text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
 .ban-zixun .com-btn2.bg-888 {
 border: 1px solid #bebcb9;
 opacity: .9;
 background: #888;
}
 .Inews-list_bot_l {
 width: 20%;
 text-align: center;
 padding-top: 10px;
 float: left;
}
.Inews-list_bot_r p {
 font-size: 15px;
 height: 30px;
 line-height: 30px;
 display: block;
 overflow: hidden;
 color: #333;
 font-weight: 600;
 margin-top: 10px;
}
.Inews-list_bot {
 height: auto;
 background-color: #f7f7f7;
}
.Inews-list_bot_r {
 width: 78%;
 padding-right:10px;
 float: right;
padding-bottom:5px;
}
.Inews-list_bot_r i {
 display: block;
 width: 50px;
 height: 1px;
 background-color: #e60012;
 margin-top: 5px;
 margin-bottom: 5px;
}
.Inews-list_bot_r span {
 display: block;
 line-height: 20px;
 color: #666;
 height: 40px;
 overflow: hidden;
 font-size: 14px;
}
 .Itechnology ul li a {
 height: auto;
}
 .Itechnology ul li a i {
 margin-top: 10px;
}
 .Itechnology ul li a p {
 margin-top: 10px;
}
.Itechnology ul li a p strong {
 height: 25px;
 line-height: 25px;
 font-size: 15px;
}
 .Itechnology ul li a p span {
 display: block;
 height: 40px;
 line-height: 20px;
 overflow: hidden;
 color: #777;
 padding-right: 30px;
 margin-top: 5px;
 font-size: 14px;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
-webkit-line-clamp: 2;
}
 .Itechnology ul li a i big {
 display: block;
 font-weight: bold;
 font-size: 36px;
 height: 36px;
 line-height: 36px;
 text-align: center;
 color: #777;
}
/* page-menu */
.page-menu {
 line-height: 40px;
 padding: 5px 0;
 background: #fff;
 border-bottom: 1px solid #eee;
height: auto;
text-align: center;
}
.page-menu li {
 float: left;
 position: relative;
 text-align: center;
 display: inline-block;
}
 .page-menu li>a {
 display: inline-block;
 font-size: 15px;
 width: 100%;
 color: #6b6b6b;
padding: inherit;
}
.page-menu .container li:first-child>a {
 padding: inherit;
}
.page-menu li.on>a, .page-cate li>a.on, .page-menu li>a:hover, .page-menu li.cur>a {
 color: #ea5250;
}
 .page_2 li {
 float: left;
 position: relative;
 width: 50% !important;
 text-align: center;
 display: inline-block;
}
 .page_3 li {
 float: left;
 position: relative;
 width: 33.33% !important;
 text-align: center;
 display: inline-block;
}
.page_4 li {
 float: left;
 position: relative;
 width: 25% !important;
 text-align: center;
 display: inline-block;
}
.page_5 li {
 float: left;
 position: relative;
 width: 20% !important;
 text-align: center;
 display: inline-block;
}

/* product */

.product-list>li {
 padding: 0 5px 0 10px;
 margin-bottom: 10px;
 text-align: center;
}
.product-list li {
 float: left;
}
.product-list li:nth-child(2n) {
 float: right;
 padding: 0 10px 0 5px;
}
 .product-list li .tit {
 height: 40px;
 line-height: 40px;
 font-size: 15px;
 color: #333;
 border: 1px solid #ddd;
 background: #fff;
}
/* 业务简介*/
.service-box {
 padding-top: 20px;
 padding-bottom: 10px;
}
.c-divider {
 margin-top: 10px;
}
.Iyewu_title {
 font-size: 20px;
 text-align: center;
 line-height: 30px;
 margin-top: 20px;
}
.divider {
 display: table;
 white-space: nowrap;
 height: auto;
 overflow: hidden;
 line-height: 1;
 text-align: center;
 padding: 5px 0;
 color: #d4d4d4;
}
.Hexin_box {
 height: 50px;
 font-size: 20px;
 color: #4c4949;
 line-height: 50px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-weight: 600;
}
 .service-box .item {
 width: 48%;
 float: left;
 margin-right: auto;
margin-bottom:10px;
}
.service-box .item:nth-child(2n) {
 width: 49%;
 float: right;
 margin-right: auto;
}
 .service-box .item-inner {
 border: solid 1px #8c8c8c;
 height: auto;
 padding-top: 25px;
 padding-bottom:25px;
 box-sizing: border-box;
 color: #6e6e6e;
 position: relative;
 overflow: hidden;
}
 .service-box .item .tit {
 font-size: 20px;
 letter-spacing: 3px;
 margin-top: 20px;
 font-weight: 700;
}
.service-box .item .eng-tit {
 margin-top: 10px;
 font-size: 14px;
}
.dec {
 padding-top:10px;
}
.dec, .dec p {
 line-height:30px;
 font-size: 14px;
}
 .liucheng_box {
 margin-bottom: 20px;
 margin-top:10px;
}
.prog-guid .item:nth-child(1) {
 margin-left: inherit;
}
.prog-guid .item {
 padding-left: 1%;
 padding-right: 1%;
 display: inline-block;
 float: left;
 width: 20%;
}
.prog-guid img {
 width: 100%;
}
.prog-guid .item-inner p {
 padding-top: 10px;
 font-size: 16px;
 font-weight: normal;
 line-height: 30px;
}
 .data-list-box {
 margin-top: 20px;
 margin-bottom: 20px;
}
.data-list li {
 border-right: 1px solid #dddddd;
 width: 25%;
 float: left;
 text-align: center;
 line-height: 40px;
 font-size: 18px;
}
.Taidu_box {
 font-size: 14px;
 line-height: 30px;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 20px;
 text-indent: 32px;
}


/* 左侧联系我们 */

.Ileft_box {
 margin-bottom: 10px;
 float: inherit;
}
.Ileft_box_title {
display:none;
}
 .Ileft_box_contact {
 display:none;
}
 .Ileft_navlist {
 width: 100%;
}
 .BPro_menu {
 width: 100%;
 height: 40px;
 background: #0078d7;
 border-top: 1px solid #eee;
}
.BPro_menu:hover {
 background: #ea0001;
}
.BPro_menu a {
 display:block;
 font-size: 15px;
 line-height: 40px;
 color: #fff;
 padding-left: 20px;
 height:40px;
 width: 100%;
 padding-right: inherit;
}
.BPro_menu:hover a {
 color: #fff;
}
 .SPro_menu {
 border: 0 none;
 width: 49%;
 padding-left:20px;
 color: #fff;
 background: url(../images/cpMuSDt.png.png) no-repeat scroll 10px center;
border-left: none;
float:left;
}
.SPro_menu a {
 color:#666;
 font-size:14px;
 line-height:32px;
transition: all .5s;
}
.SPro_menu a:hover {
 color:#fe0000;
 padding-left: inherit;
}
.SPro_menu:nth-child(2n) {
}




/* search */

.Isearch {
 padding: 10px 0;
 background-color: #fff;
 border-bottom: 1px solid #eee;
}
.Isearch .fl {
 padding-top: inherit;
 max-width: 1000px;
 line-height: 20px;
}
.Isearch .fl strong {
 font-size: 14px;
}
.Isearch .fl a {
 font-size: 14px;
}
.Isearch_right {
display:none;
}

/* 内页关于我们 */


 .nabout_box {
 box-shadow: 0 0 5px 0 #999;
 padding: 0px 0 0px 0;
 margin-top: 10px;
 margin-bottom: 10px;
}
.nabout_box_left {
 width:100%;
}
.nabout_box_title dl {
 font-size: 22px;
 letter-spacing: 1.5px;
 color: #fff;
 display: block;
 background: #0e70cb;
 line-height: 46px;
 text-align: center;
}
 .nabout_box_left p {
 font-size: 14px;
 line-height: 28px;
 padding:0 10px 0 10px;
}
 .nabout_box_right {
 margin-right: auto;
width:100%;
}
 .nabout_box_right img {
 width:100%;
}
 .nabout_content {
 width:100%;
padding: inherit;
margin:inherit
}
.nabout_content p {
 padding: inherit;
margin:inherit
}
.nabout_content img {
 max-width:100%;
}
 .made_gc {
 margin-top: 20px;
 margin-bottom: 20px;
}
.ny_Plant li {
 width: 49%;
 margin-right: auto;
 float: left;
}
.ny_Plant li:nth-child(2n) {
 width: 49%;
 margin-right: auto;
 float: right;
}
 .ny_Plant li p {
 text-align: center;
 font-size: 14px;
 height: 40px;
 line-height: 40px;
}
 .pro_btn {
 margin-bottom:20px;
}
 .pro_btn a {
 background: #0e70cb;
 position: relative;
 width:49%;
 float: left;
 text-align: center;
 box-sizing: border-box;
 height: 30px;
 line-height: 30px;
 color: #fff;
 font-size: 15px;
border-radius: 15px;
margin-left: auto;
margin-bottom:10px;
}
.pro_btn a:nth-child(2n) {
 float: right;
}
.pro_btn a+a {
}
.pro_btn .on, .pro_btn a:hover {
 background:#e60012;
 color:#fff;
transition: all .5s;
}

/* 联系我们 */
.ncontact_box {
 margin: 0 auto;
 width: 100%;
 display: block;
 margin-bottom: auto;
}
 .contact_one {
 display: inline-block;
 width: 100%;
 float: inherit;
}
.contact_one span {
 font-size: 28px;
 line-height: 30px;
 color: #0078d7;
 margin-bottom: 10px;
 display: block;
 font-weight: bold;
}
.contact_one div {
 font-size: 18px;
 line-height: 20px;
}
 .contact_one i {
 width: 40px;
 height: 2px;
 background: #0078d7;
 display: block;
 margin-bottom: 10px;
 margin-top: 10px;
}
 .contact_two {
 width: 100%;
 position: inherit;
 background: #f2f2f2 url() no-repeat;
 background-position: inherit;
 padding: 10px 10px;
 font-size: 15px;
 line-height: 30px;
 margin-left: auto;
 display: inline-block;
 float: left;
 box-sizing: border-box;
 float: inherit;
}
 .contact_title {
 position: absolute;
 width: 200px;
max-width:50%;
 height: 35px;
 background: #0078d7;
 border-radius: 5px;
 font-size:18px;
 color: #fff;
 line-height: 35px;
 font-weight: bold;
 left: auto;
 text-align: center;
}
 .contact_content {
 margin-top: 50px;
 color: #555;
 line-height: 30px;
 font-size: 15px;
}
.contact_content1 {
 color: #555;
 line-height: 30px;
 font-size: 15px;
}
 .contact_content p {
 color: #555;
 line-height: 30px;
 font-size: 15px;
}
.Inews-list> li:nth-child(3) {
 margin-bottom:0px;;
}

/* page-case */

.page-case {
 padding: 40px 0;
}
.Npage-case {
 padding: 20px 0 40px;
}
.case-dis .case-list .col-lg-4 {
 width: 50% !important;
}
 .case-list>li {
 padding: 0 5px 0 10px;
 margin-bottom: 10px;
 text-align: center;
}
.case-list li {
 float: left;
}
.case-list li:nth-child(2n) {
 float: right;
 padding: 0 10px 0 5px;
}
.case-list li:nth-child(4) {
display: block
}
.case-list li .tit {
 height: 40px;
 line-height: 40px;
 font-size: 15px;
 color: #333;
 border: 1px solid #ddd;
 background: #fff;
}


/* page-partner */
.page-partner {
 padding: 40px 0;
}
.partner-content {
 padding: 20px 0 0px;
}
.partner-list {
 margin-left: -9px;
 margin-right: -9px;
}
.partner-list li {
 float: left;
 width: 50%;
 padding: 0 9px;
 margin-bottom: 18px;
}
 .main-box {
 padding: 20px 0 30px;
}



/* newsList */
.main-content {
 padding:0;
 margin-top: 10px;
}
.newsList {
 width: 100%;
}
.newsList dl {
 width: 100%;
 padding-top:0px;
 height: auto;
 border: 0px solid #dfdfdf;
 border-top: none;
 background: #fff;
 position: relative;
 padding-bottom: 5px;
}
.newsList dl:first-child {
 border-top: 0px solid #dfdfdf;
}
.newsList dt {
 width:100%;
 height: auto;
 float: inherit;
 margin-left:0px;
 overflow: hidden;
}
.newsList dt img {
 display: block;
 transform: scale(1);
 transition: all 2s ease-out;
 width: 100%;
 height: auto;
}
.newsList dl:hover dt img {
 transform: scale(1.2);
}
.newsList dd {
 width: 100%;
 height: auto;
 position: relative;
 margin-left:0px;
 float: inherit;
}
.newsList dd h3 {
 font-size: 15px;
 font-weight: normal;
 width: 100%;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
line-height:50px;
padding-left:5px;
padding-right:5px;
font-weight: normal;
color:#221816;
}
.newsList dd p {
display:none
}
 .newsList dd .label a:hover {
 color: #d40019;
}
.newsList dd .rq {
display:none
}
 .newsList dd .readNum {
display:none
}
.newsList dd .more {
display:none
}
.dot_date {
display:none
}
.dot_hits {
display:none
}
/* 通用分页样式 */

.pages {
 width: 100%;
 height: auto;
 text-align: center;
 padding: 10px 0 10px;
 margin: 0 auto;
 overflow: hidden;
 clear: both;
}
.pages a {
 border: 1px solid #d1d1d1;
 height: 20px;
 line-height: 20px;
 color: #666666;
 padding: 2px 6px;
 font-size: 14px;
}
 .contact-content {
 padding: 10px 0 10px;
}
.contact-content-box {
 width: 100%;
 margin: 0 auto;
}
.contact-content-box ul li {
 width:100%;
 height: auto;
 float: inherit;
 text-align: center;
 margin-left: auto;
 box-shadow: 0 0 3px 0px #ababab;
 border-radius: 30px 0 0 0;
 padding-top: 15px;
 background: #fff;
padding:10px 0 10px;
margin-top:10px;
}
 .contact-content-box ul li span {
 display: block;
 font-size: 20px;
 color: #333;
 margin-top: 10px;
 font-weight: bold;
margin-bottom:10px;
}
.contact-content-box ul li p {
 line-height:26px;
font-size:15px;
}
 .contact-content-add {
 margin-top: 10px;
}
 .contact-content-add dl {
 width: 100%;
 float: inherit;
 height: auto;
 background: #fff;
 box-shadow: 0 0 3px 0px #ababab;
 box-sizing: border-box;
 padding: 10px 0 10px 0;
 border-radius: 30px 0 0 0;
margin-top:10px;
}
.contact-content-add dl dt {
 width: 100%;
 float: inherit;
 margin-top:auto;
}
 .contact-content-add dl dd {
 width: 100%;
 float: inherit;
 margin-left: auto;
}
 .contact-content-add dl:nth-child(2n) {
 float: inherit;
}
 .contact-content-add dl dd span {
 display: block;
 font-size: 20px;
 color: #333;
 font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}
 .contact-content-add dl dd p {
 margin:0 auto;
line-height:26px;
font-size:15px;
}


/* --- 在线留言 --- */
.contact-tit {
 font-size: 24px;
 padding-bottom: 25px;
 margin-bottom: 10px;
 position: relative;
}
.page-Message {
overflow:hidden;
background:#f5f5f5;
padding: 20px 0 20px 0;
}
.lylist {
 width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
 border-radius: 5px;
 border: none;
 font-size: 14px;
}
.lylist input {
 width: 100%!important;
 margin: 10px 0px 0 0!important;
}
.lylist .lytitle {
 width: 99%;
 height: 52px;
 line-height: 52px;
 padding: 0 0 0 30px;
 background: #fff;
}
.lylist .inp_name {
 width: 48%;
 height: 52px;
 line-height: 52px;
 padding: 0 0 0 30px;
 margin: 20px 0px 0 0;
 background: #fff;
 float: left;
}
.lylist .inp_tel {
 width: 49%;
 height: 52px;
 line-height: 52px;
 padding: 0 0 0 30px;
 float: right;
 margin: 20px 13px 0 0;
 background: #fff;
}
.lylist .inp_neirong {
 width: 100%;
 height: 150px;
 line-height: 35px;
 padding: 0 0 0 30px;
 margin: 10px 0px 0 0;
 background: #fff;
}
.lylist .vcode {
 width: 100%;
 height: 52px;
 line-height: 52px;
 padding: 0 0 0 30px;
 margin: 12px 0px 0 0;
 background: #fff;
}
.lylist .submit {
 width: 49%;
 text-align: center;
 background: #d40000;
 height: 52px;
 line-height: 52px;
 color: #fff;
 font-size: 15px;
 float: right;
 margin: 12px 13px 0 0;
}
.lylist .submit:hover {
 cursor: pointer;
}
.yanzhengm img {
 position: absolute;
 top: 25px;
 right: 15px;
}
.yanzhengm {
 width: 100%;
 float: left;
 position: relative;
}
/*在线留言结束*/



/*新闻内页*/
.NewsIntro {
 background: #fff;
 margin: 0 auto;
 box-shadow: 0 0 5px 3px #eeeeee;
 float: inherit;
 width: 100%;
}
.mainCon {
 font-size: 15px;
 line-height: 26px;
 color: #333;
 padding:10px;
text-align:center
}
 ._head ._title {
 font-size: 18px;
 font-weight: bold;
 color: #000000;
 margin-bottom: inherit;
line-height:50px;
}
._tools {
 font-size: 0;
 color: #5a5a5a;
 margin-bottom:0px;
}
._tool {
 font-size: 14px;
 margin-right: 10px;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 overflow: hidden;
}
.news_list_date {
 display: inline-block;
 width: 20px;
 height: 20px;
 background-image: url(../images/newsList_icon01.png);
 background-repeat: no-repeat;
 vertical-align: middle;
 margin-right: 4px;
}
.news_list_hits {
 display: inline-block;
 width: 20px;
 height: 20px;
 background-image: url(../images/newsList_icon02.png);
 background-repeat: no-repeat;
 vertical-align: middle;
 margin-right: 4px;
}
.news_content {
 line-height: 30px;
 font-size: 15px;
 color: #5a5a5a;
text-align:left;
}
.news_content_pic {
 padding:0px 0 0px 0;
}
.news_content img {
 max-width:100%;
}
.news_content p {
line-height: 30px;
 font-size: 14px;
 color: #5a5a5a;
text-align:left;
}
 .news_sx {
 height: auto;
 line-height: 30px;
 color: #999;
 font-size: 14px;
 margin-top:10px;
}
.news_sx a {
 color: #666;
 font-size: 14px;
}
.news_sx a:hover {
 color: #d10010;
 font-size: 14px;
}
.n_s {
 width: 100%;
 float: inherit;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.n_x {
 width: 100%;
 float: inherit;
 text-align: left;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
/*新闻内页end*/

.process_box {
 margin: 20px 0;
}
.container_box {
width:100%;
}
.xq_pic, .xq_pic img {
width:100%;
}
 #Iservice_a1, #Iservice_a2, #Iservice_a3, #Iservice_a4, #Iservice_a5 {
 margin-left: auto;
}
 .Iservice_item {
 width: 46%;
 margin-top: auto;
 margin-bottom: 10px;
 transition: all .3s ease-in-out;
 float: left;
 margin-left: auto;
margin:2%;
}
 .Iservice_item:nth-child(2n) {
 float: right;
}
 .Iservice_item img {
 margin-bottom:10px;
 width: 100%;
 height: auto;
}
 .Iservice_item .item-content {
 font-size: 14px;
 color: #666666;
line-height:20px;
}
}
