* {
	/*box-sizing:content-box;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}


/* Logo 字体 */
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.woff2?t=1687912747885') format('woff2'),
			 url('../fonts/iconfont.woff?t=1687912747885') format('woff'),
			 url('../fonts/iconfont.ttf?t=1687912747885') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.w80{
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*.flexslider{
	height: 560px;
}
.flexslider .slides li{
	height: 560px;
	background-size: auto 100% !important;
}*/
.flexslider .slides li img{
	display: block;
	width: 100%;
	height: 560px;
	object-fit: cover;
}

/*head*/
.top{
	display: none;
}
.top_h{
	display: none;
}
.menu{
	display: none;
}
.head{
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: transparent;
	height: 90px;
	transition: all 0.3s;
}
.head .w80{
	display: flex;
	justify-content: space-between;
}
/* .head_h{
	height: 90px;
} */
.head .logo{
	position: relative;
	display: block;
	float: left;
	margin-right: 35px;
	margin-top: 21px;
}
.head .logo img{
	display: block;
	height: 48px;
	transition: all 0.3s;
}
.head .logo .logo_w{
	opacity: 0;
}
.head .logo .logo_b{
	opacity: 1;
}
.head .logo .logo_b{
	position: absolute;
	left: 0px;
	top: 0px;
	/*opacity: 0;*/
}
.head .right{
	display: flex;
	/* text-align: right; */
}

/* .head .right{
	margin-top: 24px;
} */
.head .nav{
	float: left;
}
.head .nav li{
	position: relative;
	float: left;
}
.head .nav li>a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 90px;
	padding: 0 26px;
	transition: all 0.3s;
}

.head.bd .nav li:hover>a{
	color: #fff;
	background-color: #c40000;
}
.head .nav li:hover>a:after{
	width: 100%;
}
.head .nav li .xl{
	display: none;
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 90px;
	min-width: 100%;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	transform: translateX(-50%);
}
.head .nav li .xl a{
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	transition: all 0.3s;
}
.head .nav li .xl a:hover{
	color: #fff;
	background-color: #c40000;
}
.head .btn{
	display: flex;
	height: 100%;
	align-items: center;
}
.head .search{
	width: 60px;
	height: 100%;
	text-align: center;
	transition: all 0.3s;
}
.head .search i{
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 90px;
	cursor: pointer;
	transition: all 0.3s;
}

.head.bd .search i:hover{
	color: #c40000;
	/*background-color: #c40000;*/
}

.head .language{
	position: relative;
	
}
.head .language .language_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 90px;
	cursor: pointer;
}
.head .language .language_btn:hover i{
	color: #c40000;
}
.head .language .language_btn i{
	font-size: 20px;
	color: #000;
}
.head .language ul{
	position: absolute;
	right: 0;
	top: calc(100% + 40px);
	visibility: hidden;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #eee;
	opacity: 0;
	transition: all .3s;
}
.head .language ul li{
	position: relative;
	border-bottom: 1px solid #eee;
}
.head .language ul li a{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	width: 60px;
	text-align: center;
	transition: all .3s;
}
.head .language ul li a:hover{
	color: #c40000;
}
.head .language ul.on{
	top: calc(100% + 10px);
	visibility: visible;
	opacity: 1;
}

.search_box{
	display: none;
	position: fixed;
	z-index: 19;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 45px;
	width: 768px;
	height: 140px;
}
.search_box form{
	position: relative;
}
.search_box input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 70px 0 20px;
	font-size: 14px;
	color: #666;
}
.search_box button{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	font-size: 22px;
	border: 0px;
	cursor: pointer;
}
.search_box .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.search_box .close:after,.search_box .close:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	line-height: 20px;
	background-color: #999;
	transform: rotate(45deg);
}
.search_box .close:before{
	transform: rotate(-45deg);
}
.search_bg{
	display: none;
	position: fixed;
	z-index: 18;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.head.bd{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.head.bd .logo .logo_w{
	opacity: 0;
}
.head.bd .logo .logo_b{
	opacity: 1;
}
.head.bd .nav li>a{
	color: #000;
}
.head.bd .search i{
	color: #000;
}


/*index*/
/* .index_bg{
	background-color: #f5f5f5;
} */

.banner img{
	display: block;
}
.banner img.w_img{
	display: none;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 0.8;
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #c40000;
}


.intl{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.intl h3{
	position: relative;
	 margin-bottom: 10px; 
	font-size: 34px;
	color: #c40000;
	font-weight: bold;
}
.intl h5{
	font-size: 32px;
	color: #ddd;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.intl span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #B82B51;
	margin: 0 auto 20px;
}
.intl p{
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin-bottom: 20px;
}

.inpro{
	position: relative;
	margin: 100px auto;
}
.inpro font.stl{
    position: absolute;
    top: -40px;
    left: 0px;
    font-size: 108px;
    line-height: 108px;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 2px #0054A7;
    opacity: 0.05;
}
.inpro .w80{
	position: relative;
	padding-left: 380px;
	min-height: 350px;
}
.inpro .left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	float: none;
}
.inpro .left .intl{
	text-align: left;
	margin-bottom: 40px;
}
.inpro .left .intl p{
	text-align: justify;
}
.inpro .left .intl span{
	margin: 0 0 10px;
}
.inpro .left .inpro_nav li{
	margin-bottom: 15px;
}
.inpro .left .inpro_nav li a{
	position: relative;
	display: inline-block;
	color: #333;
	/* width: 140px; */
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding-left: 10px;
	transition: all 0.3s;
}
.inpro .left .inpro_nav li a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 3px;
	height: 100%;
	background-color: #c40000;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.inpro .left .inpro_nav li a:hover{
	padding-left: 15px;
	color: #c40000;
}
.inpro .left a.more{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 120px;
	line-height: 32px;
	color: #fff;
	background-color: #999;
	text-align: center;
	transition: all 0.3s;
}
.inpro .left a.more:hover{
	background-color: #c40000;
}
.inpro .content{
	position: relative;
}
.inpro .content li a{
	display: block;
}
.inpro .content li img{
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
.inpro .content li h3{
	position: relative;
	font-size: 16px;
	line-height: 48px;
	color: #333;
	text-align: center;
	background-color: #f5f5f5;
	transition: all 0.3s;
	overflow-x: clip;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.inpro .content li h3:after{
	content: "";
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 3px;
	background-color: #c24040;
	transition: all 0.3s;
}
.inpro .content li a:hover h3:after{
	width: 100%;
}
/*.inpro .content .inpro_prev,.inpro .content .inpro_next{
	position: absolute;
	left: -50px;
	bottom: 0px;
	font-size: 24px;
}
.inpro .content .inpro_prev{
	left: -100px;
	transform: rotate(180deg);
}*/
.inpro .content .swiper-pagination{
	position: absolute;
	left: -114px;
	bottom: 0px;
}
.inpro .content .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
.inpro .content .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #c40000;
}


.inabout{
	padding: 100px 0 80px;
	background: url(../images/inabout_bg.jpg) no-repeat center;
	background-attachment: fixed;
}
/* .inabout .w80{
	display: flex;
	justify-content: space-between;
} */
.inabout .text{
	float: right;
	width: 48%;
	padding-top: 50px;
}
.inabout .text h3{
	font-size: 36px;
	line-height: 42px;
	color: #333;
	margin-bottom: 10px;
}
.inabout .text h5{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 10px;
}
.inabout .text span{
	display: block;
	height: 12px;
	position: relative;
	margin-bottom: 20px;
}
.inabout .text span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	width: 8px;
	height: 8px;
	background-color: #c40000;
	transform: rotate(45deg);
}
.inabout .text span:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 20px;
	width: 340px;
	height: 1px;
	background-color: #ccc;
}
.inabout .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.inabout .text a{
	display: block;
	width: 120px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	background-color: #c40000;
	text-align: center;
	transition: all 0.3s;
}
.inabout .text a:hover{
	box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}
.inabout .img{
	float: left;
	width: 48%;
	height: 440px;
	overflow: hidden;
	box-shadow: -10px -10px 0px rgba(0,0,0,0.1);
}
.inabout .img img{
	display: block;
	height: 100%;
	object-fit: cover;
}

.incase{
	padding: 100px 0 0px;
	overflow-x: hidden;
}
.incase .intl{
	margin-bottom: 60px;
}
.incase .intl h3{
	color: #333;
	margin-bottom: 25px;
}
.incase .intl h5{
	position: absolute;
	z-index: -1;
	bottom: 25px;
	left: 50%;
	font-size: 81px;
	line-height: 72px;
	color: #eee;
	transform: translateX(-50%);
	margin-bottom: 0px;
	font-family: arial;
	opacity: 0.5;
}
.incase .intl span{
	position: relative;
	width: auto;
	background-color: transparent;
}
.incase .intl span:after{
	position: absolute;
	z-index: 0;
	content: "";
	left: 0px;
	top: 2px;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.incase .intl span:before{
	position: absolute;
	z-index: 1;
	content: "";
	left: 50%;
	top: 0px;
	width: 80px;
	height: 5px;
	background-color: #c40000;
	transform: translateX(-50%);
}
.incase .content li{
	position: relative;
	float: left;
	width: 33.33%;
	background-color: #000;
}
.incase .content li img{
	display: block;
	opacity: 0.8;
	transition: all 0.3s;
}
.incase .content li h3{
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
}
.incase .content li:hover img{
	opacity: 0.6;
}
.incase .content li:hover h3{
	bottom: 30px;
}

.inbq{
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
	margin-bottom: 140px;
}
.inbq ul{
	font-size: 0px;
}
.inbq li{
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 60px 0 60px 4%;
}
.inbq li:after{
	position: absolute;
	content: "";
	right: 0px;
	top: 50%;
	width: 1px;
	height:80%;
	background-color: #ddd;
	transform: translateY(-50%);
	box-shadow: 1px 0px 1px rgba(200,200,200,0.3);
}
/*.inbq li:before{
	position: absolute;
	content: "";
	right: -1px;
	top: 50%;
	width: 1px;
	height:80%;
	background-color: #ccc;
	transform: translateY(-50%);
}*/
.inbq li:last-child:after{
	display: none;
}
.inbq li .iconfont{
	position: absolute;
	left: 16%;
	font-size: 48px;
	color: #c40000;
}
.inbq li .text{
	padding-left: 60px;
}
.inbq li .text h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.inbq li .text p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
}


.innews{
	padding: 0 0 80px;
	background: url(../images/innews_bg.png) no-repeat center bottom;
}
.innews .intl{
	margin-bottom: 50px;
}
.innews .intl h3{
	color: #333;
	margin-bottom: 5px;
}
.innews .intl h5{
    position: absolute;
    top: -60px;
    left: 50%;
    font-size: 108px;
    line-height: 108px;
    color: transparent;
    font-weight: bold;
    transform: translateX(-50%);
    -webkit-text-stroke: 2px #0045c4;
    opacity: 0.05;
}
.innews .intl p{
	color: #666;
}
.innews .content .swiper-container{
	padding: 10px 0;
}
.innews .content li a{
	display: block;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #eee;
}
.innews .content li .img{
	margin-bottom: 20px;
	overflow: hidden;
}
.innews .content li img{
	display: block;
	transition: all 0.3s;
}
.innews .content li h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.innews .content li p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.innews .content li span{
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.innews .content li a:hover img{
	transform: scale(1.05);
}
.innews .content li a:hover h3{
	color: #c40000;
}





















.foot{
	background-color: #333;
	padding-top: 80px;
}
.foot .foot1{
	position: relative;
	padding: 0px 180px 0px 760px;
	margin-bottom: 50px;
}
.foot .foot_sx:after{
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #666;
}
.foot .foot_sx:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: -2px;
	top: 5%;
	width: 5px;
	height: 40px;
	background-color: #c40000;
}
.foot .foot_code{
	position: absolute;
	top: 00px;
	right: 0px;
	width: 180px;
	height: 100%;
	padding: 0px 0 0 40px;
}

.foot .foot_code h5{
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.foot .foot_code img{
	display: block;
	width: 100%;
}
.foot .foot_contact{
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 40px;
	height: 100%;
	max-width: 740px;
}
.foot .foot_contact p{
	display: inline-block;
	font-size: 14px;
	color: #aaa;
	line-height: 32px;
	vertical-align: top;
}
.foot .foot_contact p:first-child{
	margin-right: 20px;
}
.foot .foot_nav{
	position: relative;
	padding: 0 80px;
	min-height: 180px;
	white-space: nowrap;
}
.foot .foot_nav li{
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
.foot .foot_nav li h3{
	font-size: 18px;
	color: #ddd;
}
.foot .foot_nav li h5{
	font-size: 16px;
	color: #ccc;
}
.foot .foot_nav li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.foot .foot_nav li dl{
	margin-top: 20px;
}
.foot .foot_nav li dd a{
	font-size: 14px;
	line-height: 24px;
	color: #9a9fa6;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.foot .foot_nav li dd a:hover{
	color: #fff;
}

/* .foot2{
	background-color: #ededed;
} */
.foot2 .w80{
	padding: 12px 0;
	border-top: 1px solid #666;
}
.foot2 p{
	font-size: 14px;
	line-height: 24px;
	color: #aaa;
}
.foot2 p img{
	vertical-align: text-top;
	line-height: 24px;
	margin-right: 2px;
}
.foot2 a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #aaa;
	transition: all 0.3s;
}
.foot2 a:hover{
	color: #fff;
}


















/*tap*/


.page_ban{
	height: 400px;
	padding-top: 180px;
}
.page_ban .w80 h3{
	font-size: 30px;
	color: #fff;
}
.page_ban .w80 h4{
	font-size: 50px;
	font-weight: bold;
	font-family: "arial";
	color: #fff;
	text-transform: uppercase;
}

.page_nav{
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.page_nav ul{
	float: left;
}
.page_nav ul li{
	float: left;
}
.page_nav ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	height: 70px;
	padding: 0 30px;
}
.page_nav ul li a:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 2px;
	width: 0px;
	background-color: #c40000;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.page_nav ul li a:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 15px;
	background-color: #ccc;
	transform: translateY(-50%);
}
.page_nav ul li:last-child a:after{
	display: none;
}
.page_nav ul li a:hover{
	color: #c40000;
}
.page_nav ul li a:hover:before{
	width: 80%;
}

.page_nav .location{
	float: right;  
}
.page_nav .location p{
	font-size: 16px;
	line-height: 70px;
	height: 70px;
}
.page_nav .location a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	font-family: "iconfont" !important;
}
.page_nav .location span{
	margin: 0 10px;
	color: #666;
}
.page_nav .location a:hover{
	color: #c40000;
}

/*about*/

.about{
	margin-bottom: 80px;
}
.about p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin-bottom: 5px;
}
.about table{
	max-width: 100%;
	border: 1px solid #ccc !important;
	border-top: 0px;
	border-collapse:collapse;
}
.about table tr td{
	border: 1px solid #ccc !important;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
}
.about table.bg1{
	border: 0px !important;
}
.about table.bg1 tr td{
	font-size: 16px;
	line-height: 42px;
	color: #333;
	font-weight: bold;
	border: 1px solid #666 !important;
}
.about table.bg1 tr.yc td{
	border: 0px !important;
}
.about table.bg2{
	white-space: nowrap;
	border: 0px !important;
}
.about table.bg2 tr td{
	border: 0px !important;
	padding: 0 2px;
}




/*newslist*/
/* .newsli_bg{
	background-color: #f5f5f5;
} */
.newsli{
	padding: 0 40px;
	margin-bottom: 80px;
}
.newsli li{
	margin-bottom: 40px;
}
.newsli li a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 20px;
	height: 270px;
	background-color: #f5f5f5;
}
.newsli li a .img{
	position: relative;
	/*float: left;*/
	width: 25%;
}
.newsli li a .img img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.newsli li a .text{
	position: relative;
	width: 72%;
}
.newsli li a .text h3{
	font-size: 24px;
	margin: 15px 0;
	color: #333;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsli li a .text p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin: 25px 0;
}
.newsli li a .text span{
	position: absolute;
	display: block;
	bottom: 10px;
	left: 0px;
	color: #999;
}
.newsli li a:hover .text h3{
	color: #c40000
}

/*news*/

.news .news_tl{
	text-align: center;
	margin-bottom: 60px;
}
.news .news_tl h3{
	font-size: 24px;
	color: #222;
	margin-bottom: 15px;
}
.news .news_tl span{
	display: block;
	font-size: 14px;
	color: #999;
}
.news .news_con{
	margin-bottom: 60px;
}
.news .news_con p{
	color: #777;
	font-size: 14px;
	line-height: 28px;
}
.news .news_con table{
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0px;
	border-collapse:collapse;
}
.news .news_con table tr td{
	border: 1px solid #ccc;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
}
.news .news_tj{
	margin-bottom: 110px;
}
.news .news_tj li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
	margin-right: 0px;
}

.news .news_tj li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
	margin-right: 0px;
}
.news .news_tj li a{
	display: block;
	border: 3px solid #fff;
	transition: all 0.3s;
}
.news .news_tj li img{
	display: block;
	background-color: #ddd;
	width: 100%;
}
.news .news_tj li .text{
	padding: 20px 15px;
}
.news .news_tj li .text h3{
	font-size: 18px;
	line-height: 30px;
	color: #222;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .news_tj li .text font{
	display: block;
	width: 12px;
	height: 2px;
	background-color: #666;
	margin: 5px 0;
}
.news .news_tj li .text span{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777;
	margin-bottom: 5px;
	font-family: "arial";
}
.news .news_tj li .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777;
}
.news .news_tj li a:hover{
	border: 3px solid #2772db;
}
.news .fy{
	border-top: 1px solid #ccc;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 50px;
}
.news .fy p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.news .fy a{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.news .fy a:hover{
	color: #c40000;
}


/*photo*/

.photoli{
	margin-bottom: 120px;
}
.photoli h3{
	font-size: 30px;
	margin-bottom: 40px;
	color: #222;
}
.photoli li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}
.photoli li:nth-child(3n){
	margin-right: 0px;
}
.photoli li a{
	display: block;
	position: relative;
	transition: all 0.3s;
}
.photoli li img{
	display: block;
	transition: all 0.3s;
}
.photoli li span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0;
	transition: all 0.3s;
}
.photoli li h5{
	line-height: 55px;
	font-size: 18px;
	color: #222;
	text-align: center;
	background-color: #f6f6f6;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.photoli li a:hover{
	background-color: #005ba8;
}
.photoli li a:hover img{
	opacity: 0.2;
}
.photoli li a:hover span{
	opacity: 1;
}
.photoli li a:hover h5{
	color: #fff;
	background-color: #5f9df8;
}

.photoli1{
	margin-bottom: 120px;
}
.photoli1 h3{
	font-size: 30px;
	margin-bottom: 40px;
	color: #222;
}
.photoli1 li{
	float: left;
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 30px;
}
.photoli1 li:nth-child(4n){
	margin-right: 0px;
}
.photoli1 li a{
	display: block;
	position: relative;
	padding: 10px;
	transition: all 0.3s;
	border: 1px solid #dadada;
}
.photoli1 li .photoli1_con{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 28px;
	opacity: 0;
	transition: all 0.3s;
	background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img{
	font-size: 0px;
	transition: all 0.3s;
	text-align: center;
}
.photoli1 li .img img{
	display: inline-block;
	vertical-align: middle;
}
.photoli1 li span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0;
	transition: all 0.3s;
}
.photoli1 li h5{
	position: absolute;
	width: 100%;
	bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con{
	opacity: 1;
}
/*.photoli1 li a:hover img{
	opacity: 0.2;
}*/
.photoli1 li a:hover span{
	opacity: 1;
}
.photoli1 li a:hover h5{
	opacity: 1;
}
.photoli1 .text{
	margin-bottom: 85px;
	background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777;
	width: 48%;
}


/*pro_left*/
.proli_nav_mob{
	display: none;
}
.proli_nav{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 280px;
	border: 1px solid #eee;
}
.proli_nav h3{
	font-size: 24px;
	/*font-weight: bold;*/
	color: #fff;
	background-color: #c40000;
	padding: 25px 20px;
	text-align: center;
}
.proli_nav li{
	border-top: 1px solid #eee;
}
.proli_nav li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	text-align: center;
	transition: all 0.3s;
}
.proli_nav li a:hover,.proli_nav li.cur a{
	color: #c40000;
	/*background-color: #eee;*/
}


/*productlist*/
.proli{
	position: relative;
	min-height: 100px;
	padding-left: 280px;
	margin-bottom: 60px;
}
.proli .con ul{
	margin-bottom: 40px;
}
.proli .con li{
	float: left;
	width: 31%;
	margin-left: 2.333%;
	margin-bottom: 2.333%;
}
/*.proli .con li:nth-child(4n){
	margin-right: 0px;
}*/
.proli .con li a{
	position: relative;
	display: block;
	background-color: #fff;
	/*padding-bottom: 20px;*/
	/*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
	border: 1px solid #eee;
	transition: all 0.3s;
	overflow: hidden;
}
.proli .con li a:after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 48px;
	height: 1px;
	width: 0px;
	background-color: #c40000;
	transition: all 0.3s;
}

.proli .con li .img{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	/*background-color: #000;*/
}
.proli .con li img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.proli .con li h3{
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #666;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	border-top: 1px solid #eee;
	transition: all 0.6s;
}
/* .proli .con li a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
} */
.proli .con li a:hover:after{
	width: 100%;
}
.proli .con li a:hover img{
	transform: scale(1.1);
	/*opacity: 0.3;*/
}
.proli .con li a:hover h3{
	color: #c40000;
	/*background-color: #c40000;*/
}



/*product*/
.procon{
	position: relative;
	padding-left: 280px;
	margin-bottom: 60px;
}
.procon .con{
	padding-left: 2.333%;
}
.procon .con .pro_tl{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.procon .con .pro_tl h3{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.procon .con img.ico{
	display: block;
	margin: 0 auto 30px;
}
.procon .con p{
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	text-align: justify;
}
/*.procon .con .back{
	border-top: 1px solid #eee;
}
.procon .con .back a{
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #666;
}*/

/*contact*/
.contact{
	padding: 0 20px;
	margin-bottom: 100px;
}
.contact .text{
	/*float: left;*/
	/*width: 30%;*/
	margin-bottom: 40px;
}
.contact .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	text-align: justify;
}
.contact .text .fk h3{
	font-size: 32px;
	line-height: 32px;
	color: #c40000;
	margin-bottom: 40px;
	text-align: center;
}
.contact .text .fk ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.contact .text .fk ul li{
	width: 31%;
	text-align: center;
	height: 160px;
	padding: 20px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
/*.contact .text .fk ul li:nth-child(1){
	margin-bottom: 20px;
}*/
.contact .text .fk ul li .ico{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #c40000;
	padding: 6px;
	margin: 0 auto 10px;
}
.contact .text .fk ul li .ico img{
	display: block;
}
.contact .text .fk ul li h5{
	font-size: 22px;
	color: #333;
	margin-bottom: 5px;
} 
.contact .text .fk ul li p{
	font-size: 16px;
	color: #999;
	text-align: center;
}

.contact .map{
	/*float: right;*/
	/*width: 68%;*/
	height: 300px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.contact .gbook h3{
	font-size: 24px;
	font-weight: bold;
	color: #c40000;
	margin-bottom: 15px;
}
.contact .gbook p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.contact .gbook li{
	position: relative;
	float: left;
	width: 31%;
	height: 38px;
	margin-right: 3.5%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 100px;
}
.contact .gbook li:nth-child(3){
	margin-right: 0px;
}
.contact .gbook li:nth-child(4){
	/*float: none;*/
	width: 100%;
	height: auto;
	padding-left: 0px;
}
.contact .gbook li h5{
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.contact .gbook li input{
	border: 0px;
	line-height: 36px;
	width: 100%;
	outline: none;
}
.contact .gbook li textarea{
	border: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 10px 10px;
	outline: none;
}
.contact .gbook button{
	display: block;
	width: 120px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	background-color: #666;
	transition: all 0.3s;
}
.contact .gbook button:hover{
	background-color: #c40000;
}

/*产品说明书列表*/
/*.codeli .tl{
	margin-bottom: 50px;
}
.codeli .tl h3{
	font-size: 32px;
	color: #333;
}*/
.codeli{
	padding: 0 5%;
	margin-bottom: 60px;
}
.codeli li{
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.codeli li a{
	position: relative;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.codeli li h3{
	font-size: 18px;
	line-height: 36px;
	transition: all 0.3s;
}
.codeli li p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.codeli li .date{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: center;
	padding: 5px 8px;
	background-color: #eee;
}
.codeli li .date h4{
	font-size: 32px;
	color: #666;
	line-height: 40px;
}
.codeli li .date h5{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.codeli li a:hover h3{
	color: #c40000;
}
