* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: '微软雅黑';
}

.head {
    width: 1400px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_left {
    width: 370px;
    float: left;
    display: flex;
}

.head_left_title {
    margin-left: 5px;
}

.head_left_title_p1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.head_left_title_p2 {
    font-size: 12px;
    color: #000;
}

.head_middle {
    float: left;
    width: 860px;
}

.head_middle .head_middle_ul {
    margin-bottom: 0;
    width: 100%;
}

.head_middle_li {
    float: left;
    height: 100px;
    line-height: 100px;
    width: calc(100% / 9);
    position: relative;
    text-align: center;
}

.head_middle_li_a {
    font-size: 18px;
    color: #000;
    transition: all 0.6s;
    position: relative;
}

.head_right {
    width: 100px;
    float: left;
}

.head_right_a {
    font-size: 20px;
    color: #000;
}

.banner {
    width: 100%;
}

.bannner_img {
    width: 100%;
}


/*  */

.cp {
    width: 1400px;
    margin: auto;
}

.cplists {
    width: 1400px;
    margin: auto;
    margin-bottom: 40px;
}

 .cplists_item {
    width: 450px;
    position: relative;
    margin-left: 10px;
    height: 430px;
    display: inline-block;
    margin-top: 30px;
}

.cplists_item:nth-child(3n) {
    margin-right: 0;
}

.cp_item_content {
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    margin-top: 5px;
	display:block;
}

.cp_item_content_p1 {
    font-size: 22px;
    color: #000;
    margin: 20px 0px 0px 30px;
    display: inline-block;
}

.cp_item_content_img {
	float:right;
	padding-right:30px;
	margin-top:18px;
}

.cp_item_content_p2 {
    font-size: 20px;
    color: #626262;
    margin: 0px 0px 0px 30px;
}

.cpbefore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    display: table;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: all 0.6s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
}

.cpbefores {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.cptitle {
    font-size: 20px;
    color: #fff;
}
.cptitle a{
	color:#fff;
	font-size:18px;
}
.cpimg {
    margin-top: 10px;
}

.cplists .cplists_item:hover .cpbefore {
    opacity: 1;
}

.cplist_bottom_right_img {
    width: 990px;
    margin-top: 10px;
    height: 690px;
}

.cplications {
    background: url(../images/icon_63.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.cplication {
    width: 1600px;
    margin: auto;
}

.cplication_top_title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 140px;
    margin: auto;
}

.cplication_top_content {
    color: #fff;
    margin-top: 10px;
}

.cplication_bottom_item {
    width: 390px;
    text-align: center;
    line-height: 60px;
    padding-top: 150px;
    float: left;
    border-right: 1px solid #fff;
    height: 540px;
}

.cplication_bottom_item:hover {
    background: url(../images/icon_62.png) center no-repeat;
}

.cplication_bottom_item_img {
    width: 50px;
    height: 50px;
}

.cplication_bottom_item_p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-right: 3px solid #fff;
}

.foots {
    width: 100%;
    background-color: #ececec;
    height: 600px;
}

.foot {
    width: 1400px;
    margin: auto;
    height: 340px;
}

.foots_nav {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

.foot_nav {
    width: 1400px;
    height: 80px;
    margin: auto;
}

.foot_nav_ul {
    margin-bottom: 0;
}

.foot_nav_ul_li {
    float: left;
    width: calc(100%/10);
    text-align: center;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.foot_nav_ul_li_a {
    color: #000;
    display: inline;
    padding-right: 30%;
    border-right: 1px solid #000;
}

.foot_nav_ul_li:last-child .foot_nav_ul_li_a {
    border-right: none;
}

.foot_nav_ul_li_a2 {
    font-size: 18px;
    color: #000;
}

.foot_logo {
    float: left;
}

.foot_logo_top {
    width: 370px;
    float: left;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
}

.foot_logo_top_title {
    margin-left: 20px;
}

.foot_logo_top_title_p1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.foot_logo_top_title_p2 {
    font-size: 12px;
    color: #000;
}

.foot_dll {
    padding-top: 25px;
    float: left;
    width: 150px;
    margin-left: 115px;
}

.foot_dll_a {
    display: block;
    color: #5e5e5e;
    font-size: 20px;
    margin-bottom: 35px;
}

.foot_about {
    float: left;
    margin-left: 110px;
    padding-top: 25px;
    width: 140px;
}

.foot_about_a {
    display: block;
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 35px;
}

.foot_contact {
    float: left;
    padding-top: 25px;
    margin-left: 140px;
    width: 365px;
}

.foot_content_p {
    color: #3b3b3b;
    font-size: 20px;
    margin-bottom: 35px;
}

.foot_content_span {
    font-size: 30px;
}

.foot_copy {
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-top: 1px solid #c9c9c9;
}

.foot_copy_p {
    text-align: center;
    width: 100%;
    height: 110px;
    font-size: 20px;
    line-height: 110px;
    color: #000;
}

.foot_copy_a {
    font-size: 20px;
    color: #000;
    margin-left: 8px;
    text-decoration: none;
}


/* 产品中心 */
/*.bannercons{
	position:relative;
}*/
.bancons {
    background-color: #00b0f0;
    width: 100%;
    height: 50px;
    line-height: 50px;
	/*<!--position:absolute;
	left:0;
	bottom:0;-->*/
}

.bancon {
    width: 1060px;
    margin: auto;
    display: flex;
}

.bancon_span {
    color: #fff;
    font-size: 18px;
}

.bancon_select {
    width: 250px;
    height: 30px;
    margin-left: 15px;
    outline: none;
}

/*.bancon_img {
    width: 30px;
    height: 28px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    border: none;
}*/
/*.select_span{
	background:url(../images/product_03.png) no-repeat center #fff;
	width: 30px;
    height: 28px;
	display:inline-block;
	}*/
.bancon_text {
    width: 500px;
    height: 30px;
    outline: none;
	background:url(../images/product_03.png) no-repeat 10px #fff;
	border:none;
}
::placeholder{
	padding-left:40px;
	}
.bancon_submit {
    width: 130px;
    height: 30px;
    background: #005aa9;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
}

.cpzx {
    width: 1400px;
    margin: auto;
	padding-bottom:100px;
}

/*.cpzx_item1 {
    height: 475px;
}*/


/*  */

.cpzx_item1_top {
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px auto 0px auto;
}

.product_bottom {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}


/* .proitem {
    display: none;
}

.prolists {
    display: none;
} */

.procase {
    display: flex;
    flex-wrap: wrap;
}

.pro_bottom_right_a {
    text-decoration: none;
    display: block;
/*    width: 455px;*/
    margin-bottom: 15px;
    margin-right: 10px;
	width:270px;
}

.pro_bottom_right_one {
    width: 100%;
}

.cpzx_item1_top_a2 {
    width: 210px;
    height: 60px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: inline-block;
}

.cpzx_item1_top_a2 {
    margin-right: 20px;
}

.cpzx_item1_top_a2:hover {
    border: 1px solid #005aa9;
    background: #00b0f0;
    color: #fff;
}

.cpzx_item1_bottom_item {
    width: 450px;
    height: 390px;
    float: left;
    margin-right: 25px;
    display: block;
}

.cpzx_item1_bottom_item:last-of-type {
    margin-right: 0px;
}

.cpzx_item1_bottom_item_content {
    height: 60px;
    background-color: #f4f4f4;
    margin-top: 10px;
    line-height: 60px;
}

.cpzx_item1_bottom_item_content_p {
    margin-left: 30px;
    display: inline-block;
    font-size: 16px;
   /* margin-right: 280px;*/
    color: #000;
	margin-right:120px;
}


/*  */

.cpzx_item2 {
    margin-top: 50px;
}

.cpzx_item2_item {
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 3px solid #f4f4f4;
}

.cpzx_item2_item_span {
    margin-right: 15px;
}

.cpzx_item2_item_p {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-right: 920px;
}


/* 产品中心2 */

ul {
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

.msgli ul li .msgtit {
    cursor: pointer;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 3px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msgli ul li .msgtit p {
    font-size: 16px;
    color: #333;
    padding-left: 25px;
    background: url(../images/product_09.png) no-repeat left center;
}

.msgli ul li .msgtit i {
    display: block;
    width: 18px;
    height: 10px;
    background: transparent url(../images/product_08.png) no-repeat right center;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.fr {
    float: left;
    display: inline;
}

.f-cd:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.f-cb {
    zoom: 1;
}

.msgli ul li .msgp {
    display: none;
    margin-top: 20px;
}

.msgli ul li .msgp table tr {
    height: 60px;
    background-color: #fff;
}

.msgli ul li .msgp table tr th .fth {
    text-align: left;
    padding-left: 20px;
}

.msgli ul li .msgp table tr th {
    background-color: #1f62b1;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    color: #fff;
	text-align:center;
}
table{
	text-align:center;
}
.msgli ul li .msgtit i.cur {
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
}

.cpzx_item1_top a.active {
    border: 1px solid #005aa9;
    background: #00b0f0;
    color: #fff;
}


/* 产品详情 */

.blk-sm {
    width: 1400px;
    margin: auto;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.page-product-detail-effect {
    width: 100%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right>h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #2077EB;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #2077EB;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: #0758b3;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #2077EB;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.product-list {
    background: #333333;
    position: relative;
    margin-top: 40px;
}

.product-list-cate {
    padding: 0 23.5px;
    background: #2077EB;
}


/* 新闻资讯 */

.xw {
    width: 1400px;
    margin: auto;
}

.xw_top {
    margin: 30px 0px;
}

.xw_top_h2 {
    text-align: center;
    font-weight: bold;
}

.xw_bottom {
    overflow: hidden;
    width: 1400px;
    margin: auto;
}

.xw_bottom_item {
    margin: 20px 0px;
}

.xw_bottom_item_a {
    width: 1380px;
    height: 210px;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    box-shadow: none;
    margin: 0px 10px;
    border: 1px solid #f1f1f1;
}

.xw_bottom_item_a:hover {
    box-shadow: 0 0 10px #e67817;
    transition: all 0.6s;
}

.xw_bottom_item_left {
    width: 110px;
    float: left;
    line-height: 210px;
    margin: 0px 30px;
}

.xw_bottom_item_left_p {
    font-size: 30px;
    color: #666;
}

.xw_bottom_item_left_span {
    font-size: 16px;
}

.xw_bottom_item_right {
    height: 100px;
    width: 1140px;
    float: left;
    margin: 38px 30px;
}

.xw_bottom_item_right_title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    width: 1120px;
    margin: auto;
}

.xw_bottom_item_right_content {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 15px;
}

.xw_bottom_item_right_p {
    float: right;
    width: 100px;
    height: 35px;
    background-color: #ebebeb;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
}

.xw_bottom_item_a:hover .xw_bottom_item_right_p {
    background-color: #e67817;
    color: #fff;
    transition: all 0.6s;
}


/* 新闻详情 */

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1605px;
    margin: 30px auto 40px;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1200px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_pre_a {
    color: #333;
    font-size: 15px;
}


/* 关于我们 */

.gywm {
    width: 1200px;
    margin: auto;
    
}
.jszclists p img{
	width:1200px;
	}
.gywm_top {
    margin-top: 30px;
}

.gywm_top_h2 {
    text-align: center;
    font-weight: bold;
}

.gywm_bottom {
    margin-top: 70px;
}

.gywm_bottom_p {
    text-indent: 2em;
    font-size: 18px;
    color: #000;
    line-height: 2.5;
}


/* 联系我们 */

.lxwm {
    width: 1400px;
    margin: auto;
    margin-bottom: 30px;
}

.lxwm_top {
    height: 60px;
    line-height: 30px;
    padding-top: 30px;
	text-align:center;
}

.lxwm_top_title {
   width: 210px;
    height: 60px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: inline-block;
	margin-right:20px;
}
.lxwm_top_title a{
	color:#000;
	}
/*.lxwm_top_title:hover {
    color: #cd0800;
    border-bottom: 5px solid #cd0800;
    padding-bottom: 10px;
}*/

.lxwm_top_content {
    display: inline-block;
    font-size: 22px;
	width: 210px;
    height: 60px;
    border: 1px solid #005aa9;
    background: #00b0f0;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
   
    font-size: 18px;
    display: inline-block;
}
.lxwm_top_content a{
	 color: #fff;
	}
/*.lxwm_top_content:hover {
    color: #cd0800;
    border-bottom: 5px solid #cd0800;
    padding-bottom: 10px;
}*/

.lxwm_bottom {
    margin-top: 50px;
}

.dizhis {
    width: 100%;
    background-color: #fafafa;
    height: 520px;
}

.dizhi {
    width: 1400px;
    margin: auto;
    padding-top: 60px;
}

.dizhi_top {
    height: 60px;
    line-height: 30px;
    text-align: center;
    width: 1400px;
    margin: auto
}

.dizhi_top_title {
    font-size: 30px;
    color: #da0000;
    margin: auto;
}

.dizhi_bottom {
    width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dizhi_item {
    width: 340px;
    height: 350px;
    background-color: #fff;
    text-align: center;
}

.dizhi_item_img {
    margin: 40px 0px;
}

.dizhi_item_title {
    color: #da0000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}

.dizhi_item_content {
    font-size: 20px;
    color: #000;
}

.wenti {
    width: 1400px;
    margin: auto;
    margin-top: 25px;
}

.wenti_top {
    height: 60px;
    line-height: 30px;
    text-align: center;
    width: 1400px;
    margin: auto
}

.wenti_top_title {
    font-size: 30px;
    color: #da0000;
    margin: auto;
}

.wenti_p {
    text-align: center;
    font-size: 20px;
}

.wenti_bottom {
    width: 1400px;
    margin: auto;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background-position: 12px;
}

.listcontactsTitle input:nth-child(5) {
    background-position: 8px;
}

.listcontactsTitle input:nth-child(6) {
    float: right;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    padding: 30px 0px;
}

.listcontactsubmit input {
    background: #fff;
    border: 0;
    width: 800px;
    height: 70px;
    font-size: 16px;
    margin: 0 5px;
    border: 1px solid #ccc;
}


/* 招聘中心 */

.zpban {
    position: relative;
}

.zpzx_bancons {
    width: 100%;
    height: 225px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.zpzx_bancon {
    width: 1400px;
    margin: auto;
}

.zpzx_bancon_h2 {
    color: #0167bd;
    font-weight: bold;
    padding-top: 40px;
}

.zpzx_bancon_p {
    margin-top: 35px;
    font-size: 18px;
    color: #000;
    line-height: 2;
}

.zpzx {
    width: 1400px;
    margin: auto;
    padding-bottom: 30px;
}

.zpzx_top {
    margin: 30px 0px;
}

.zpzx_top_h2 {
    color: #000;
    font-weight: bold;
}

.zpzx_middle {
    width: 1400px;
    background-color: #b3b3b3;
    height: 80px;
    line-height: 80px;
}

.zpzx_middle_p {
    padding: 0px 130px 0px 40px;
}

.zpzx_middle_span {
    font-size: 20px;
    color: #ffff;
    font-weight: normal;
    margin-right: 280px;
}

.zpzx_middle_span_a {
    font-size: 20px;
    color: #ffff;
    font-weight: normal;
}

.zpzx_middle_span:last-of-type {
    margin-right: 0px;
}

.zpzx_bottom_item {
    margin-top: 20px;
}

.zpzx_bottom_item_p {
    padding: 0px 125px 0px 25px;
    width: 1400px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e5e4e2
}

.zpzx_bottom_item_span {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-right: 280px;
}

.zpzx_bottom_item_span:last-of-type {
    margin-right: 0px;
}

.zpzxli ul li .zpzxtit {
    cursor: pointer;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 3px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fr {
    float: left;
    display: inline;
}

.f-cd:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.f-cb {
    zoom: 1;
}

.zpzxli ul li .zpzxp {
    display: none;
    margin-top: 20px;
}

.zpzxli ul li .zpzxp table tr {
    height: 60px;
    background-color: #fff;
}

.zpzxli ul li .zpzxp table tr th .fth {
    text-align: left;
    padding-left: 20px;
}

.zpzxli ul li .zpzxp table tr th {
    background-color: #1f62b1;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    color: #fff;
}

.zpzx_bottom_item {
    margin-top: 20px;
}

.zpzx_bottom_item_p {
    padding: 0px 80px 0px 25px;
    width: 1400px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e5e4e2
}

.zpzx_bottom_item_span {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-right: 280px;
}

.zpzx_bottom_item_span:last-of-type {
    margin-right: 0px;
}

.zpnr {
    background-color: #f6f6f6;
    width: 100%;
    padding-bottom: 30px;
}

.zpnr_item_p {
    /* padding-left: 30px; */
    padding: 30px 0px 0px 30px;
}

.zpnr_item_p_span {
    font-size: 16px;
    color: #333;
    margin-right: 30px;
}

.zpnr_item2 {
    margin-top: 30px;
    padding-left: 30px;
}

.zpnr_item2_title_p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.zpnr_item2_content_p {
    margin-top: 15px;
    font-size: 16px;
}

.zpnr_item3 {
    margin-top: 70px;
    padding-left: 30px;
}

.zpnr_item3_title_p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.zpnr_item3_content_p {
    margin-top: 15px;
    font-size: 16px;
}

.zpnr_item4 {
    margin-top: 30px;
    padding-left: 30px;
}

.zpnr_item4_title_p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.zpnr_item4_content_p {
    margin-top: 15px;
    font-size: 16px;
}

.cur {
    display: block;
}


/* 品质保证 */

.pzbz {
	padding-bottom:30px;
}

.pzbz_top_h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
}

.pzbz_item1_top {
    width: 940px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px auto 0px auto;
}

.pzbzs_bottom {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}
.pages{
	padding-top:100px;
	}

/* .pzbzitem {
    display: none;
}

.pzbzlists {
    display: none;
} */

.pzbz_item1_top_a2 {
    width: 210px;
    height: 60px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: inline-block;
}

.pzbz_item1_top_a2 {
    margin-right: 20px;
}

.pzbz_item1_bottom_item {
    width: 455px;
    height: 610px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 25px;
}

.pzbz_item1_bottom_item_img {
    width: 455px;
    height: 569px;
}

.pzbz_item1_bottom_item:last-of-type {
    margin-right: 0px;
}

.pzbz_item1_bottom_item_content {
    height: 60px;
    background-color: #f4f4f4;
    margin-top: 10px;
    line-height: 60px;
}

.pzbz_item1_bottom_item_content_p {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.pzbz_item1_top a.active {
    border: 1px solid #005aa9;
    background: #00b0f0;
    color: #fff;
}


/* 技术支持 */

.jszc {
    height: 1000px;
    width: 1400px;
    margin: auto;
}

.jszc_top_h2 {
    color: #000;
    font-weight: bold;
    text-align: center;
}


/* .jszcitem {
    display: none;
}

.jszclists {
    display: none;
} */

.jszc_item1_top {
    width: 1200px;
    margin: auto;
	text-align:center;
}

.jszc_item1_top_a2 {
    width: 210px;
    height: 60px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: inline-block;
}

.jszc_item1_top_a2 {
    margin-right: 20px;
}

.jszc_item1_top a.active {
    border: 1px solid #005aa9;
    background: #00b0f0;
    color: #fff;
}

.jszc_bottom {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
}

.jszcs_bottom {
	width:1200px;
	margin:30px auto 70px auto;
}
.jszclists span{
	font-size:18px;
	line-height:2;
}
.jszc_item1_bottom_item {
    width: 455px;
    height: 500px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 25px;
}

.jszc_item1_bottom_item_img {
    width: 455px;
    height: 420px;
}

.jszc_item1_bottom_item:last-of-type {
    margin-right: 0px;
}

.jszc_item1_bottom_item_content {
    height: 60px;
    background-color: #f4f4f4;
    margin-top: 10px;
    line-height: 60px;
}

.jszc_item1_bottom_item_content_p {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.jszclists_p {
    font-size: 18px;
    line-height: 2.5;
}


/* 采购需求 */

.cgxq {
    height: 1295px;
    width: 1400px;
    margin: auto;
}

.cgxq_top_h2 {
    color: #000;
    font-weight: bold;
    text-align: center;
}


/* .cgxqitem {
    display: none;
}

.cgxqlists {
    display: none;
} */

.cgxq_item1_top {
    width: 470px;
    margin: auto;
}

.cgxq_item1_top_a2 {
    width: 210px;
    height: 60px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: inline-block;
}

.cgxq_item1_top_a2 {
    margin-right: 20px;
}

.cgxq_item1_top a.active {
    border: 1px solid #005aa9;
    background: #00b0f0;
    color: #fff;
}

.cgxq_bottom {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
}

.cgxqs_bottom {
    margin-top: 70px;
}

.cgxq_item1_bottom_item {
    width: 455px;
    height: 500px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 25px;
}

.cgxq_item1_bottom_item_img {
    width: 455px;
    height: 420px;
}

.cgxq_item1_bottom_item:last-of-type {
    margin-right: 0px;
}

.cgxq_item1_bottom_item_content {
    height: 60px;
    background-color: #f4f4f4;
    margin-top: 10px;
    line-height: 60px;
}

.cgxq_item1_bottom_item_content_p {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.cgxqlists_item {
    width: 1400px;
    margin: auto;
    margin-top: 30px;
    height: 80px;
}

.cgxqlists_item_left {
    width: 684px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    padding: 0px 20px 0px 30px;
    float: left;
}

.cgxqlists_item_left_p {
    display: inline-block;
    margin-right: 180px;
    font-size: 18px;
    color: #000;
}

.cgxqlists_item_right {
    width: 684px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    padding: 0px 20px 0px 30px;
    float: left;
    margin-left: 30px;
}

.cgxqlists_item_right_p {
    display: inline-block;
    margin-right: 180px;
    font-size: 18px;
    color: #000;
}

.mob-head {
    display: flex;
}

.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
    background: url(../images/icon_01.png) no-repeat center;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
    width: 100%;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    padding-left: 5%;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.productbanner {
    width: 100%;
}

.productbanner_img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}