body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
}

* {
    font-family: 'Microsoft YaHei';
}

ul,
li {
    list-style: none;
}

img {

    border: none;
}

input,
button {
    -webkit-appearance: none;
    border: 0;
}

/*鏍峰瓙*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.bgf {
    background: #fff;
}

.bgh {
    background: #f7f7f7;
}

.oh {
    overflow: hidden;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.pt40 {
    padding-top: 40px;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.flex_03 {
    flex: 33.333%;
    -webkit-flex: 33.333%;
    -ms-flex: 33.333%;
}

.pb50 {
    padding-bottom: 50px;
}

.bb1 {
    border-bottom: 1px solid #eee;
}

.bt1 {
    border-top: 1px solid #eee;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb20 {
    padding-bottom: 20px;
}

.bgf4 {
    background: #f5f5f5;
}

.pt75 {
    padding-top: 75px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.p0_3 {
    padding: 0 3%;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.lh40 {
    line-height: 40px;
}

.lh30 {
    line-height: 30px;
}

.lh20 {
    line-height: 20px;
}

.pt30 {
    padding-top: 30px;
}

.p10_3 {
    padding: 10px 3%;
}

.trans {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.w1200{
    width: 1200px;
    margin: auto;
}

.logo{
    /*width: 91px;*/
	width: auto;
    height: 72px;
    margin: 4px;
}
.logo img{
    display: block;
    max-width: 100%;
    height: 100%;
}
a:hover{
	color: #333;
	text-decoration: none;
}
/* .top_box{
    background: url(../../images/tbg_02.jpg) repeat-x top left;
    border-bottom: 1px solid #ddd;
} */
body{
	/* padding-top: 80px; */
}
.top_box {
	/* position: fixed;
	top: 0; */
	width: 100%;
	z-index: 9999;
	background: #23c6c8;
    /* height: 80px; */
}
.nav_box a{
    float: left;
		min-width: 100px;
    padding: 0 10px;
    font-size: 18px;
    /* color: #333333; */
    color: #fff;
    height: 88px;
	line-height: 88px;
	text-align: center;
    /* border-bottom: 2px solid #fff; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav_box .active,.nav_box a:hover{
    /* border-bottom: 2px solid #e81c1d; */
		/* background:rgba(201,47,17,1); */
		background: #18a689;
		color: #fff;
}






















/*鍔犺浇*/
.load_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -20px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
    background: #393a40;
    border-radius: 3px;
    z-index: 999999;
}

.load_box img {
    width: 20px;
    display: inline;
    vertical-align: middle;
}
.load_box span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.load {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height:30px;
    /*display: none;*/
}

.load img {
    width:18px;
    display: initial;
    vertical-align: middle;
}
.load span{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.page_box{
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
}
.page_box a{
    color: #999;
    display: inline-block;
    margin: 0 5px;
}





/* 和氏璧 */
.dis_flex{
	display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;     /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;  /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.dis_flex_c{
	display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;     /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;  /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
	flex-direction: column;
}
.flex_w{
    flex-wrap: wrap;
}
.ju_c{
	justify-content: center;
}
.ju_b{
	justify-content: space-between;
}
.ju_a{
	justify-content: space-around;
}
.aic{
	align-items: center;
}
.flex_1{
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.oh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.oh2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.oh3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.oh4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.oh5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.oh6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.div_img,.div_img1{
	overflow: hidden;
}
.div_img>div,.div_img1>div{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.div_img:hover>div{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.w100{
	width: 100%;
}

.cpointer{
	cursor: pointer;
}

.i_cy_li{
	/* width: 290px;
	max-width: 24.8%; */
	height:371px;
	background:rgba(254,254,254,1);
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius:4px;
}
.i_cy_img{
	width: 100%;
	height: 260px;
}
.i_cy_img img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 80%;
}
.i_cy_name{
	font-size: 18px;
	color: #333;
	text-align: center;
}
.go_cyxq{
	margin: 30px auto 0;
	font-size: 16px;
	color: #C92F11;
	width:97px;
	height:36px;
	border:1px solid rgba(201,47,17,1);
	border-radius:4px;
}
.go_cyxq img{
	margin-left: 5px;
}
.swiper-button-prev1{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.swiper-button-next1{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.swiper-button-prev1:focus,
.swiper-button-next1:focus{
	    outline: -0;

}
.swipera{
	margin-top: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.swiper-wrapper{
	
	
}
.swiper-pagination{
	width: 100%;
	position: relative;
	height: 50px;
}
.swiper-pagination-bullet{
	margin: 0 8px;
}
.icy_imgs{
	height: 117px;
}
.icy_imgs+.icy_imgs{
	margin-left: 20px;
}
.ixm_li{
	flex-direction: row;
	margin-top: 45px;
}
.ixm_li:nth-child(2n){
	flex-direction: row-reverse;
}
.ixm_li_img{
	max-width: 100%;
	width:455px;
	height:287px;
}
.ixm_msg{
	align-items: flex-start;
}
.ixm_smsg{
	height:287px;
	
	font-size: 14px;
	color: #333;
}
.ixm_smsg1{
	writing-mode:tb-rl;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% auto!important;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	letter-spacing: 0px;
}
.ixm_name{
	width:31px;
	min-height:110px;
	padding: 15px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:rgba(201,47,17,1);
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
}
.go_xmxq{
	font-size: 16px;
	color: #C92F11;
	width: 97px;
	height: 36px;
	border: 1px solid rgba(201,47,17,1);
	border-radius: 4px;
	align-self: flex-end;
}
.go_xmxq img{
	margin-left: 5px;
}
.show768{
		display: none;
	}
	
	
	

table{
	width: 100%;
	 border-spacing: 0;
		border-collapse: collapse;
		text-align: center;
}


.fwb_box{
	width: 100%;
}
.fwb_box img,
.fwb_box video,
.fwb_box table,
.fwb_box radius{
	max-width: 100%!important;
}
@media screen and (max-width: 768px) {
	.hide768{
		display: none!important;
	}
	.show768{
			display: block;
		}
		body{
			padding-top: 80px;
		}
		.top_box{
		    padding: 10px;
				position: fixed;
				top: 0;
				background: #fff;
				box-shadow: 0px 2px 8px 1px rgba(153, 153, 153, 0.1);
		}
		.nav_box a{
			color: #333;
		}
    .logo{
        width: 50px;
        height: 60px;
        margin: 0 5px;
				padding: 5px 0;
    }
		.index_top_tit{
			line-height: 60px;
				/* font-size: 20px; */
				font-size: 14px;
				font-weight: bold;
		}
    .logo img{
        width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
    }
    .w1200{
        width: 100%;
    }
    .top_box_p{
        display: none;
    }
    
    .sj_btn {
        display: block;
        position: absolute;
        top: 30px;
        right: 2%;
        width: 30px
    }

    .sj_btn p {
        width: 100%;
        height: 5px;
        margin-bottom: 5px;
        background: #e81c1d
    }

    .nav_box,.list_f {
        display: none;
    }

    .nav_box a {
        width: 100%;
        border-radius: 0;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
    }
    .nav_box{
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .banner,.banner_box,.info_banner,.info_banner_box{
        height: 182px;
        width: 100%;
    }
    .list_r{
        float: none;
        width: 100%;
        padding: 0 5%;
    }
    .page_box{
        font-size: 12px;
    }
   
		.footer{
			padding: 30px 0;
		}
	/* 和氏璧 */
	
	.index_news_list{
			margin-top: 15px;
			padding: 0 3%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
	.i_news_img{
		
		max-width: 100%;
		width: 100%;
	}
	.i_news_img+.i_news_img{
		margin-top: 10px;
	}
	.i_sp_box{
		padding: 10px 3%;
	}
	.H_video{
			width: 100%;
	}
	.i_sp_msg{
		width: 100%;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.i_sp_msg div,.i_sp_msg a{
		margin-top: 10px!important;
	}
	
	
	.i_cy_li{
		/* max-width: 47%;
		width: 100%; */
		height: 230px;
		margin: 5px auto;
	}
	.i_cy_img{
		height: 120px;
	}
	.go_cyxq{
		margin: 20px auto 0;
	}
	.swipera{
		margin-top: 10px;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	.swiper-wrapper{
		padding: 0;
	}
	.swiper-pagination{
		display: none;
	}
	.icy_imgs_list{
		width: 100%;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.icy_imgs{
		flex: none;
		width: 100%!important;
		height: 60px;
		margin: 5px auto;
	}
	.icy_imgs+.icy_imgs{
		margin-left: 0;
	}
	.ixm_li{
		margin-top: 20px;
		flex-direction: column!important;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ixm_li_img{
		height: 200px;
	}
	.ixm_msg{
		margin-top: 10px;
	}
	.ixm_smsg{
		max-width: 220px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.ixm_name{
		margin: 0 10px;
	}
	.go_xmxq{
		width: 36px;
		height: 97px;
		writing-mode: tb-rl;
		letter-spacing: 1;
	}
	.go_xmxq img{
		display: none;
	}
	/* .swiper-slide{
		padding: 9px 3%;
	} */
	.swiper-button-prev1,.swiper-button-next1{
		width: 30px;
		height: 30px;
		min-width: 30px!important;
	}
	.swiper-button-prev1{
		margin-left: 20px;
	}
	
	.fwb_box{
		width: 100%;
		padding: 15px;
	}
}