@charset "utf-8";
/* 公共样式 */
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    height: auto;
    background: #fff;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}
/* 公共标题 */
.pubTit{
    width: 100%;
    display: block;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.pubTit>.p_tit {
	width: 90%;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.pubTit img{
    width: 100%;
}
/* 头部样式 */
.head {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.head .logo{
	display: inline-block;
    width: 56%;
    height: 100%;
	line-height: 0;
}
.head .tel{
    width: 40%;
}
.head .tel>img {
	float: left;
	width: 18%;
	margin-top: 3px;
	margin-right: 2%;
}
.head .tel>div {
	float: left;
}
.head .tel p:nth-of-type(1) {
	font-size: 12px;
	color: #666;
	line-height: 1;
}
.head .tel p:nth-of-type(2) {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-top: 4px;
}
.head img{
    width: 100%;
    height: auto;
    display: block;
}
.top_nav1 {
	height: 36px;
	background: #ccc;
}
.top_nav1>a {
	float: left;
	width: 24.35%;
	text-align: center;
	background: #c80b0f;
	border-left: 1px solid #f10d14;
	border-right: 1px solid #8c070c;
	border-bottom: 1px solid #81070b;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
}
/* 轮播图样式 */
.swiper-container {
    width: 100%;
}
.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c80b0f;
}
.swiper-pagination-bullet {
    margin: 0 5px;
}

.tit {
	width: 96%;
	padding-bottom: 4px;
	border-bottom: 2px solid #c80b0f;
	margin: 20px auto 0;
}
.tit .t_name {
	float: left;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #c80b0f;
	line-height: 18px;
}
.tit .t_name>span {
	font-family: "宋体";
	font-size: 12px;
	color: #222;
	line-height: 18px;
	margin-left: 6px;
}
.tit .t_more {
	float: right;
	font-size: 13px;
	color: #777;
	line-height: 18px;
}
.tit .t_more:hover {
	text-decoration: underline;
}

.about {
    width: 100%;
	padding-bottom: 10px;
    overflow: hidden;
}
.about .a_pic {
	width: 96%;
	line-height: 0;
	margin: 12px auto 5px;
}
.about .a_pic>img {
	width: 100%;
}
.abtCon{
    width: 96%;
	font-size: 14px;
    color: #333;
    line-height: 2;
    text-align: justify;
    margin: 0 auto;
}
.abtCon a {
	font-size: 13px;
	color: #e76c10;
	line-height: 2;
}
.abtCon span, .abtCon p {
	font-size: 13px !important;
	line-height: 2;
	color: #333;
}

.venue {
	width: 100%;
	padding-bottom: 30px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.venue .v_con1, .venue .v_con2 {
	width: 96%;
	margin: 0 auto;
}
.venue .v_son {
	float: left;
	line-height: 0;
	margin-top: 12px;
}
.venue .v_son>img {
	width: 100%;
}
.venue .vs_txt>p {
	font-size: 15px;
	color: #222;
	line-height: 1;
	display: block;
	height: 16px;
	margin-top: 8px;
	overflow: hidden;
}
.venue .v_con2 .vs_txt>p {
	font-size: 12px;
	height: 13px;
}
.venue .vs_txt>a {
	display: block;
	font-size: 12px;
	color: #c80b0f;
	line-height: 1;
	margin-top: 10px;
}
.venue .v_con1 .v_son {
	width: 48%;
}
.venue .v_con1 .v_son:nth-of-type(1) {
	margin-right: 4%;
}
.venue .v_con2 .v_son {
	width: 32%;
	margin-right: 2%;
}
.venue .v_con2 .v_son:nth-of-type(3) {
	margin-right: 0;
}

.gg {
	width: 100%;
	line-height: 0;
}
.gg>img {
	width: 100%;
}

.news {
	width: 96%;
	margin: 30px auto 0;
	overflow: hidden;
}
.news .n_top {
	border-radius: 6px;
	border: 1px solid #d2d2d2;
	border-left: 0;
	overflow: hidden;
}
.news .n_top .nt_pic {
	float: left;
	width: 20%;
	line-height: 0;
}
.news .nt_pic>img {
	width: 100%;
}
.news .n_top .nt_son {
	float: right;
	width: 70%;
	margin-right: 5%;
}
.news .nt_name {
	margin-top: 6px;
}
.news .nt_name>a {
	font-size: 14px;
	font-weight: bold;
	color: #c80b0f;
	line-height: 1;
	display: block;
	height: 14px;
	overflow: hidden;
}
.news .nt_txt {
	font-size: 12px;
	color: #888;
	line-height: 18px;
	width: 100%;
	height: 36px;
	margin-top: 2px;
	overflow: hidden;
}
.news .nt_txt>a {
	font-size: 12px;
	color: #c80b0f;
	line-height: 18px;
}
.news .n_con {
	width: 100%;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.news .hd {
	border-bottom: 1px solid #cdcdcd;
}
.news .n_tit {
	float: left;
	margin-right: 15px;
}
.news .n_tit .n_name {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #c80b0f;
	line-height: 1;
	display: block;
	padding-bottom: 7px;
	position: relative;
	top: 1px;
}
.news .n_tit.on .n_name {
	color: #b20d10;
	border-bottom: 1px solid #c80b0f;
}
.news .n_more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #888;
	line-height: 18px;
}
.news .n_con .ns_con {
	margin-top: 10px;
	overflow: hidden;
}
.news .n_list {
	width: 100%;
	height: 15px;
	margin-top: 12px;
	overflow: hidden;
}
.news .n_list>img {
	float: left;
	margin-left: 2px;
	margin-right: 10px;
}
.news .n_list>a {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

/* 产品中心 */
.product{
    width: 100%;
	margin-bottom: 15px;
    overflow: hidden;
}
.product .hd {
	width: 96%;
	margin: 10px auto;
	font-size: 0;
}
.product .hd li {
	display: inline-block;
	width: 22%;
	margin-right: 3%;
	background-color: #a3a3a3;
	text-align: center;
	font-size: 12px;
	color: #fff;
    line-height: 30px;
}
.product .hd li.on {
	background-color: #c80b0f;
}

.kaifa {
	width: 100%;
	overflow: hidden;
}
.kaifa .k_con {
	width: 96%;
	margin: 0 auto;
}
.kaifa .k_son {
	float: left;
	width: 48%;
	line-height: 0;
	margin-top: 10px;
}
.kaifa .k_son:nth-of-type(2n) {
	margin-left: 4%;
}
.kaifa .k_son>img {
	width: 100%;
	height: 106px;
}
.kaifa .ks_txt {
	padding: 6px;
	border: 1px solid #b5b5b5;
}
.kaifa .ks_txt a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	display: block;
	height: 15px;
	overflow: hidden;
}
.kaifa .k_son .ks_txt>div {
	font-size: 13px;
	color: #777;
	line-height: 18px;
	width: 100%;
	height: 36px;
	margin-top: 6px;
	overflow: hidden;
}

.link {
	width: 100%;
	overflow: hidden;
}
.link_con {
	width: 96%;
	margin: 10px auto;
}
.link_con a {
	font-size: 13px;
	color: #333;
	line-height: 2;
	margin-right: 10px;
}

.liuyan {
	width: 96%;
	background: url(../images/ly_bg.png) no-repeat center;
	background-size: 100% 100%;
	margin: 6px auto 20px;
	overflow: hidden;
}
.liuyan form {
	width: 90%;
	margin: 20px auto;
}
.liuyan .input {
	float: left;
	width: 48%;
	border: 1px solid #bfbfbf;
	margin-bottom: 12px;
	font-size: 14px;
	color: #999;
	line-height: 36px;
	text-indent: 4%;
}
.liuyan .input:nth-of-type(2) {
	margin-left: 2%;
}
.liuyan textarea.input {
	line-height: 1.2;
	text-indent: 0;
	padding: 10px 2%;
	width: 95%;
	min-width: 95%;
	max-width: 95%;
	height: 90px;
	min-height: 90px;
	max-height: 90px;
}
.liuyan .button {
	display: block;
	width: 40%;
	background-color: #c80b0f;
	margin: 0 auto;
	border: 0;
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}

.foot {
	width: 100%;
	padding-top: 20px;
	background: url(../images/foot_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.foot .f_mes {
	width: 92%;
	margin: 0 auto;
}
.foot .foot_l {
	float: left;
	width: 70%;
}
.foot .foot_l p {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 24px;
}
.foot .foot_l img {
	float: left;
	width: 16px;
	position: relative;
	top: -1px;
	margin-right: 6px;
}
.foot .foot_r {
	float: right;
	width: 25%;
	line-height: 0;
}
.foot .foot_r img {
	width: 100%;
}
.foot .foot_r p {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}

/* 版权区 */
.copyright {
    width:100%;
    text-align: center;
    margin: 5% 0 55px;
	padding: 10px 0;
	border-top: 1px solid #fff;
	color: #fff;
}
.copyright a, .copyright p {
	font-size:0.8em;
	line-height: 18px;
	color: #fff;
}
/* 底部导航 */
#makeBox1{
    width: 34%;
    position: absolute;
    right: 0;
    z-index: 99;
    transition: all 0s ease 0s;
    bottom:56px;
}
#makeBox1 li {
    width:100%;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 1px solid #eee;
}
#makeBox1 li:nth-last-of-type(1) {
	border: 0;
}
#makeBox1 li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 2.5;
}

.nav {
    width: 100%;
	background: #222;
	padding: 6px 0 2px 0;
    position: fixed;
    left: 0;
    bottom: 0;
	z-index:10;
}
.nav ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nav ul li span {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-family: "微软雅黑";
    line-height: 22px;
}
/* 子页二级菜单 */
.pageH2 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #154ab0;
}
.pageNav {
    list-style-type: none;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    background: #fff;
    text-align: center;
}
.pageNav a {
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #8882a7;
    padding: 3px 5px !important;
    color: #88837a;
    font-size: 14px;
}

/*列表图片展示*/
.product-center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.product-items {
    width: 97%;
    margin: 0 auto;
}
.product-items p {
    float: left;
    width: 48%;
}
.product-items p:nth-of-type(2n) {
	margin-left: 4%;
}
.product-items p a {
	display: block;
    margin: 0 0 1%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.product-items p a span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-items p a i {
    display: block;
	height: 27px;
    text-align: center;
	background-color: #c80b0f;
    font-size: 13px;
	font-style: normal;
	color: #fff;
	line-height: 27px;
    overflow: hidden;
}

@media only screen and (max-width:320px) {
    .swiper-container {
        height: 149px;
    }
    .product-items p a span {
        height: 102px;
    }
	.kaifa .k_son>img {
		height: 94px;
	}
    .copyright {
        font-size: 0.7em;
    }
}

@media only screen and (min-width:321px) and (max-width:376px) {
    .swiper-container {
        height: 168px;
    }
	.product-items p a span {
	    height: 115px;
	}
    .copyright {
        font-size: 0.72em;
    }
}

@media only screen and (min-width:377px) {
	.swiper-container {
	    height: 193px;
	}
	.product-items p a span {
	    height: 133px;
	}
	.kaifa .k_son>img {
		height: 122px;
	}
}

/* 表单样式 */

.reset {
    background: #ada79f;
    float: right;
}

.submit {
    background: #c80b0f;
    float: left;
}

.cid6-6 input {
    width: 100px;
    height: 40px;
    border: 0px;
    color: #fff;
}

.cid6-6 {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-left: 5%;
}

.cid6-5 textarea {
    border: 1px solid #cd544b;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 92%;
    height: 160px;
    float: left;
    background: #fff;
    padding-left: 3px;
    line-height: 40px;
}

.cid6-5 {
    width: 90%;
    margin-bottom: 40px;
    height: 140px;
    margin-left: 10%;
}

.cid6-4 input {
    width: 90%;
    height: 40px;
    background: #fff;
    float: left;
    padding-left: 10px;
    border: 1px solid #cd544b;
}

.cid6-4 {
    width: 90%;
    margin-bottom: 20px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10%;
}

.cid6-3 {
    width: 90%;
    height: 340px;
    margin: 0 10px;
}

.cid6-2 {
    width: 96%;
    height: 600px;
    margin: 0 auto;
}

.cid6-1 {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #c80b0f;
    padding-top: 15px;
}

.cid6 {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 400px;
}

.foot .m_friend {
	width: 93%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}
.foot .m_friend>div {
	font-size: 15px;
	color: #333;
	text-indent: 1em;
	padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
.foot .m_friend>a {
	font-size: 13px;
	color: #333;
	margin: 0 13px;
}