﻿@charset "utf-8";
@import url(iconfont.css);
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw; overflow-x: hidden;}


body{padding:0;margin:0;font-size:0.16rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family:SourceHanSansCNR,arial,sans-serif;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#545454;font-family:SourceHanSansCNR,arial,sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family:SourceHanSansCNR,arial, sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#cc1b21;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #e5e5e5;
	background: #fff url(../images/selectarr.svg) no-repeat right 0.18rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

input[type="radio"],
input[type="checkbox"]{width: 0.18rem; height: 0.18rem;vertical-align: middle;appearance: none;print-color-adjust: exact;cursor: pointer;border: 1px solid #dddddd;position: relative;margin: -0.04rem 0.11rem 0 0;}
input[type="radio"]{border-radius: 50%;}
input[type="radio"]:checked:after{left: 3px;top: 3px;width: calc(100% - 6px);height: calc(100% - 6px);background: #cc1b21;content: "";position: absolute;border-radius: 50%;}
input[type="radio"]:checked{border: 1px solid #cc1b21;}

input[type="checkbox"]{border-radius: 4px;border: 1px solid #bfbfbf;background-color: #fff;}
input[type="checkbox"]:checked{background: #fff url(../images/gou.png) no-repeat center center;border: 1px solid #cc1b21;}




/*font*/
.f000{color: #000;}
.f999{color: #999;}
.f666{color: #666;}
.f555{color: #555;}
.f333{color: #333 !important;}
.fblue{color: #142233;}
.fblue2{color: #cc1b21;}
.fred{color: #ed1600;}
.forange{color: #af8b66;}
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.DINM{font-family: "DINM";}
.f14{font-size: 14px;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.30rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.40rem;}
.l28{line-height: 0.28rem;}
.l32{line-height: 0.32rem;}
.l33{line-height: 0.33rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.l40{line-height: 0.40rem;}
.l42{line-height: 0.42rem;}
.l48{line-height: 0.40rem;}
.iconfont{ font-size:22px;display: inline-block;vertical-align: middle;}
.date{color: #666;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
body{min-width:300px;padding-top: 46px;}
::-webkit-scrollbar{width: 5px; height:5px;}
/* .f_lighter{font-weight:normal;} */
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1000) * 100 * 1vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
}
	@media (max-width:640px) {
		select,input,textarea,button{font-size: 14px;}
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.f20{font-size: 16px;}	
		.f22{font-size: 16px;}
		.f24{font-size: 16px;}
		.f26{font-size: 16px;}
		.f28{font-size: 17px;}
		.f30{font-size: 18px;}
		.f40{font-size: 20px;}
		.l36,.l28,.l33,.l32,.l48,.l40,.l38{line-height: 24px;}
		.iconfont{font-size: 16px;}
		.ptb100{padding-top:0.65rem;padding-bottom:0.65rem;}
		.pb150{padding-bottom: 0.65rem;}
	.pt100{padding-top:0.65rem;}
	.pb100{padding-bottom:0.65rem;}
	input[type="radio"],
 input[type="checkbox"]{width: 15px;height: 15px;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
.imgbox.auto img{ width:auto; height:auto;object-fit: contain;max-width: 100%;max-height: 100%;}

.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 10px 10px rgba(0,64,152,0.09);
	box-shadow: 0 10px 10px rgba(0,64,152,0.09);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}

.ico-zoom{display:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;}
.ico-zoom .i1,.ico-zoom .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico-zoom img {position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);}
.ico-zoom .i1 {transition: 400ms;}
.ico-zoom .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico-zoom .i2,.li.on .ico-zoom .i2,.item:hover .ico-zoom .i2,.item.slick-current .ico-zoom .i2,.item.on .ico .i2 {-webkit-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico-zoom .i1,.li.on .ico-zoom .i1,.item:hover .ico-zoom .i1,.item.slick-current .ico-zoom .i1,.item.on .ico-zoom .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.ico-rotate{ transition: 0.6s;transform-style: preserve-3d;}
.ico-rotate .i1,
.ico-rotate .i2 {backface-visibility: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.item:hover .ico-rotate,.item.on .ico-rotate {transform: rotateY(180deg);}
.ico-rotate .i2 {z-index: 3;transform: translate(-50%,-50%) rotateY(180deg);}

.moreBtn{display: inline-block;transition: all 0.3s;width: 1.95rem;line-height: 0.56rem; color:#5a6470; position: relative;overflow: hidden;text-align: center;border: 2px solid #5a6470; border-radius:0.28rem;}
.moreBtn em{position: relative;z-index: 1;display: inline-block;}
.moreBtn em:after{display: inline-block;margin-left: 0.18rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_gray.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.moreBtn em:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.moreBtn:before{left: 0;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background: #f0ae12;}
.moreBtn:hover,.moreBtn.blue{color: #fff;border: 2px solid #f0ae12;}
.moreBtn:hover em:after,.moreBtn.blue em:after{width: 0;margin: 0;}
.moreBtn:hover em:before,.moreBtn.blue em:before{width: 17px;margin-right: 0.18rem;}
.moreBtn:hover:before,.moreBtn.blue:before{bottom:0%;width: 120%;height: 120%;}
.moreBtn.auto{display: block;margin: 0px auto;}
.moreBtn.on em:before{transform: rotate(90deg);}


.xmoreBtn{display: inline-block;transition: all 0.3s;width: 1.95rem;line-height: 0.56rem; color:#fff; position: relative;overflow: hidden;text-align: center;border: 2px solid #fff; border-radius:0.28rem;}
.xmoreBtn em{position: relative;z-index: 1;display: inline-block;}
.xmoreBtn em:after{display: inline-block;margin-left: 0.18rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.xmoreBtn em:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.xmoreBtn:before{left: 0;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background: #f0ae12;}
.xmoreBtn:hover,.xmoreBtn.blue{color: #fff;border: 2px solid #f0ae12;}
.xmoreBtn:hover em:after,.xmoreBtn.blue em:after{width: 0;margin: 0;}
.xmoreBtn:hover em:before,.xmoreBtn.blue em:before{width: 17px;margin-right: 0.18rem;}
.xmoreBtn:hover:before,.xmoreBtn.blue:before{bottom:0%;width: 120%;height: 120%;}
.xmoreBtn.auto{display: block;margin: 0px auto;}
.xmoreBtn.on em:before{transform: rotate(90deg);}



.btns{width: 1.65rem;height: 0.48rem;line-height: 0.48rem;text-align: center;color: #fff;border-radius: 0.48rem;transition: all 0.3s;display: inline-block;}
.btns.blue{background: #cc1b21;}
.btns.orange{background: #b39270;}
.btns:hover{transform: translateY(-2px);color: #fff;}


.newsmore{color:#002e89;transition: all 0.5s;}
.newsmore:after{display: inline-block;margin-left: 0.18rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_blue.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.newsmore:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_blue.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.newsmore:hover:after{width: 0;margin: 0;}
.newsmore:hover:before{width: 17px;margin-right: 0.18rem;}
.newsmore:hover{color: #002e89;}

.xmore{color:#5a6470;transition: all 0.5s;}
.xmore:after{display: inline-block;margin-left: 0.18rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.xmore:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.xmore:hover:after,dd:hover .more:after,.item:hover .more:after{width: 0;margin: 0;}
.xmore:hover:before{width:17px;margin-right: 0.18rem;}
.xmore:hover{color: #fff;}


.more{color:#5a6470;transition: all 0.5s;}
.more:after{display: inline-block;margin-left: 0.18rem;width: 17px;height: 8px;content: "";background: url(../images/arr_more_gray.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:before{display: inline-block;width: 0;height: 8px;content: "";background: url(../images/arr_more_blue.svg) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:hover:after,dd:hover .more:after,.item:hover .more:after{width: 0;margin: 0;}
.more:hover:before,dd:hover .more:before,.item:hover .more:before{width: 17px;margin-right: 0.18rem;}
.more:hover,dd:hover .more{color: #cc1b21;}

.more.btn{width: 1.65rem;height: 0.48rem;line-height: 0.44rem;text-align: center;background:#cc1b21;color: #fff;border: 2px solid #cc1b21;border-radius: 0.48rem;transition: all 0.3s;display: inline-block;}
.more.btn:after{background: url(../images/arr_more_blue.svg) right center no-repeat;}
.more.btn:before{background: url(../images/arr_more_blue.svg) right center no-repeat;}
.more.white{color: #fff;}
.more.white:after{background: url(../images/arr_more_white.svg) right center no-repeat !important;}
.more.white:before{background: url(../images/arr_more_white.svg) right center no-repeat !important;}
.more.whiteline{background-color: transparent;border: 2px solid #fff;}
.more.whiteline:hover{background:#cc1b21;border: 2px solid #cc1b21;}
.more.whiteline.btn:after{background: url(../images/arr_more_white.svg) right center no-repeat;}
.more.whiteline.btn:before{background: url(../images/arr_more_white.svg) right center no-repeat;}

.more.blueline{background-color: transparent;border: 2px solid #cc1b21;color: #cc1b21;}
.more.blueline:hover{background:#cc1b21;border: 2px solid #cc1b21;color: #fff;}
.more.blueline.btn:hover:before{background: url(../images/arr_more_white.svg) right center no-repeat;}

@media(max-width:640px){
	.moreBtn{height: 35px;line-height: 31px;width: 100px;font-size: 14px;}
	.moreBtn:after{width: 20px;margin-left: 0.1rem;}

	.btns,.more.btn{width: 100px;height: 28px;line-height: 26px;font-size: 14px;}
}






