* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

ol,
ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	overflow: hidden;
	clear: both;
	visibility: hidden;
	display: block;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.banner{
	position: relative;
}
.banner .swiper-slide {
	text-align: center;
	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;
	overflow: hidden;
}
.header-top{
	background: #000000;
	padding: 7px 0;
}
.header-top .leftt{
	float: left;
}
.header-top span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.header-top .rightmobile{
	float: right;
}
.header{
	padding: 15px 0;
}
.header .logo{
	float: left;
}
.header .h-nav{
	float: right;
}
.header .h-nav ul li{
	display: inline-block;
}
.header .h-nav ul li a{
	font-size: 14px;
	color: #000000;
	display: inline-block;
	padding: 30px 30px;
	border-bottom: 2px solid transparent;
}
.header .h-nav ul li a:hover{
	background: #e9e9e9;
	border-bottom: 2px solid #d32724;
}
.header .h-nav ul li a.on{
	background: #e9e9e9;
	border-bottom: 2px solid #d32724;
}
.header .search{
	float: right;
	padding-top: 20px;
}
.header .search input[type=text] {
    height: 35px;
    float: left;
    padding-left: 5px;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #727272;
    border-right: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	outline: none;
}
.header .search input[type=submit] {
    height: 35px;
    border: 1px solid #727272;
    border-left: none;
    background: url(../images/search.png) no-repeat center;
    width: 50px;
    border-radius: 0px 15px 15px 0;
    float: left;
    position: relative;
    right: 2px;
}
.index_pro{
	padding:45px 0;
}
.index_pro .title{
	text-align: center;
}
.index_pro .title p{
	font-size: 30px;
	color: #010101;
	font-family: arial;
	text-shadow: 0px 9px 1px #dedede;
}
.index_pro .title h3{
	font-size: 26px;
	color: #010101;
	margin: 15px 0;
}
.index_pro .title .line{
	width: 165px;
	height: 3px;
	background:#d32724;
	margin: 0 auto;
}
.index_pro .index_prolist{
	padding: 60px 0;
}
.index_pro .index_prolist ul{
	justify-content: space-between;
}
.index_pro .index_prolist ul li{
	width: 23%;
	background: #d1d2d6;
	height: 440px;
	position:relative;
}
.index_pro .index_prolist ul li .img img{
	width: 100%;
}
.index_pro .index_prolist ul li .plwz{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: 0;
	transition: .2s all linear;
}
.index_pro .index_prolist ul li .plwz .info{
	position:absolute;
	bottom: 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 35px;
}
.index_pro .index_prolist ul li .plwz .info p{
	color: #0a0a0a;
	font-size: 14px;
}
.index_pro .index_prolist ul li .plwz .info a{
	font-size: 14px;
	background: #3b3b3b;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	margin-top: 30px;
	transition: .2s all linear;
}
.index_pro .index_prolist ul li:hover .plwz{
	background: rgba(60,60,60,.5);
}
.index_pro .index_prolist ul li:hover .info a{
	background: #d32724;
}
.index_pro .index_prolist ul li:hover .info p{
	color: #fff;
}
.index_pro .proline{
	text-align: center;
}
.index_about{
	background: #e5e5e5;
	padding: 60px 0;
}
.index_about .leftprofile .title p{
	font-size: 30px;
	color: #010101;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.index_about .leftprofile .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 20px;
}
.index_about .leftprofile .title .line{
	width: 180px;
	height: 1px;
	background: #747474;
	position: relative;
	
}
.index_about .leftprofile .title .line::after{
	position: absolute;
	left: 0;
	top: -1px;
	content: '';
	background: #D32724;
	height: 3px;
	width: 45px;
}
.index_about .leftprofile{
	width: 48%;
	float: left;
}
.index_about .leftprofile .content{
	padding: 50px 0 0 0;
}
.index_about .leftprofile .content p{
	font-size: 14px;
	color: #000;
	line-height: 2;
}
.index_about .leftprofile .content a{
	background: #d32724;
	font-size: 14px;
	color: #f6f6f6;
	display: inline-block;
	padding: 7px 25px;
	margin-top: 80px;
}
.index_about .rightimg{
	width: 50%;
	float: right;
}
.index_about .rightimg img{
	max-width:100%;
}
.index_case{
	padding: 40px 0;
}
.index_case .index_caselist .top .title{
	float: left;
}
.index_case .index_caselist .top .title p{
	font-size: 30px;
	color: #010101;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.index_case .index_caselist .top .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 20px;
}
.index_case .index_caselist .top .title .line{
	width: 165px;
	background: #d32724;
	height: 4px;
}
.index_case .index_caselist .top .casenav{
	float: right;
	padding-top: 25px;
}
.index_case .index_caselist .top .casenav a{
	display: inline-block;
	font-size: 14px;
	color: #010101;
	padding: 7px 15px;
	margin-left: 10px;
}
.index_case .index_caselist .top .casenav a:hover{
	color: #fff;
	background: #d32724;
}
.index_case .index_caselist .top .casenav a.on{
	color: #fff;
	background: #d32724;
}
.index_case .index_caselist .casebottom .swiper-slide{
	padding: 30px 0;
	position: relative;
}
.index_case .index_caselist .casebottom .swiper-slide .info{
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(14,14,14,.8);
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 50px;
}
.index_case .index_caselist .casebottom .swiper-slide .info .eye{
	padding:100px 0 20px;
}
.index_case .index_caselist .casebottom .swiper-slide .info .title h3{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.index_case .index_caselist .casebottom .swiper-slide .info .title .line{
	width: 60px;
	height: 2px;
	background: #D32724;
	margin: 10px auto;
}
.index_case .index_caselist .casebottom .swiper-slide .info .content p{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
}
.index_case .index_caselist .casebottom .swiper-slide .info .more a{
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	border: 2px solid #D32724;
	padding: 7px 25px;
	margin-top: 65px;
	transition: .2s all linear;
}
.index_case .index_caselist .casebottom .swiper-slide .info .more a:hover{
	background: #D32724;
}
.index_adv{
	padding: 35px 0 0 0;
	background: #e5e5e5;
}
.index_adv .title{
	text-align: center;
}
.index_adv .title p{
	font-size: 30px;
	color: #010101;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.index_adv .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 20px;
}
.index_adv .title .line{
	width: 100px;
	background: #d32724;
	height: 4px;
	margin: 0 auto;
}
.index_adv .tit{
	text-align: center;
	padding: 35px 0;
}
.index_adv .tit p{
	font-size:14px;
	color: #000000;
	line-height: 2;
}
.index_adv .yuan{
	padding: 50px 0;
	position: relative;
}
.index_adv .yuan ul li{
	text-align: center;
	display: inline-block;
}
.index_adv .yuan ul li p{
	font-size:14px;
	color: #000000;
	line-height: 2;
}
.index_adv .yuan ul{
	display: flex;
	justify-content: space-around;
	position: relative;
}
.index_adv .yuan ul li img{
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.index_adv .yuan::after{
	position: absolute;
	width: 100%;
	content: '';
	height: 1px;
	border-bottom: 2px dashed #D32724;
	z-index: 0;
	top: 37%;
}
.index_new{
	padding: 40px 0;
}
.index_new .title{
	text-align: center;
	padding: 30px 0;
}
.index_new .title p{
	font-size: 30px;
	color: #010101;
	font-family: arial;
	text-shadow: 0px 9px 1px #dedede;
}
.index_new .title h3{
	font-size: 26px;
	color: #010101;
	margin: 15px 0;
}
.index_new .title .line{
	width: 165px;
	height: 3px;
	background:#d32724;
	margin: 0 auto;
}
.index_new .index_newlist .item:first-child .img{
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
.index_new .index_newlist .item:first-child{
	height: 300px;
	background: #e5e5e5;
	display: flex;
	width: 100%;
	padding: 0;
}
.index_new .index_newlist .item:first-child .info{
	padding: 60px 80px 0 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 60%;
}
.index_new .index_newlist .item:first-child .info h3{
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_new .index_newlist .item:first-child .info p{
	font-size: 14px;
	color: #010101;
	line-height: 2;
}
.index_new .index_newlist .item:first-child .info span{
	font-size: 14px;
	color: #010101;
	display: inline-block;
	margin-top: 15px;
}
.index_new .index_newlist .item{
	width: 30%;
	background: #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 35px 30px 35px;
	margin-top: 30px;
}
.index_new .index_newlist .item .info{
	padding-bottom: 15px;
}
.index_new .index_newlist .item .info h3{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_new .index_newlist .item .info p{
	font-size: 14px;
	color: #010101;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_new .index_newlist .item .img{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;
}
.index_new .index_newlist .item .more a{
	display: inline-block;
	border: 1px solid #D32724;
	padding: 5px 10px;
	color: #D32724;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
	transition: .3s all linear;
}
.index_new .index_newlist .item .more a:hover{
	background: #D32724;
	color: #fff;
	transform: translateX(10px);
}
.index_new .index_newlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_foot{
	background: url(../images/index_foot.jpg) no-repeat center;
	height: 710px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 0;
}
.index_foot .title{
	text-align: center;
}
.index_foot .title p{
	font-size: 30px;
	color: #ffffff;
	font-family: arial;
	text-shadow: 0px 9px 1px #b1afaf;
}
.index_foot .title h3{
	font-size: 26px;
	color: #fff;
	margin: 12px 0 15px;
}
.index_foot .title .line{
	width: 95px;
	height: 4px;
	background: #D32724;
	margin: 0 auto;
}
.index_foot .xinx{
	display: flex;
	justify-content: center;
	padding: 25px 0;
}
.index_foot .foot_left{
	width: 45%;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 25px;
}
.index_foot .foot_left .tit h3{
	font-size: 18px;
	color: #fff;
}
.index_foot .foot_left .tit .line{
	width: 100%;
	height: 1px;
	background: #D32724;
	margin: 10px 0;
}
.index_foot .foot_left .content p{
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}
.index_foot .foot_left .content p i{
	display: inline-block;
	width: 40px;
	vertical-align: middle;
}
.index_foot .foot_left .content p i img{
	width:30px;
}
.index_foot .foot_left .ewm{
	text-align: left;
	padding: 15px 0;
}

.index_foot .foot_left .ewm .item{
	display: inline-block;
	text-align: center;
	padding: 0 25px;
}
.index_foot .foot_left .ewm .item p{
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
}
.index_foot .foot_left .ewm .item img{
	width:102px;
}
.index_foot .foot_right{
	width: 53%;
}
.index_foot .foot_right iframe{
	width: 100%;
	height: 428px;
}
.footcopy{
	background: #000000;
	padding: 12px 0;
	text-align: center;
}
.footcopy p,.footcopy a{
	color: #fff;
	font-size: 14px;
	
}
.banner_noindex{
	background-position: center;
	height: 450px;
	background-repeat: no-repeat;
}
.cate_nav{
	box-shadow: 2px 2px 5px #eaeaea;
}
.cate_nav ul{
	text-align: center;
	font-size: 0;
}
.cate_nav ul li{
	display: inline-block;
}
.cate_nav ul li a{
	font-size: 14px;
	color: #141414;
	display: inline-block;
	padding: 20px 0;
	width: 230px;
	transition: .1s all linear;
}
.cate_nav ul li a:hover{
	background: #d32724;
	color: #fff;
}
.cate_nav ul li a.on{
	background: #d32724;
	color: #fff;
}
.company_about{
	padding: 120px 0;
}
.company_about .ab_left{
	width: 50%;
	float: left;
}
.company_about .ab_left .title p {
    font-size: 30px;
    color: #010101;
    text-shadow: 0px 9px 1px #e6e6e6;
}
.company_about .ab_left .title h3 {
    font-size: 26px;
    color: #010101;
    margin: 10px 0 20px;
}
.company_about .ab_left .title .line {
    width: 180px;
    height: 1px;
    background: #747474;
    position: relative;
}
.company_about .ab_left .title .line::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: '';
    background: #D32724;
    height: 3px;
    width: 45px;
}
.company_about .ab_left .content{
	padding: 75px 0;
}
.company_about .ab_right{
	float: right;
	width: 47%;
}
.company_about .ab_right img{
	width: 100%;
}
.company_about .ab_box{
	display: flex;
	justify-content: space-between;
}
.company_about .ab_box .item{
	width: 30%;
	text-align: center;
	background: #eeeeee;
	padding: 20px 0 0 0;
}
.company_about .ab_box .item .img{
	height: 40px;
	text-align: center;
}
.company_about .ab_box .item .img img{
	max-height: 40px;
}
.company_about .ab_box .item p{
	font-size: 14px;
	color: #000;
	margin: 20px 0;
}
.company_about .ab_box .item .line{
	width: 80%;
	height: 2px;
	background: #000;
	margin: 0 auto;
}
.n_footer{
	background: #000000;
	padding: 40px 0 30px;
	border-bottom: 1px solid #807d7d;
}

.n_footer .container{
	display: flex;
}
.n_footer .logo{
	flex: 1.5;
}
.n_footer .foot_nav{
	flex: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #696666;
}
.n_footer .xinx{
	flex: 2;
	flex-direction: column;
	    display: flex;
	    justify-content: center;
		padding: 0 0 0 40px;
}
.n_footer .wcode{
	flex: 1;
	text-align: center;
}
.n_footer .wcode img{
	width:102px;
}
.n_footer .foot_nav .tt{
	font-size: 16px;
	color: #fff;
}
.n_footer .foot_nav ul li{
	display: inline-block;
	width: 30%;
}
.n_footer .foot_nav ul{
	padding-top: 20px;
}
.n_footer .foot_nav ul li a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.n_footer .xinx p{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
}
.n_footer .wcode p{
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
}
.qiyelinian{
	padding: 120px 0 80px;
	background-color: #f8f8f8;
	background-image: url(../images/qybottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 120px;
}
.qiyelinian .le_img{
	width: 45%;
	float: left;
}
.qiyelinian .le_img img{
	max-width: 100%;
}

.qiyelinian .rig_info{
	float: right;
	width: 50%;
}
.qiyelinian .rig_info .title p {
    font-size: 30px;
    color: #010101;
    text-shadow: 0px 9px 1px #e6e6e6;
}
.qiyelinian .rig_info .title h3 {
    font-size: 26px;
    color: #010101;
    margin: 10px 0 20px;
}
.qiyelinian .rig_info .title .line {
    width: 100%;
    height: 1px;
    background: #747474;
    position: relative;
}
.qiyelinian .rig_info .title .line::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: '';
    background: #D32724;
    height: 3px;
    width: 45px;
}
.qiyelinian .rig_info .content{
	padding: 50px 0;
}
.qiyelinian .qybox{
	display: flex;
	justify-content: space-between;
}
.qiyelinian .qybox .item{
	width: 45%;
	text-align: center;
	background: #eeeeee;
	padding: 20px 0 0 0;
}
.qiyelinian .qybox .item .img{
	height: 40px;
	text-align: center;
}
.qiyelinian .qybox .item .img img{
	max-height: 40px;
}
.qiyelinian .qybox .item p{
	font-size: 14px;
	color: #000;
	margin: 20px 0;
}
.qiyelinian .qybox .item .line{
	width: 60%;
	height: 2px;
	background: #000;
	margin: 0 auto;
}
.cop_culture{
	padding: 50px 0;
	background: #f8f8f8;
}
.cop_culture .title{
	text-align: center;
}
.cop_culture .title p{
	font-size: 30px;
	color: #010101;
	font-family: arial;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.cop_culture .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 15px;
}
.cop_culture .title .line{
	width: 180px;
	height: 1px;
	background: #7e7e7e;
	margin: 0 auto;
}
.cop_culture .culture_list{
	padding: 50px 0;
}
.cop_culture .culture_list ul{
	position: relative;
}
.cop_culture .culture_list ul::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	background: #D32724;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cop_culture .culture_list ul li .info{
	width: 50%;
	
	position: relative;
}
.cop_culture .culture_list ul li .info::after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	right: -8px;
	top: 27px;
	background: url(../images/redpoint.png) no-repeat center;
}
.cop_culture .culture_list ul li:nth-child(2n) .info::after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	left: -8px;
	top: 27px;
	background: url(../images/redpoint.png) no-repeat center;
}
.cop_culture .culture_list ul li .info .img{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cop_culture .culture_list ul li .info .xx{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 50px;
}
.cop_culture .culture_list ul li:nth-child(2n+1) .info{
	text-align: left;
}
.cop_culture .culture_list ul li:nth-child(2n+1) .info .img{
	float: left;
	width: 50%;
}
.cop_culture .culture_list ul li:nth-child(2n+1) .info .img img{
	width: 95%;
}
.cop_culture .culture_list ul li:nth-child(2n) .info .img img{
	width: 95%;
}
.cop_culture .culture_list ul li:nth-child(2n) .info .img{
	text-align:right;
}
.cop_culture .culture_list ul li:nth-child(2n+1) .info .xx{
	float: right;
	text-align: right;
}
.cop_culture .culture_list ul li .info .xx .top h3{
	font-size: 16px;
	color: #010101;
	line-height: 23px;
}
.cop_culture .culture_list ul li .info .xx .top .line{
	width: 80%;
	height: 1px;
	background: #000;
}
.cop_culture .culture_list ul li .info .xx .bottom{
	text-align: left;
}
.cop_culture .culture_list ul li .info .xx .bottom p{
	font-size: 14px;
	color: #000;
	line-height: 1.8;
}
.cop_culture .culture_list ul li:nth-child(2n+1) .info .xx .top .line{
	margin: 15px 0 15px auto;
}
.cop_culture .culture_list ul li:nth-child(2n) .info{
	float: right;
}
.cop_culture .culture_list ul li:nth-child(2n) .info .img{
	float: right;
}
.cop_culture .culture_list ul li:nth-child(2n) .info .xx{
	float: left;
}
.cop_culture .culture_list ul li:nth-child(2n) .info .xx .top .line{
	margin: 15px 0 15px 0;
}
.location{
	padding: 8px 0;
	background: #e5e5e5;
	color: #4c4c4c;
	font-size: 14px;
}
.location a{
	color: #4c4c4c;
	font-size: 14px;
}
.pro_list{
	padding: 65px 0;
}
.pro_list .leftnav{
	width: 23%;
	float: left;
	border: 1px solid #d1d0d1;
}
.pro_list .leftnav .top{
	background: #d32724;
	text-align: center;
	padding: 25px 0;
}
.pro_list .leftnav .top h3{
	font-size: 24px;
	color: #fff;
}
.pro_list .leftnav .top p{
	font-size: 16px;
	color: #fff;
}
.pro_list .leftnav ul li a{
	font-size: 14px;
	color: #4c4c4c;
	display: block;
	text-align: center;
	padding: 16px 0;
	border-bottom: 1px solid #d1d0d1;
}
.pro_list .leftnav ul li a:hover{
	color: #d32724;
}
.pro_list .leftnav ul li a.on{
	color: #d32724;
}
.pro_list .rightpro{
	float: right;
	width: 75%;
}
.pro_list .rightpro ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.pro_list .rightpro ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list .rightpro ul li .img{
	overflow: hidden;
}
.pro_list .rightpro ul li .img img{
	width: 100%;
	transition: .3s all linear;
}
.pro_list .rightpro ul li:hover .img img{
	transform: scale(1.1);
}
.pro_list .rightpro ul li .info p{
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
}
.pro_list .rightpro ul li .info{
	padding: 10px 0;
	box-shadow: 2px 2px 4px #c5b8b8;
	border:1px solid #eaeaea;
}
.caselist{
	padding: 40px 0;
}
.caselist .title{
	text-align: center;
}
.caselist .title p{
	font-size: 30px;
	color: #010101;
	font-family: arial;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.caselist .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 20px;
}
.caselist .title .line{
	width: 180px;
	height: 1px;
	background: #000;
	margin: 10px auto;
}
.caselist .case{
	padding: 20px 0;
}
.caselist ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.caselist ul li:nth-child(3n){
	margin-right: 0;
}
.caselist ul li .img {
    overflow: hidden;
    border-radius: 10px;
	height:416px;
}
.caselist ul li img {
    width: 100%;
    transition: .3s all ease-in-out;
}
.caselist ul li:hover .img img{
	transform: scale(1.1);
}
.caselist ul li .desc {
    padding: 8px 0;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
}
.caselist ul li .desc p {
    color: #808080;
    font-size: 14px;
    background: url(../images/point.png) no-repeat left;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 83%;
}
.caselist ul li:hover .desc p{
	color: #7e181d;
}
.caselist ul li .desc:after {
    content: '';
    position: absolute;
    background: url(../images/jtou.png) no-repeat right center;
    right: 0;
    top: 16px;
    width: 25px;
    height: 6px;
}
.page {
    text-align: center;
    font-size: 14px;
    color: #606060;
    padding: 30px 0;
}
.page span {
    border: 1px solid #d2d2d2;
    padding: 3px 8px;
    display: inline-block;
}
.page a {
    border: 1px solid #d2d2d2;
    padding: 3px 8px;
    display: inline-block;
}
.page .on {
    background: #d32724;
    color: #fff;
}
.pro_list .nlist{
	float: right;
	width: 75%;
}
.pro_list .nlist ul li{
	overflow: hidden;
	padding: 25px;
	position: relative;
}
.pro_list .nlist ul li a{
	display: block;
}
.pro_list .nlist ul li .img{
	float: left;
	width: 35%;
}
.pro_list .nlist ul li .img img{
	width: 100%;
}
.pro_list .nlist ul li .info{
	float: right;
	width: 62%;
}
.pro_list .nlist ul li .info .top h3{
	font-size: 16px;
	color: #1c1c1c;
	display: inline-block;
	font-weight: bold;
}
.pro_list .nlist ul li .info .top span{
	float: right;
	font-size: 14px;
	color: #848484;
}
.pro_list .nlist ul li .info .content{
	padding: 25px 0;
}
.pro_list .nlist ul li .info .content p{
	font-size: 14px;
	color: #848484;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pro_list .nlist ul li .more{
	position: absolute;
	left:39%;
	bottom:30px;
}
.pro_list .nlist ul li .more span{
	background: #f2f2f2;
	font-size: 14px;
	color: #333333;
	padding: 3px 25px;
	transition: .3s all ease-in-out;
}
.pro_list .nlist ul li:hover{
	box-shadow: 3px 3px 5px #eaeaea;
	border:1px solid #eaeaea;
}
.pro_list .nlist ul li:hover .more span{
	background: #d32724;
	color: #fff;
}
.pro_list .nlist ul li:hover .info .top h3{
	color: #000;
}
.newshow .title{
	text-align: center;
	padding: 35px 0 25px 0;
}
.newshow .title h3{
	font-size: 24px;
	color: #4c4c4c;
}
.newshow .title p{
	font-size: 14px;
	color: #4c4c4c;
	padding-top: 20px;
}
.newshow .content img{
	max-width: 100%;
}
.page_next{
	text-align: center;
	padding: 30px 0;
}
.page_next a{
	border: 1px solid #848484;
	display: inline-block;
	padding: 5px 25px;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 15px;
}
.page_next a:hover{
	background: #1f1f1f;
	color: #fff;
}
.contact{
	padding: 60px 0;
}
.contact .title{
	text-align: center;
}
.contact .title p{
	font-size: 30px;
	color: #2e2e2e;
	font-family: arial;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.contact .title h3{
	font-size: 26px;
	color: #2e2e2e;
	margin: 15px 0;
}
.contact .title .line{
	width: 100px;
	height: 4px;
	background: #d32724;
	margin: 0 auto;
}
.contact .cont{
	display: flex;
	justify-content: center;
}
.contact .cont .linfo{
	width: 40%;
	background: #3e3e3e;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 45px;
}
.contact .cont .linfo .tit h3{
	font-size: 18px;
	color: #fff;
}
.contact .cont .linfo .tit .line{
	width: 100%;
	height: 1px;
	background: #D32724;
	margin: 10px 0;
}
.contact .cont .linfo .content{
	padding: 15px 0;
}
.contact .cont .linfo .content .item{
	display: flex;
	padding: 18px 0;
}
.contact .cont .linfo .content .item .img{
	width: 70px;
	display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	
}
.contact .cont .linfo .content .item .img img{
	height: 30px;
}
.contact .cont .linfo .content .item .info h3{
	font-size: 16px;
	color: #fff;
}
.contact .cont .linfo .content .item .info p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.contact .cont .linfo .content .wxc{
	display:inline-block;
	text-align:center;
}
.contact .cont .linfo .content .wxc .img img{
	width:102px;
}
.contact .cont .linfo .content .wxc p{
	font-size: 14px;
    color: #fff;
    margin-top: 7px;
}
.contact .cont{
	padding: 30px 0;
}
.contact .cont_right{
	width: 60%;
	height: 560px;
}
.contact .cont_right iframe{
	width: 100%;
	height: 100%;
}
.contact{
	padding: 50px 0;
}
.proshow{
	padding: 50px 0;
}
.proshow .title{
	text-align: center;
}
.proshow .title p{
	font-size: 30px;
	color: #2e2e2e;
	font-family: arial;
	text-shadow: 0px 9px 1px #e6e6e6;
}
.proshow .title h3{
	font-size: 26px;
	color: #010101;
	margin: 10px 0 15px;
}
.proshow .title .line{
	width: 180px;
	height: 1px;
	background: #7e7e7e;
	margin: 0 auto;
}
.proshow .proxin{
	padding: 50px 0;
}
.proshow .proxin .leftimg{
	float: left;
	width: 46%;
}
.proshow .proxin .leftimg img{
	width: 100%;
}
.proshow .proxin .rinfo{
	float: right;
	width: 52%;
}
.proshow .proxin .rinfo .tit{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.proshow .proxin .rinfo .content h3{
	font-size: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.proshow .proxin .rinfo .swip{
	width: 70%;
	position: relative;
	margin: 40px 0 0 0;
}
.proshow .proxin .rinfo .swip .swiper-slide.swiper-slide-thumb-active img{
	border:1px solid #d32724;
}
.proshow .proxin .rinfo .swip .swiper-container{
	width: 80%;
}
.proshow .proxin .rinfo .swip img{
	width: 100%;
}
.proshow .proxin .rinfo .swip .swiper-button-next{
	background: url(../images/rgo.png) no-repeat center;
	opacity: 1;
}
.proshow .proxin .rinfo .swip .swiper-button-next::after{
	content: '';
}
.proshow .proxin .rinfo .swip .swiper-button-prev{
	background: url(../images/lgo.png) no-repeat center;
	opacity: 1;
}
.proshow .proxin .rinfo .swip .swiper-button-prev::after{
	content: '';
}
.pro_tuijian{
	padding-bottom: 100px;
}
.pro_tuijian .title{
	text-align: center;
	position: relative;
	padding: 35px 0;
}
.pro_tuijian .title::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #868789;
	left: 0;
	z-index: -1;
	top: 55px;
}
.pro_tuijian .title h3{
	font-size: 26px;
	color: #010101;
	display: inline-block;
	background: #fff;
	padding: 0 30px;
}
.pro_tuijian .tuijian_list ul li{
	float: left;
	width: 24%;
	margin-right: 1.33%;
}
.pro_tuijian .tuijian_list ul li:nth-child(4n){
	margin-right: 0;
}
.pro_tuijian .tuijian_list ul li .img{
	overflow: hidden;
}
.pro_tuijian .tuijian_list ul li .img img{
	width: 100%;
	transition: .3s all linear;
}
.pro_tuijian .tuijian_list ul li:hover .img img{
	transform: scale(1.1);
}
.proline{
	text-align: center;
}
.proline img{
	max-width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 768px){
	.container{
		width: 100%;
		padding: 0 10px;
	}
	.pc{
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
	.header-top .rightmobile{
		display: none;
	}
	.header .logo img{
		height: 50px;
	}
	.header .search{
		display: none;
	}
	.header .h-nav{
		display: none;
	}
	.banner img{
		width: 100%;
	}
	.index_pro {
	    padding: 30px 0;
	}
	.index_pro .title p {
	    font-size: 20px;
	    color: #010101;
	    font-family: arial;
	    text-shadow: 0px 9px 1px #dedede;
	}
	.index_pro .title h3 {
	    font-size: 18px;
	    color: #010101;
	    margin: 10px 0;
	}
	.index_pro .title .line {
	    width: 85px;
	    height: 3px;
	    background: #d32724;
	    margin: 0 auto;
	}
	.index_pro .index_prolist {
	    padding: 30px 0;
	}
	.index_pro .index_prolist ul li {
	    width: 49%;
	    background: #d1d2d6;
	    
	    position: relative;
		height: auto;
		padding-bottom: 160px;
		margin-bottom: 2vw;
	}
	.index_pro .index_prolist ul li .plwz .info p {
	    color: #0a0a0a;
	    font-size: 12px;
	}
	.index_pro .index_prolist ul{
		flex-wrap: wrap;
	}
	.index_pro .index_prolist ul li .plwz .info {
	    position: absolute;
	    bottom: 20px;
	    width: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding-left: 20px;
	}
	.index_about {
	    background: #e5e5e5;
	    padding: 30px 0;
	}
	.index_about .leftprofile .title p {
	    font-size: 20px;
	    color: #010101;
	    text-shadow: 0px 9px 1px #e6e6e6;
	}
	.index_about .leftprofile .title h3 {
	    font-size: 18px;
	    color: #010101;
	    margin: 8px 0 15px;
	}
	.index_about .leftprofile .content {
	    padding: 30px 0 0 0;
	}
	.index_about .leftprofile .content p {
	    font-size: 13px;
	    color: #000;
	    line-height: 2;
	}
	.index_about .leftprofile .content a {
	    background: #d32724;
	    font-size: 13px;
	    color: #f6f6f6;
	    display: inline-block;
	    padding: 7px 25px;
	    margin-top: 30px;
	}
	.index_about .leftprofile {
	    width: 100%;
	    float: left;
	}
	.index_about .rightimg {
	    width: 100%;
	    float: right;
		padding-top: 15px;
	}
	.index_about .rightimg img{
	    width: 100%;
	}
	.index_case .index_caselist .casebottom .swiper-slide .info {
	    position: absolute;
	    width: 100%;
	    right: 0;
	    top: 0;
	    height: 100%;
	    background: rgba(14,14,14,.8);
	    text-align: center;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    padding: 0px 30px;
	}
	.index_case {
	    padding: 30px 0;
	}
	.index_case .index_caselist .top .title p {
	    font-size: 20px;
	    color: #010101;
	    text-shadow: 0px 9px 1px #e6e6e6;
	}
	.index_case .index_caselist .top .title h3 {
	    font-size: 18px;
	    color: #010101;
	    margin: 8px 0 15px;
	}
	.index_case .index_caselist .top .title .line {
	    width: 95px;
	    background: #d32724;
	    height: 3px;
	}
	.index_caselist{
		padding-top: 20px;
	}
	.index_case .index_caselist .top .casenav {
	    float: left;
	    padding: 25px 0;
	}
	.index_adv .title p {
	    font-size: 20px;
	    color: #010101;
	    text-shadow: 0px 9px 1px #e6e6e6;
	}
	.index_adv .title h3 {
	    font-size: 18px;
	    color: #010101;
	    margin: 8px 0 15px;
	}
	.index_adv .title .line {
	    width: 70px;
	    background: #d32724;
	    height: 3px;
	    margin: 0 auto;
	}
	.index_adv .tit {
	    text-align: center;
	    padding: 25px 0;
	}
	.index_adv .tit p {
	    font-size: 13px;
	    color: #000000;
	    line-height: 2;
	}
	.index_adv .yuan ul{
		flex-wrap: wrap;
	}
	.index_adv .yuan ul li {
	    text-align: center;
	    display: inline-block;
	    width: 49%;
		margin-bottom: 10px;
	}
	.index_adv .yuan ul li img{
		width: 60%;
		margin-bottom: 15px;
	}
	.index_adv .yuan ul li p {
	    font-size: 12px;
	    color: #000000;
	    line-height: 2;
	}
	.index_adv .yuan::after{
		border-bottom:0;
	}
	.index_adv .yuan {
	    padding: 30px 0;
	    position: relative;
	}
	.index_new .title p {
	    font-size: 20px;
	    color: #010101;
	    font-family: arial;
	    text-shadow: 0px 9px 1px #dedede;
	}
	.index_new .title h3 {
	    font-size: 18px;
	    color: #010101;
	    margin: 10px 0;
	}
	.index_new .title .line {
	    width: 105px;
	    height: 3px;
	    background: #d32724;
	    margin: 0 auto;
	}
	.index_new .index_newlist .item:first-child {
	    height: 230px;
	    background: #e5e5e5;
	    display: flex;
	    width: 100%;
	    padding: 0;
	}
	.index_new .index_newlist .item:first-child .img {
	    width: 40%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    height: 230px;
	}
	.index_new .index_newlist .item:first-child .info {
	    padding: 20px 20px 0 20px;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    width: 60%;
	}
	.index_new .index_newlist .item{
		width: 100%;
	}
	.index_foot .title p {
	    font-size: 20px;
	    color: #ffffff;
	    font-family: arial;
	    text-shadow: 0px 9px 1px #b1afaf;
	}
	.index_foot .title h3 {
	    font-size: 18px;
	    color: #fff;
	    margin: 8px 0 15px;
	}
	.index_foot .foot_left {
	    width: 100%;
	    background: rgba(0,0,0,.5);
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 25px 15px;
	}
	.index_foot {
	    background: url(../images/index_foot.jpg) no-repeat center;
	    height: auto;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 30px 0;
	}
	.header-top span {
	    font-size: 12px;
	    color: #fff;
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 5px;
	}
	.mobilemenu {
	    width: 50px;
	    height: 50px;
	    overflow: hidden;
	    position: relative;
	    top: 0;
	    z-index: 9;
		float: right;
	}
	.mobilemenu span {
		top: 25px;
	}
	
	.mobilemenu span:first-child {
		content: "";
		top: 17px;
		left: 0;
	}
	
	.mobilemenu span,
	.mobilemenu span:first-child,
	.mobilemenu span:last-child {
		left: 14px;
		position: absolute;
		background: #000;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 27px;
		height: 2px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}
	
	.mobilemenu span:last-child {
		content: "";
		top: 34px;
	}
	.navmobile {
			z-index: 99;
			background: rgba(0, 0, 0, .9);
			overflow: auto;
			margin-left: 0;
			width: 80%;
			top: 0;
			margin-left: -80%;
			height: 100%;
			position: fixed;
			transition: all .2s linear;
			z-index: 999;
		}
	
		.navmobile>.container>ul>li>a {
			color: #fff;
			width: 100%;
			float: none;
			font-size: 14px;
			text-align: center;
			padding: 15px 0;
			border-bottom: 1px solid #3d3d3e;
			display: block;
			position: relative;
		}
	
		.navmobile>.container>ul>li>a.cate:after {
			position: absolute;
			right: 10px;
			content: "+";
			top: 12px;
			font-size: 18px;
		}
	
		.navmobile>.container>ul>li>ul {
			display: none;
		}
	
		.navmobile>.container>ul>li>ul>li>a {
			font-size: 12px;
			color: #fff;
			padding: 10px 0;
			text-align: center;
			display: block;
		}
		.banner_noindex {
		    background-position: center;
		    height: 84vw;
		    background-size: 100% auto;
		    background-repeat: no-repeat;
		}
		.cate_nav ul{
			display: none;
		}
		.company_about {
		    padding: 30px 0;
		}
		.company_about .ab_left {
		    width: 100%;
		    float: left;
		}
		.company_about .ab_left .content {
		    padding: 25px 0;
		}
		.company_about .ab_left .title p {
		    font-size: 20px;
		    color: #010101;
		    text-shadow: 0px 9px 1px #e6e6e6;
		}
		.company_about .ab_left .title h3 {
		    font-size: 18px;
		    color: #010101;
		    margin: 8px 0 15px;
		}
		.company_about .ab_right{
			display: none;
		}
		.n_footer .container{
			flex-wrap: wrap;
		}
		.n_footer .logo{
			flex: 0 0 100%;
			text-align: center;
		}
		.n_footer .foot_nav{
			display: none;
		}
		.n_footer .xinx {
		    flex: 0 0 100%;
		    flex-direction: column;
		    display: flex;
		    justify-content: center;
		    padding: 15px 0;
		    text-align: center;
		}
		.pro_list .leftnav{
			display: none;
		}
		.pro_list .rightpro {
		    float: right;
		    width: 100%;
		}
		.pro_list {
		    padding: 30px 0;
		}
		.pro_list .rightpro ul li {
		    float: left;
		    width: 49%;
		    margin-right: 2%!important;
		    margin-bottom: 2vw;
		}
		.pro_list .rightpro ul li:nth-child(2n){
			margin-right: 0!important;
		}
		.pro_list .rightpro ul li .info p {
		    font-size: 13px;
		    color: #4c4c4c;
		    text-align: center;
		}
		.page {
		    text-align: center;
		    font-size: 14px;
		    color: #606060;
		    padding: 15px 0;
		}
		.caselist {
		    padding: 30px 0 0 0;
		}
		.caselist .title p {
		    font-size: 20px;
		    color: #010101;
		    font-family: arial;
		    text-shadow: 0px 9px 1px #e6e6e6;
		}
		.caselist .title h3 {
		    font-size: 18px;
		    color: #010101;
			margin: 8px 0 15px;
		}
		.caselist .title .line {
		    width: 90px;
		    height: 1px;
		    background: #000;
		    margin: 8px auto;
		}
		.caselist ul li {
		    float: left;
		    width: 49%!important;
		    margin-right: 2%!important;
		    margin-bottom: 2vw;
		}
		.caselist ul li:nth-child(2n){
			margin-right: 0!important;
		}
		.pro_list .nlist {
		    float: right;
		    width: 100%;
		}
		.pro_list .nlist ul li .img {
		    float: left;
		    width: 100%;
		}
		.pro_list .nlist ul li .info {
		    float: right;
		    width: 100%;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			padding: 10px 0;
		}
		.pro_list .nlist ul li .info .content {
		    padding: 15px 0;
		}
		.pro_list .nlist ul li .info .content p {
		    font-size: 12px;
		    color: #848484;
		    line-height: 2;
		}
		.pro_list .nlist ul li .more {
		    position: absolute;
		    left: 25px;
		    bottom: 20px;
		}
		.pro_list .nlist ul li{
			box-shadow: 2px 2px 4px #c7c7c7;
			border: 1px solid #eaeaea;
			margin-bottom: 15px;
		}
		.newshow .title h3 {
		    font-size: 18px;
		    color: #4c4c4c;
		}
		.newshow .title p {
		    font-size: 13px;
		    color: #4c4c4c;
		    padding-top: 15px;
		}
		.newshow .title {
		    text-align: center;
		    padding: 25px 0 20px 0;
		}
		.page_next {
		    text-align: center;
		    padding: 25px 0;
		}
		.page_next a {
		    border: 1px solid #848484;
		    display: inline-block;
		    padding: 5px 25px;
		    font-size: 13px;
		    color: #4c4c4c;
		    margin: 0 15px;
		}
		.contact {
		    padding: 30px 0;
		}
		.contact .title p {
		    font-size: 20px;
		    color: #2e2e2e;
		    font-family: arial;
		    text-shadow: 0px 9px 1px #e6e6e6;
		}
		.contact .title h3 {
		    font-size: 18px;
		    color: #2e2e2e;
		    margin: 10px 0;
		}
		.contact .title .line {
		    width: 80px;
		    height: 3px;
		    background: #d32724;
		    margin: 0 auto;
		}
		.contact .cont .linfo {
		    width: 100%;
		    background: #3e3e3e;
		    box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    padding: 20px 25px;
		}
		.contact .cont{
			flex-wrap: wrap;
		}
		.contact .cont_right{
			width: 100%;
			height: 100vw;
		}
		.contact .cont .linfo .content .item {
		    display: flex;
		    padding: 13px 0;
		}
		.contact .cont .linfo .content .item .info p {
		    font-size: 12px;
		    color: #fff;
		    line-height: 24px;
		}
		.contact .cont .linfo .content .item .img {
		    width: 40px;
		    display: inline-block;
		    text-align: center;
		    display: flex;
		    align-items: center;
		}
		.contact .cont .linfo .content .item .img img {
		    height: 23px;
		}
		.contact .cont .linfo .tit h3 {
		    font-size: 16px;
		    color: #fff;
		}
		.contact .cont .linfo .content .item .info h3 {
		    font-size: 14px;
		    color: #fff;
		}
		.proshow {
		    padding: 30px 0 0 0;
		}
		.proshow .title p {
		    font-size: 20px;
		    color: #2e2e2e;
		    font-family: arial;
		    text-shadow: 0px 9px 1px #e6e6e6;
		}
		.proshow .title h3 {
		    font-size: 18px;
		    color: #010101;
		    margin: 8px 0 15px;
		}
		.proshow .title .line {
		    width: 100px;
		    height: 1px;
		    background: #7e7e7e;
		    margin: 0 auto;
		}
		.proshow .proxin {
		    padding: 30px 0;
		}
		.proshow .proxin .leftimg {
		    float: left;
		    width: 100%;
		}
		.proshow .proxin .rinfo {
		    float: right;
		    width: 100%;
			padding-top: 15px;
		}
		.proshow .proxin .rinfo .tit {
		    font-size: 24px;
		    color: #000;
		    font-weight: bold;
		}
		.proshow .proxin .rinfo .content h3 {
		    font-size: 16px;
		    padding: 10px 0;
		    border-bottom: 1px solid #000;
		    margin-bottom: 14px;
		}
		.proshow .proxin .rinfo .swip {
		    width: 100%;
		    position: relative;
		    margin: 40px 0 0 0;
		}
		.pro_tuijian .title h3 {
		    font-size: 18px;
		    color: #010101;
		    display: inline-block;
		    background: #fff;
		    padding: 0 25px;
		}
		.pro_tuijian .title {
		    text-align: center;
		    position: relative;
		    padding: 20px 0;
		}
		.pro_tuijian .title::after {
		    top: 33px;
		}
		.pro_tuijian .tuijian_list ul li {
		    float: left;
		    width: 49%;
		    margin-right: 2%;
			margin-bottom: 2vw;
		}
		.pro_tuijian .tuijian_list ul li:nth-child(2n){
			margin-right: 0;
		}
		.pro_tuijian {
		    padding-bottom: 30px;
		}
		.mobilemenu.open span {
			opacity: 0;
		}
		.mobilemenu.open span:first-child {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 25px;
			opacity: 1;
		}
		.mobilemenu.open span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    opacity: 1;
}
		.caselist ul li .img {
    overflow: hidden;
    border-radius: 10px;
    height: 50vw;
}
.qiyelinian {
    padding: 30px 0 30px;
    background-color: #f8f8f8;
    background-image: url(../images/qybottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.qiyelinian .le_img {
    width: 100%;
    float: left;
	
	overflow:hidden;
	margin-bottom: 15px;
}
.qiyelinian .le_img img{
	max-width:40%;
}
.qiyelinian .rig_info {
    float: right;
    width: 100%;
}
.qiyelinian .rig_info .title p {
    font-size: 22px;
    color: #010101;
    text-shadow: 0px 9px 1px #e6e6e6;
}
.qiyelinian .rig_info .title h3 {
    font-size: 18px;
    color: #010101;
    margin: 8px 0 15px;
}
.qiyelinian .rig_info .content {
    padding: 30px 0;
}
.cop_culture .culture_list ul li .info {
    width: 100%;
    position: relative;
}
.cop_culture .culture_list ul li .info .xx {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
}
.cop_culture .culture_list ul li .info::after{
	display:none;
}
.cop_culture .culture_list ul li .info .xx .bottom p {
    font-size: 12px;
    color: #000;
    line-height: 19px;
}
.cop_culture .culture_list ul li .info .xx .top h3 {
    font-size: 14px;
    color: #010101;
    line-height: 21px;
}
.cop_culture .culture_list ul li .info .xx .top h3 {
    font-size: 13px;
    color: #010101;
    line-height: 18px;
}
.cop_culture .culture_list ul li .info .xx .top .line {
    margin: 12px 0 12px 0;
}
.cop_culture .culture_list ul li{
	padding:10px 0;
}
.cop_culture {
    padding: 20px 0;
    background: #f8f8f8;
}
.cop_culture .title p {
    font-size: 22px;
    color: #010101;
    font-family: arial;
    text-shadow: 0px 9px 1px #e6e6e6;
}
.cop_culture .title h3 {
    font-size: 18px;
    color: #010101;
    margin: 10px 0 15px;
}
.cop_culture .title .line {
    width: 45%;
    height: 1px;
    background: #7e7e7e;
    margin: 0 auto;
}
.cop_culture .culture_list {
    padding: 20px 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	.container{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 10px;
	}
	.header .h-nav ul li a {
	    font-size: 14px;
	    color: #000000;
	    display: inline-block;
	    padding: 30px 1.2vw;
	    border-bottom: 2px solid transparent;
	}
}
