﻿@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
	background: #fff;
}

a {
	text-decoration: none;
	color: #262626;
}

ul li {
	list-style: none;
}

ul {
	padding-left: 0;
	margin: 0 0
}


h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500
}


input,
textarea,
select {
	outline: none;
	font-family: "微软雅黑";
}

img {
	border: none
}
.c-phone img {
    display: block;
    border: none;
    width: 100%;
}
.c-pc .container {
	width: 1200px;
	margin: 0 auto
}
.c-pc .containert {
	
	margin: 0 auto
}
.c-pc .ctrl span {
	float: left;
	cursor: pointer;
}
.c-pc .container1 {
	width: 1000px;
	margin: 0 auto;
}

.c-pc .container2 {
	width: 840px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

/* 公共头部 */

.c-pc .logo {
	width: 310px;
	margin-left: 30px;
}

.c-pc .on a {
	color: #ce0000 !important;
}

/* .menu{
	width: 825px;
} */
/* .small{
	padding: 10px 0px;
}*/

.c-pc .large{
	padding: 20px 0px;

} 
/* .father{
	height: 86px;
} */
.c-pc .head
{
	
	position: fixed;
    background: rgba(255,255,255,0.8);
    width: 100%;
	z-index: 999;
	transition: all ease-in-out .3s;
}
.c-pc .menu li {
	color: #262626;
	float: left;
	height: 64px;
	line-height: 64px;
	width: 100px;
	text-align: center;
	font-size: 16px;
}

.c-pc .menu ul li:hover a {
	color: #ce0000;
}

.c-pc .ab {
	vertical-align: middle;
}

.c-pc .seach {
	width: 60px !important;
	position: relative;
}
.c-pc .seach .nav-form {
   width: 400px;
   position: absolute;
    right: 0;
    top:78px;
    z-index: 999;
	opacity: 0;
	border-top: 2px solid #ce0000;
	height: 74px;
	transition: all ease-in-out .3s;
	visibility: hidden;
}
.c-pc .ipt-sh{
	height: 100%;
}
.c-pc .ipt-sh input {
	padding: 0;
    width: 326px;
    height: 100%;
text-indent: 30px;
	border: none;
	display: block;
	font-size: 16px;
	color: #bfc0c0;
}
.c-pc .ipt-sosuo {
    width: 74px;
    height: 74px;
    display: block;
    z-index: 1000;  
}
.c-pc .ipt-sosuo img{
	width: 100%;
	height: 100%;
}
.c-pc .seach:hover .nav-form {
	opacity: 1;
	transition: all ease-in-out .5s;
    top:68px;
    	visibility: visible;
}
.c-pc .seacha{
	height: 100%;
}


/* 
.sc {
	width: 230px;
	text-indent: 1.5em;
	font-size: 16px;
	color: #bfc0c0;
	border: none;
}

.btn{
	background: url(../images/lanf.png)no-repeat center center #fff;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
} */

.c-pc .product_show {
	position: relative;
	background: url(../images/xjtd.png) no-repeat right -2px center;
}
.c-pc .product_show:hover{
	background: url(../images/xjt.png) no-repeat right -2px center;
	transition: all ease-in-out .3s;
}

.c-pc .xwzx {
	background: url(../images/xjtd.png) no-repeat right -2px center;
}
.c-pc .xwzx:hover{
	background: url(../images/xjt.png) no-repeat right -2px center;
	transition: all ease-in-out .3s;
}

.c-pc .show_xiala {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-top: 2px solid #ce0000;
	top:78px;
	left: 20%;
	z-index: 999;
	background: #ffffff;
	transition: all ease-in-out .5s;
}

.c-pc .show_xiala h3 {
	width: 177px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.c-pc .menu .product_show:hover .show_xiala {
	opacity: 1;
	transition: all ease-in-out .5s;
	top: 68px;
	visibility: visible;
}

.c-pc .menu .product_show .show_xiala h3:hover {
	color: #ce0000;
}
.c-pc .footer_img{
	width: 75%;
}
.c-pc .footer_img img{
	width: 100%;
	height: 300px;
}
/* banner */

.c-pc #ban .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.c-pc #ban .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.c-pc #ban .swiper-slide {
	/*background: url(../images/banner.png)no-repeat top center;*/
	height: 800px;
}

.c-pc #ban .swiper-button-next {
	background: url(../images/right.png)no-repeat;
	right: 34px;
}

.c-pc #ban .swiper-button-prev {
	background: url(../images/left.png)no-repeat;
	left: 34px;
}

.c-pc #ban .swiper-button-next,
.c-pc .swiper-button-prev {
	width: 46px;
	height: 46px;
}

.c-pc #ban .swiper-pagination-bullet {
	width: 29px;
	height: 5px;
	border-radius: 10px;
	background: #fff;
	opacity: .5;
}

.c-pc #ban .swiper-pagination-bullet-active {
	background: #ce0000;
	opacity: 1;
}

/* 数字滚动 */

.c-pc .number {
	background: url(../images/lan_bg.png) no-repeat top left;
	overflow: hidden;
	height: 256px;
}

.c-pc .roll {
	padding-top: 80px;
}

.c-pc .display li {
	position: relative;
	width: 298px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	float: left;
}

.c-pc .display li::after {
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 75px;
	right: 0;
	top: 20px;
}

.c-pc .scolling span {
	font-size: 20px;
	position: absolute;
	left: 216px;
	top: -5px;
}

.c-pc .scolling h3 {
	font-size: 65px;
	font-family: '迷你简综艺';
}

.c-pc .scolling a {
	text-align: right;
	font-size: 16px;
	color: #fff;
}

/* 首页新闻 */

.c-pc .index_news {
	background: url(../images/hs_bg.png) no-repeat top left;
	height:620px;
}

.c-pc .xinwen_on {
	background: #ce0000 !important;
	position: relative;
}
.c-pc .shuxian{
	width: 22px;
    margin-left: 68px;
}

/* .index_news::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 134px;
	background: #ce0000;
	top: 0;
	left: 425px;
} */

.c-pc .indexnew_left ul li {
	width: 160px;
	height: 46px;
	background: #525252;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	margin-top: 13px;
	text-align: center;
	line-height: 46px;
	transition: all ease-in-out .3s;
}

.c-pc .indexnew_left ul li:hover {
	background: #ce0000;
}

.c-pc .shulie {
	width: 16px;
	margin: 0 auto;
	padding: 20px 0;
}

.c-pc .fangkuai {
	width: 34px;
	height: 31px;
	margin: 0 auto;
}

.c-pc .indexnew_right {
	width: 993px;
	margin-top: 14px;
}

.c-pc .indexnew_right ul li {
	width: 440px;
	float: left;
	margin-right: 30px;
}

.c-pc .indexnew_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.c-pc .indexnew_img img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}

.c-pc .indexnew_right ul li:hover .indexnew_img img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.c-pc .indexnew_title {
	margin-top: 0px;
	margin-bottom: 20px;
}

.c-pc .indexnew_data {
	width: 83px;
	height: 83px;
	text-align: center;
	color: #fff;
	background: #ef9704;
}

.c-pc .indexnew_data h4 {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

.c-pc .index_news p {
	font-size: 16px;
}

.c-pc .index_newbiaoti {
	width: 333px;
}

.c-pc .index_newbiaoti h3 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	transition: all ease-in-out .3s;
}

.c-pc .index_newbiaoti p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	transition: all ease-in-out .3s;
}

.c-pc .indexnew_right li:hover .index_newbiaoti h3 {
	color: #ce0000;
}

.c-pc .indexnew_right li:hover .index_newbiaoti p {
	color: #ce0000;
}
.c-pc .insexnew_all{
	/* padding-top: 30px; */
    padding-bottom: 130px;
}

/* 主页新闻轮播 */

.c-pc #title .swiper-button-prev {
	display: none;
}

.c-pc #title .swiper-button-next {
	background: url(../images/ypujiantou.png) no-repeat;
	width: 50px;
	height: 50px;
	top: 22px;
}

.c-pc .anzhuang1{

	background: #f5f5f5;
	padding-top: 30px;
    padding-bottom: 20px;
}
.c-pc .container3 {
	width:94%;
	margin: 0 auto;
}
.c-pc .index_anzhuang{
	position: relative;

	text-align: center;
}
.c-pc .index_anzhuang ul li {
	width: 24%;
    transition: all ease-in-out .3s;
    cursor: pointer;
    float: left;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-top: 66px;
}
.c-pc .index_anzhuang ul li:nth-child(4n){
	margin-right: 0;
}

.c-pc .anzhuang_pic {
	width: 100%;
	height: auto;
	
}

.c-pc .anzhuang_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.c-pc .anzhuang_font {
	padding: 20px 0;
	text-align: center;
	background: #fff;
	transition: all ease-in-out .3s;
}


.c-pc .anzhuang_font h3 {
	position: relative;
	line-height: 30px;
	font-size: 22px;
	color: #333;
	transition: all ease-in-out .3s;
}
.c-pc .anzhuang_font h3::after{
	position: absolute;
	content: '';
	background: #dddddd;
	width: 86px;
	height: 1px;
	bottom: -10px;
	left: 50%;
	margin-left: -43px;

}
.c-pc .anzhuang_font p {
	font-size:16px;
	color: #666;
	padding-top: 20px;
	transition: all ease-in-out .3s;
}
.c-pc .index_anzhuang ul li:hover{
   transform: translateY(-22px);
   transition: all ease-in-out .3s;
}
.c-pc .index_anzhuang ul li:hover .anzhuang_font h3{
	color: #fff;
	transition: all ease-in-out .3s;
}
.c-pc .index_anzhuang ul li:hover .anzhuang_font p{
	color: #fff;
	transition: all ease-in-out .3s;
}
.c-pc .index_anzhuang ul li:hover .anzhuang_font {
	background: #ce0000;
}
.c-pc #anzhuang .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 10px;

}
.c-pc #anzhuang .swiper-pagination{
width: 1200px;
margin:50px auto;
position: static;
}


/* 成功案例 */
.c-pc .success{
	margin-top: 80px;
	margin-bottom: 90px;	
}
.c-pc .succ_left{
	width: 581px;


}
.c-pc .succ_right{
	width:600px;
	position: relative;
}
.c-pc .succ_right .swiper-button-prev{
	background: url("../images/s.jpg");
	width: 34px;
	height: 34px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
}
.c-pc .succ_right .swiper-button-next{
	background: url("../images/x.jpg");
	width: 34px;
	height: 34px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 44px;
}
.c-pc .anli_top{
	overflow: unset;
}
.c-pc .succ_img {
	width: 100%;	
	height: 426px;
	overflow: hidden;

}
.c-pc .succ_img img{
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}
.c-pc .success .succ_left .succ_img:hover img{
transform: scale(1.2);
transition: all ease-in-out .5s;
}
.c-pc .succ_wenzi{
	width: 100%;
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	color: #333;
	text-align: center;
	box-shadow:0px 5px 6px 0px rgba(230, 230, 230, .8);
}
.c-pc .anli_top {
	height: 449px;
	overflow: hidden;
}
.c-pc .anli_top ul li{
	width: 292px;
	height: 214px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	
}
.c-pc .anli_top ul li:hover img{
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}
.c-pc .anli_top ul li:nth-child(2n){
	margin-right: 0;
}
.c-pc .anli_top ul li img{
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}
.c-pc .anli_top ul li p{
	position: absolute;
	width: 100%;
	line-height: 35px;
	background: rgba(206, 0, 0, .65);
	font-size: 16px;
	color: #fff;
	bottom: 0;
	left: 0;
	text-align: center;
}
.c-pc .anli_bottom{
	position: relative;
	margin-top: 15px;
}
.c-pc .anniuleft ul li{
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	cursor: pointer;
}
.c-pc .anniuleft ul li img{
	width: 100%;
	height: 100%;
}
.c-pc .more_anniu{
	
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 50px;
	background: #ce0000;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.c-pc .anli_bottom::after{
	position: absolute;
	content: '';
	background: #dfdfdf;
	width: 421px;
	height: 1px;
	left: 79px;
	bottom: -16px;
}
/* 成功案例轮播 */
.c-pc #scoll_top  .swiper-container{
	height: 100% !important;
}
.c-pc .succ_right  .swiper-pagination-bullet{
	width: 34px !important;
    height: 34px !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #000;
    opacity: 0;
    /* margin: 0 0px; */
    margin-right: 10px;
}












/* 产品展示 */

.c-pc .show1 {
	padding-top: 30px;
	padding-bottom:33px;
	background: url(../images/bg1.png) no-repeat bottom left #f9f9f9;
}

.c-pc .show_title h4 {
	font-size: 34px;
	color: #333333;
	text-align: center;
}

.c-pc .show_title span {
	display: block;
	width: 136px;
	height: 36px;
	margin: 0 auto;
	    padding: 10px 0;
	background: url(../images/zs.png) no-repeat center center;
}

.c-pc .show_title p {
	color: #666;
	font-size: 16px;
	text-align: center;
}

.c-pc .show_fenlei {
	text-align: center;
	margin: 40px 0 30px 0;
}

.c-pc .show_fenlei a {
	border: 1px solid #b4b4b4;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	padding: 14px 20px;
	color: #555;
	background: #fff;
	transition: all ease-in-out .3s;
	margin: 0 2px 5px;
}

.c-pc .active {
	background: #ce0000 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.c-pc .show_fenlei a:hover {
	background: #ce0000;
	color: #fff;
	transition: all ease-in-out .3s;
	border: 1px solid #fff;
}

/* 产品展示 */

.c-pc .show_nine ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-top: 45px;
	transition: all ease-in-out .3s;
}

.c-pc .show_nine ul li:nth-child(3n) {
	margin-right: 0;
}

.c-pc .nine_pic {
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
}

.c-pc .nine_pic::after {
	position: absolute;
	content: '';
	background: url(../images/juse.png)center center;
	width: 56px;
	height: 56px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	opacity: 0;
	transition: all ease-in-out .5s;
}

.c-pc .nine_pic img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}

.c-pc .nine_title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	background: #ce0000;
	transition: all ease-in-out .5s;
}

.c-pc .show_nine ul li:hover {
	transform: translateY(-20px);
	transition: all ease-in-out .5s;
}

.c-pc .show_nine ul li:hover ::after {
	opacity: 1;
	transition: all ease-in-out .5s;
}

.c-pc .show_nine ul li:hover .nine_pic img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.c-pc .show_nine ul li:hover .nine_title {
	background: #ffa200;
	transition: all ease-in-out .5s;
}

/* 关于我们 */
/* .scoll {
    position: relative;
    padding-bottom: 0px;
    top: 0;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height:600px;
    padding-top: 0;
    overflow: hidden;

} */
.c-pc .about_us {
	padding-top: 30px;
	padding-bottom: 115px;
	background: url(../images/abbg.png) no-repeat fixed center bottom;
background-size: 100% 100%;
	
}

.c-pc .about_show {
	margin-top: 70px;
}

.c-pc .about_left {
	width: 45%;
}
/* .info{
	position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
} */
.c-pc .about_left p {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.c-pc .about_right {
	width: 50%;
}

.c-pc .more {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 225px;
	height: 54px;
	line-height: 54px;
	background: #ce0000;
	border-radius: 50px;
	text-align: center;
	float: right;
	margin-top: 60px;
}



/* 公共底部 */

.c-pc .footer {
	padding: 50px 0 30px 0;
}

.c-pc .top {
	height: 34px;
}

.c-pc .footer_all {
	height: 300px;
	margin: 25px 0;
	padding-top:15px;
	padding-bottom:15px; 
	background:url(../images/bg.jpg) repeat left top;
}

.c-pc .footer_message {
	width: 20%;
	margin-left: 54px;
	padding: 10px 0;
}

.c-pc .footer_message h3 {
	font-size: 22px;
	color: #333333;
	background: url(../images/ly.png)no-repeat left 90px center;
}

.c-pc .footer_message p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #868686;
}

.c-pc .footer_message input {
	width: 100%;
	height: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 22px;
	text-indent: 1.5em;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}

.c-pc .footer_message button {
	width: 45%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.c-pc .tj {
	background: #f8931d;
}

.c-pc .qx {
	background: #363636;
}

.c-pc .footer_nav {
	background: #2f2f2f;
	border-bottom: 1px solid #626262;
}

.c-pc .footer_nav ul li {
	width: 114px;
	float: left;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.c-pc .footer_nav ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 11px;
	background: #fff;
	right: 0;
	top: 0;
	margin-top: 30px;
}

.c-pc .lw::after {
	display: none;
}

.c-pc .footer_nav ul li a {
	color: #fff;
}

.c-pc .footer_nav {
	background: #363636;
}

.c-pc .last {
	padding: 45px 0 65px 0;
	background: #2f2f2f;
}

.c-pc .last_logo {
	position: relative;
	width: 374px;
	font-size: 14px;
	color: #bfc0c0;
}

.c-pc .last_logo p a {
	color: #bfc0c0;
}

.c-pc .last_logo::after {
	position: absolute;
	background: #626262;
	content: '';
	width: 1px;
	height: 120px;
	right: 0;
	top: 16px;
}

.c-pc .last_middle {
	width: 554px;
}

.c-pc .last_middle p {
	font-size: 16px;
	color: #bfc0c0;
	padding-left: 60px;
	margin-bottom: 20px;
}

.c-pc .last_right {
	width: 270px;
	padding-top: 10px;
}

.c-pc .point {
	float: right;
	width: 113px;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	padding: 20px 0 33px 0;
}

.c-pc .point p {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

/* 公共标题 */

.c-pc .common_title {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fafafa;
	margin-bottom: 60px;
}

.c-pc .common_title .title_left h3 {
	font-size: 22px;
	color: #262626;
}

.c-pc .common_title .title_right p {
	color: #666;
	font-size: 16px;
	background: url(../images/wz.png) no-repeat left center;
	text-indent: 2em;
}

/* 联系我们 */

.c-pc .contact_intro .intro_a h3 {
	font-size: 22px;
	color: #262626;
	margin: 24px 0;
}

.c-pc .contact_intro .intro_a p {
	color: #666;
	font-size: 16px;
	line-height: 40px;
}

.c-pc .contact_map {
	margin-top: 53px;
	margin-bottom: 80px;
}

/* 公司简介 */

.c-pc .single_nr {
	padding-bottom: 40px;
}

.c-pc .single_nr h3 {
	font-size: 22px;
	color: #262626; line-height:60px;
}

.c-pc .single_nr p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	margin-top: 0;
	text-indent: 2em;
}

/* 产品展示 */
.c-pc #showimg .swiper-button-prev{
	left: 200px !important;
	background: url(../images/l1.png)no-repeat;
	width: 35px;
	height: 72px;
}
.c-pc #showimg .swiper-button-next{
	right: 200px !important;
	background: url(../images/r1.png)no-repeat;
	width: 35px;
	height: 72px;
}



.c-pc .show_content h3 {
	font-size: 22px;
	color: #262626;
	text-align: center;
	margin-bottom: 40px;
}

.c-pc .show_all {
	width: 90%;
	margin: 0 auto;
}

.c-pc .show_lunbo {
	/* width: 50%; */
	margin: 0 auto;
}

.c-pc .xq {
	line-height: 60px;
	background: #5e5e5e;
	text-indent: 2em;
	color: #fff;
	font-size: 16px;
	margin-top: 75px;
	margin-bottom: 64px;
}

.c-pc .jieshao p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-indent: 2em;
}

.c-pc .fanhui {
	display: block;
	width: 225px;
	height: 54px;
	font-size: 16px;
	line-height: 54px;
	border-radius: 50px;
	background: #ce0000;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

/* 新闻列表 */

.c-pc .leftb {
	margin-top: 10px;
	margin-left: 14px;
}

.c-pc .goout {
	position: relative;
	bottom: 0;
	left: 14px;
	top: 430px;
}

.c-pc .goout .go1 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	background: #ce0000;
	color: #fff !important;
	margin-bottom: 20px;
}

.c-pc .bt {
	width: 165px !important;
	color: #a3afb7 !important;
	font-size: 14px !important;
	text-align: left !important;
	line-height: 24px !important;
}

.c-pc .prve {
	font-size: 16px !important;
	color: #666666 !important;
	text-align:left !important;
	border-radius: 0 !important;
	transition: all ease-in-out .5s;
}
.c-pc .prve:hover{
	background: #ce0000;
	color: #fff !important;
	text-align: center !important;
	transition: all ease-in-out .5s;
}
.c-pc .next:hover{
	background: #ce0000;
	color: #fff !important;
	text-align: center !important;
	transition: all ease-in-out .5s;
}
.c-pc .next {
	width: 120px;
	height: 34px !important;
	line-height: 34px !important;
	text-align: left !important;
	/* background: #ce0000; */
	border-radius: 0 !important;
	color: #666666;
	margin-top:42px;
	transition: all ease-in-out .5s;
}

.c-pc .list_left .leftb a {
	display: block;
	color: #666;
	font-size: 16px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	transition: all ease-in-out .3s;

}
.c-pc .list_left .leftb .gooot a{
	margin-bottom: 20px;
}
.c-pc .list_left .leftb .gooot a:hover{
	background: #ce0000;
	color: #fff;
}

.c-pc .xuanzhong {
	background: #ce0000;
	color: #fff !important;
}

.c-pc .list_right {
	width: 930px;
	margin: 0 auto;
	overflow-y: auto;
	padding: 0 20px;
}

/*滚动条样式*/

.c-pc .list_right::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.c-pc .list_right::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.c-pc .list_right::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.c-pc .list_right ul li {
	width: 450px;
	float: left;
	margin-right: 30px;
	margin-bottom: 52px;
}

.c-pc .list_right ul li:nth-child(2n) {
	margin-right: 0;
}

.c-pc .list_newtop {
	width: 100%;
	height: 225px;
	overflow: hidden;
	
}

.c-pc .list_newbo {
	margin-top: 30px;
}

.c-pc .list_newtop img {
	width: 450px;
	height: 100%;

	transition: all ease-in-out .3s;
}
.c-pc .list_right ul li:hover .list_newtop img{
	transform: scale(1.2);
	transition: all ease-in-out .3s;
}
.c-pc .list_right ul li:hover .list_newbo .newtitle h3{
	color: #ce0000;
	transition: all ease-in-out .3s;
}
.c-pc .list_right ul li:hover .list_newbo .newtitle p{
	color: #ce0000;
	transition: all ease-in-out .3s;
}


.c-pc .newdata {
	width: 87px;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 5px 0;
}

.c-pc .newdata p {
	position: relative;
	font-size: 22px;
	color: #333;
	line-height: 40px;
}

.c-pc .newdata p::after {
	position: absolute;
	content: '';
	background: #d9d9d9;
	width: 52px;
	height: 1px;
	bottom: -2px;
	left: 18px;
}

.c-pc .newdata span {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.c-pc .newtitle {
	width: 340px;
}

.c-pc .newtitle h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 40px;
	transition: all ease-in-out .3s;
}

.c-pc .newtitle p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	height: 52px;
	 overflow: hidden;
	transition: all ease-in-out .3s;
}

/* 页码 */

.c-pc .page {
	text-align: center;
	margin-bottom: 70px;
}

.c-pc .page a {
	display: inline-block;
	text-align: center;
	color: #666;
	font-size: 16px;
	width: 96px;
	height: 66px;
	line-height: 66px;
	margin: 0 auto;
}

.c-pc .page a:hover {
	background-color: #ce0000;
	color: #fff;
}


.c-pc .left_jt {
	background: url(../images/le1.png)no-repeat 100% 100%;
}

.c-pc .right_jt {
	background: url(../images/ri2.png)no-repeat 100% 100%;
}

.c-pc .pageone {
	color: #fff !important;
	background: #ffa200 !important;
}

/* 新闻内页 */

.c-pc .list_title {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.c-pc .list_show .list_title h4 {
	font-size: 22px;
	color: #262626;
	line-height: 50px;
	margin-bottom: 14px;
}

.c-pc .list_show .list_title a {
	font-size: 14px;
	color: #a3afb7;
	margin-left: 15px;
}

.c-pc .list_content {
	margin-top: 35px;
}

.c-pc .list_content p {
	text-indent: 2em;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.c-pc .list_content img {
	margin: 20px 0;
}

/* 在线留言 */

.c-pc .message_nr h3 {
	font-size: 22px;
	color: #262626;
	text-align: center;
	line-height: 60px;
}

.c-pc .message_nr p {
	font-size: 16px;
	color: #666;
	text-align: center;
}

/* 留言代码 */

.c-pc .guanyu1 {
	width: 100%;
	padding: 45px 0 90px 0;
}

.c-pc .gaunyu1-con {
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}

.c-pc .layui-form-item {
	margin-bottom: 15px;
	clear: both;
}

.c-pc .layui-form-label {
	font-size: 16px;
	float: left;
	position: relative;
	display: block;
	padding: 9px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.c-pc .layui-input-block {
	margin-left: 110px;
	position: relative;
	min-height: 36px;
}

.c-pc .layui-input {
	font-size: 16px;
	display: block;
	padding-left: 10px;
	height: 38px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	width: 792px;
}

.c-pc .layui-input-block {
	margin-left: 110px;
	min-height: 36px;
}

.c-pc .layui-textarea {
	font-size: 16px;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
	width: 792px;
}

.c-pc .layui-textarea {
	display: block;
	resize: none;
}

.c-pc .layui-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #ce0000;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	vertical-align: middle;
}

.c-pc .layui-btn+.layui-btn {
	margin-left: 10px;
}

.c-pc .layui-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555;
}
/* .show_nine{
	padding-top:60px;
} */
/* 产品展示页面 */

.c-pc .gallery_nr {
	margin-bottom: 90px;
}
/* .quanbu{
	background: #ce0000 !important;
	border:1px solid #ce0000 !important;
color: #fff !important;
}
.nav li{
	background: #fff;
	color: #555555;
	font-size: 16px;
	text-align: center;
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-right: 12px;
	border: 1px solid #b4b4b4;
	transition: all ease-in-out .5s;
}
.nav li:hover{
	background: #ce0000 !important;
	border: 1px solid #ce0000 !important;
color: #fff
}
.show_nine{
	margin-top: 25px;
}
.nav2{

}
.nav2 li{
height: 52px;
line-height: 52px;
text-align: center;
z-index: 999;
} */
.c-pc .page_info{
	text-align: center;
}

/*公共头部*/
.c-phone{ 
    max-width: 1024px; margin: 0 auto;}
.c-phone .container {
    width: 94%;
    margin: 0 auto;
}
.c-phone .header {
    position: relative;
}

.c-phone .header .logo {
    width: 78%;
    height: 70px;
}

.c-phone .header .logo img {
    width: 85%;
    margin-left: 10px; padding-top:18px;
}


.c-phone .nav_icon {
    margin-top: 25px;
    width: 41px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
}

.c-phone .nav_icon img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/**
* Navigation Defaults
*/

.c-phone .nav {
    position: fixed;
    z-index: 100;
    opacity: 0;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    top: 0;
    padding-bottom: 170px;
}

.c-phone .nav__list {
    margin: 0;
    /*padding: 10px;*/
    padding: 10px 20px 10px 52px;
}

.c-phone .nav__link {
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

/* Default navigation icon */

.c-phone .nav__trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 45px;
    top: 25px;
    z-index: 200;
}

.c-phone .nav__icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #ce0000;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .nav__icon:before,
.c-phone .nav__icon:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    background: #ce0000;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .header .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-phone .nav__icon:after {
    margin-top: 10px;
}

.c-phone .nav1 .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-phone .nav__icon {
    display: inline-block;
    position: relative;
    width: 41px;
    height: 3px;
    border-radius: 10px;
    background-color: #ce0000;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .nav__icon:before,
.c-phone .nav__icon:after {
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: #ce0000;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .nav__icon:before {
    margin-top: -10px;
}

.c-phone .nav__icon:after {
    margin-top: 10px;
}

/*其他页面的导航标志*/

.c-phone .nav__trigger2 {
    display: block;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 30px;
    top: 0px;
    z-index: 200;
}

.c-phone .header .nav--active .qtnav__icon {
    background: rgba(0, 0, 0, 0);
}

.c-phone .header .nav--active .qtnav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ce0000;
}

.c-phone .qtnav__icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .qtnav__icon:before,
.c-phone .qtnav__icon:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .header .nav--active .qtnav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ce0000;
}

.c-phone .qtnav__icon:after {
    margin-top: 10px;
}

.c-phone .nav1 .nav--active .qtnav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-phone .qtnav__icon {
    display: inline-block;
    position: relative;
    width: 41px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .qtnav__icon:before,
.c-phone .qtnav__icon:after {
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.c-phone .qtnav__icon:before {
    margin-top: -10px;
}

.c-phone .qtnav__icon:after {
    margin-top: 10px;
}

/* Don't nest if you don't have to. */

/**
* Style #1
*/

.c-phone .guanbi {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-phone .nav1 .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    max-width: 1024px;
    height: 100vh;
	    overflow-y: auto;
}

.c-phone .header .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.c-phone .header.nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-phone .header .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-phone .header .nav--active .nav {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*padding-left: 52px;*/
}

.c-phone .nav--active .nav {
    opacity: 1;
    background-color: #fff;
}

.c-phone .nav h3 {
    color: #333333;
}

.c-phone .nav__list h3 {
    font-size: 20px;
    color: #333;
    margin-top: 40px;
    text-align: left;
}

/*
.search {
    margin: 20px 60px 10px 30px;
}*/

.c-phone .input-search {
    position: relative;
    width: 454px;
    padding: 10px 20px 10px 52px;
}

.c-phone .input-search input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 200px;
}

.c-phone .input-search-btn {
    background: none;
    border: none;
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
}

.c-phone .nav h4 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    padding-left: 52px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.c-phone .nav span {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding-left: 52px;
    display: block;
        text-align: left;
}

/*banner*/
.c-phone #banner img{ width: 100%;}
.c-phone #banner .swiper-button-prev {
    background: url(../images/prev.png)no-repeat;
}

.c-phone #banner .swiper-button-next {
    background: url(../images/next.png)no-repeat;
}

.c-phone #banner .swiper-button-prev,
.c-phone #banner .swiper-button-next {
    width: 46px;
    height: 46px;
}

.c-phone #banner .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.c-phone #banner .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.c-phone #banner .swiper-pagination-bullet {
    width: 29px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    opacity: .5;
}

.c-phone #banner .swiper-pagination-bullet-active {
    background: #ce0000;
    opacity: 1;
}

/*.index_introduce_two {
    display: none;
}*/

/*公共标题*/

.c-phone .common_title {
    padding-top: 40px;
    margin-bottom: 22px;
    text-align: center;
}

.c-phone .common_title h3 {
    color: #333;
    font-size: 34px;
}

.c-phone .common_title img {
    width: 100px;
    height: 29px;
    margin: 10px auto;
}

.c-phone .common_title P {
    color: #333333;
    font-size: 14px;
}

.c-phone .index_product {
    text-align: center;
}

.c-phone .in_product_list {
    margin-bottom: 19px;
    overflow: hidden;
}

.c-phone .in_product_list ul li {
    float: left;
    width: 31%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #b4b4b4;
    margin-right: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.c-phone .in_product_list ul li a{color:#555555;}

.c-phone .in_product_list ul li:nth-child(3n) {
    margin-right: 0;
}

.c-phone .in_product_list .on {
    background: #ce0000;
    border: 1px solid #ce0000;
}
.c-phone .in_product_list .on a{

    color: #fff;
}
.c-phone .in_product_show ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.c-phone .in_product_show ul li img{ width: 100%; vertical-align: top;}
.c-phone .in_product_show ul li:nth-child(2n) {
    margin-right: 0;
}

.c-phone .nine_title {
    height: 45px;
    line-height: 45px;
    background: #ce0000;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.c-phone .more {
    padding: 15px 8%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #ce0000;
    border-radius: 50px;
    margin: 20px auto;
    border: none;
}

.c-phone .more a {
    color: #fff;
}

/*公司简介*/

.c-phone .index_about {
    text-align: center;
    background: url(../images/ab_bg.png)no-repeat top center;
}

.c-phone .index_introduce .introduce_left {
    width: 50%;
}

.c-phone .introduce_left p {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    text-indent: 2em;
        text-align: left;
}

.c-phone .index_introduce p {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

/*.introduce_right {
    width: 50%;
    margin: 0 auto;
}*/

.c-phone .introduce_right img {
    margin: 15px 0;
}
.c-phone .advert img{ width: 100%;}
/*成功案例*/

.c-phone .success_left {
    position: relative;
}

.c-phone .index_success {
    text-align: center;
}

.c-phone .success_right ul li {
    margin-bottom: 10px;
}

.c-phone .success_left p {
    position: absolute;
    width: 100%;
    line-height: 35px;
    background: rgba(0, 0, 0, .65);
    font-size: 14px;
    color: #fff;
    bottom: 0;
    left: 0;
    text-align: center;
}

.c-phone .success_right ul li {
    position: relative;
}

.c-phone .success_right ul li p {
    position: absolute;
    width: 100%;
    line-height: 35px;
    background: rgba(0, 0, 0, .65);
    font-size: 14px;
    color: #fff;
    bottom: 0;
    left: 0;
    text-align: center;
}

.c-phone .index_newslist {
    text-align: center;
    background: #f5f5f5;
}

.c-phone .newlist_detali ul li {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.c-phone .new_data {
    width: 17%;
    background: #ce0000;
    height: 85px;
}

.c-phone .new_data h3 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    padding-top: 16px;
}

.c-phone .new_data span {
    font-size: 14px;
    color: #fff;
}

.c-phone .new_title {
    width: 75%;
    text-align: left;
}

.c-phone .new_title h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ce0000;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.c-phone .new_title div {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/*footer*/
.c-phone .footer {
    background: #2f2f2f;
    position: fixed;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    bottom: 0;
    /*z-index: 999;*/
}

.c-phone .footer ul li {
    float: left;
    width: 24.7%;
    text-align: center;
    padding: 12px 0 16px 0;
    border-right: 1px solid #4d4d4d;
}

.c-phone .footer ul li:last-child {
    border: none;
}

.c-phone .footer ul li h2 {
    height: 31px;
}

.c-phone .footer ul li h3 {
    font-size: 14px;
    color: #fff;
}

.c-phone .footer ul li h2 img {
    display: block;
    margin: 0 auto;
}

/*.two_success_img {
    display: none;
}*/

.c-phone .about_two {
    display: none;
}

/*single页面*/

.c-phone .single {
    padding: 20px 0 100px 0;
}

.c-phone .nr_top {
    background: #ce0000;
    height: 70px;
    width: 100%;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.c-phone .reture {
    width: 27px;
    margin-top: 18px;
}

.c-phone .nr_title {
    width: 88%;
}

.c-phone .nr_title h3 {
    font-size: 22px;
    color: #fff;
}

.c-phone .about_title h3 {
    line-height: 64px;
    color: #262626;
    font-size: 22px;
}

.c-phone .about_title p {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    text-indent: 2em;
}

.c-phone .list {
    text-align: center;
    padding: 20px 0;
}

.c-phone .list_new {
    background: #f5f5f5;
}

/*联系我们*/

.c-phone .contact h3 {
    font-size: 22px;
    color: #262626;
    margin-bottom: 18px;
    margin-top: 15px;
}

.c-phone .contact p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.c-phone .contact img {
    width: 220px;
    height: 220px;
    margin-top: 30px;
}

.c-phone .gallery_list {
    text-align: center;
}

/*新闻资讯展示页面*/

.c-phone .list_show {
    font-size: 0px;
}

.c-phone .list_show h5 {
    font-size: 22px;
    color: #262626;
    margin-bottom: 20px;
}

.c-phone .list_show a {
    display: inline-block;
    font-size: 14px;
    color: #a3afb7;
    padding-right: 15px;
}

.c-phone .list_show a img {
    display: inline-block;
    width: 18px;
    height: 11px;
}

.c-phone .list_content p {
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 30px;
}

.c-phone .list_content {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 20px; padding-bottom:100px;
}

/*产品展示内页*/

.c-phone .show_scoll img {
    width: 82.5%;
    margin: 0 auto;
}

.c-phone .follow .swiper-button-next {
    background-image: url(../images/youc.png);
    right: 0;
}

.c-phone .follow .swiper-button-prev {
    background-image: url(../images/zuoc.png);
    left: 0;
}

.c-phone .follow .swiper-button-next,
.c-phone .follow .swiper-button-prev {
    top: 44%;
}

.c-phone .follow p {
    margin-top: 28px;
    text-align: center;
    font-size: 22px;
    color: #262626;
}

.c-phone .list_xq {
    margin-top: 43px;
}

.c-phone .list_xq h3 {
    background: #5e5e5e;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-indent: 1.5em;
    margin-bottom: 40px;
}

.c-phone .list_xq p {
    color: #666666;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}

/* ny_zb */

.c-phone .ny_zb {
    width: 505px;
    overflow: hidden;
    font-family: "微软雅黑";
    margin: 40px auto 0 auto;
    text-align: left;
}

.c-phone .ny_zbbt {
    background-color: #f1f1f1;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-top: 2px solid #b7b7b7;
}

.c-phone .ny_zbbt span {
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

/*.ny_zblb1 {
    padding: 10px 10px 20px 0px;
}*/

.c-phone .ny_zblb1>ul>li {
    line-height: 33px;
    font-size: 16px;
    color: #333;
    width: 100%;
    margin-bottom: 20px
}

.c-phone .ny_zblb1 li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.c-phone .ny_zblb1 li a.cur {
    color: #ce0000;
    background: url(../images/jian.png) no-repeat right !important;
    text-decoration: none;
}

.c-phone .ny_zblb1 li ul {
    display: none;
    color: #666;
    padding: 5px 0 5px 30px;
}

.c-phone .ny_zblb1 li ul li {
    float: none;
    background-image: none;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
}

.c-phone .ny_zblb1 li ul li a {
    display: block;
    background: url(../images/05.gif) no-repeat left;
}

.c-phone .ny_zblb1 li ul a:hover {
    color: #ce0000;
}

/*地图*/
.c-phone .map{
	margin-top: 50px;
}


/*成功案例*/
.c-phone .index_success_img {
        display: none;
    }
    
    .c-phone .success_right_two ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
            height: 126px;
    }
    .c-phone .success_right_two ul li {
        	height: 100%;
        }
    .c-phone .success_right_two ul li:nth-child(2n) {
        margin-right: 0;
    }
    .c-phone .success_right_two ul li {
        margin-bottom: 10px;
    }
    .c-phone .success_right_two ul li {
        position: relative;
    }
    .c-phone .success_right_two ul li img{ width: 100%; vertical-align: top;}
    .c-phone .success_right_two ul li p {
        position: absolute;
        width: 100%;
        line-height: 35px;
        background: rgba(0, 0, 0, .65);
        font-size: 14px;
        color: #fff;
        bottom: 0;
        left: 0;
        text-align: center;
    }
    .c-phone .success_left {
        margin-bottom: 10px;
    /*    height: 290px;*/
    }
    .c-phone .success_left img{ width: 100%; vertical-align: top;}
    .c-phone{ display: none;}
@media(max-width:1200px) {
	.c-pc .menu li{ width: 100px;}
	.c-pc .container{ width: 96%; padding-left: 2%; padding-right: 2%;}
	.c-pc .show_nine ul li{ width: calc(33.333333% - 20px);}
	.c-pc .succ_left{ width: calc(100% - 620px);}
	.c-pc .display li{ width: 25%;}
	.c-pc .indexnew_right{ width: calc(100% - 200px);}
	.c-pc .indexnew_right ul li{ width: calc(50% - 50px);}
	.c-pc .list_right{ width: calc(100% - 213px);}
	.c-pc .list_right ul li{ width: calc(50% - 30px);}
	.c-pc .last_logo{ width: 30%;}
	.c-pc .last_middle{ width: 40%;}
	.c-pc .last_right{ width: 30%;}
	.c-pc .newtitle{ width: calc(100% - 99px);}
}
@media(max-width:1024px) {
	.c-phone{ display: block;}
	.c-pc{ display: none;}
}
@media(max-width:639px) {
    
    .c-phone .index_introduce {
        display: none;
    }
    .c-phone .about_two {
        display: block;
    }
    .c-phone .introduce_left p {
        text-align: left;
    }
    /*.introduce_right {
        width: 290px;
        height: 189px;
        margin: 0 auto;
    }*/
    .c-phone .nr_title {
        width: 82%;
    }
    .c-phone .in_product_list ul li {
        margin-right: 1.9%;
    }
    
    .c-phone .new_data {
        width: 24%;
    }
    .c-phone .new_title {
        width: 70%;
    }
    .c-phone .input-search {
        width: 260px;
    }
    .c-phone .input-search input {
        height: 36px;
    }
    .c-phone .input-search-btn {
        right: 10px;
        top: 24px;
    }
    .c-phone .ny_zb {
        width: 268px;
		margin:20px 55px;
    }
    .c-phone .ny_zblb1 li a {
        text-align: left;
    }
}

/* 在线留言 */
.c-phone .title2{
    margin-top: 32px;
}
.c-phone .title2 h2{
font-size: 22px;
color: #262626;
text-align: center;
line-height: 40px;
}

.c-phone .title2 h3{
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.c-phone .meassage_a{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 180px 0;
}
.c-phone .about1-con {
    line-height: 30px;
    text-align: center;
    color: #646464;
    margin: 20px 0;
}
.c-phone .form-control {
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.c-phone .mes-area {
    min-height: 7em;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
}
.c-phone .btn-danger {
  
    background-color: #ce0000;
  border: 1px solid #ce0000;
}
.c-phone .btn-danger a{
	  color: #fff !important;
}
.c-phone .btn {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #6c6c6c;
}

.c-phone .form-group label{
    font-size: 14px;
    color: #666;
   
}
.c-phone .neirong label{
 vertical-align: top;
}

.c-phone .nav_contact{ text-align:left;padding-left: 52px; line-height:30px;}



.pub_title {
    background: url(../images/title1.png) center top no-repeat;
}
.pub_title {
    margin-top: 50px;
    text-align: center;
    padding-top: 40px;
}
.pub_title strong {
    font-size: 52px;
    color: #000;
}
.pub_title p {
    font-size: 17px;
    color: #000000;
    letter-spacing: 7px;
}

.pub_title strong span {
    color: #d30808;
}

.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
	font-size: 16px;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    /* border: 1px solid #bebebe; */
    color: #bebebe;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #c6050c none repeat scroll 0 0;
    border: 1px solid #c6050c;
    color: #ffffff;
}