@font-face {
    font-family: "RobotoC";
    src: url("../fonts/Roboto Condensed Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoB";
    src: url("../fonts/RobotoBold.woff") format("woff");
}
@font-face {
    font-family: "RobotoBCI";
    src: url("../fonts/Roboto-BoldCondensedItalic.ttf") format("truetype");
}


* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #666666; font-family: "Microsoft YaHei","Arial"; 
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
@media screen and (max-width: 768px) {
	body{ font-size: 14px;}
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}

.ul,
.ul li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei","Arial"; }
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #00519c;text-decoration: none;}
a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei","Arial";
    text-align:justify;
    text-justify:inter-ideograph;
}


.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Isimg{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%); transition: all .5s ease-in-out;}
.Isimg_2{ position: absolute; left: 0; top: 0; width: 100%;height: 100%; transition: transform .8s ease-in-out;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl{ float: left;}
.fr{ float: right;}
.center{ text-align: center;}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list: focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.slick-arrow{ position: absolute; width: 64px; height: 64px; top: 50%; transform: translateY(-50%); transition: all 0.5s; z-index: 10; font-size: 0; border: none; cursor: pointer; background: url(../images/left_icon3.png) no-repeat center rgba(0, 0, 0, .5); border-radius: 5px; }
.slick-arrow:hover{ background-color: #e73739; border-color: #e73739;}

.slick-prev{ left: -6%;}
.slick-next{ right: -6%; background-image: url(../images/right_icon.png); }
.slick-slider:hover .slick-arrow{ opacity: 1;}
@media screen and (max-width: 768px) {
	.slick-arrow{ width: 24px; height: 24px;}
}


.nM{ margin: 0; }
.normal{ font-weight: normal; }
.txt_center{ text-align: center;}

.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.Iscover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.Iscontain{ background-repeat: no-repeat; background-position: center; background-size: contain;}
.transition{
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.padd_t2_b6{ padding-top: 2%; padding-bottom: 6%;}
.padd_5{ padding-top:5%; padding-bottom:5%;}
.padd_b5{ padding-bottom: 5%;}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.gif) no-repeat scroll 96% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.w1600{ max-width: 1600px; margin: 0 auto; width: 94%; }
.w1200{ max-width: 1200px; margin: 0 auto; width: 94%;}

/* 设置滚动条的样式 */
.scroll{ background:#fff;}
.scroll::-webkit-scrollbar {
    width: 6px;height: 6px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    background: #eeeeee;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#448acc;
}





.Pages{ text-align:center; font-size:16px; line-height:48px; margin: 2% 0 4%;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end{ display:none;}
.Pages .p_page{ display:inline-block; clear:both;}
.Pages em{ float:left; font-style:normal;}
.Pages a{ float:left; width: 50px; text-align: center; background-color: #fff; border: 1px solid #eeeeee; font-size: 16px; color: #999999; margin: 0 5px; border-radius: 3px;}
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color:#3259ce; border-color: #3259ce; }
.Pages .a_prev::before,
.Pages .a_next::after{ display: inline-block; vertical-align: middle; font-family: '宋体'; font-weight: bold; color: #999999; font-size: 16px;}
.Pages .a_prev::before{ content: '<';}
.Pages .a_next::after{ content: '>';}
.Pages .a_prev,
.Pages .a_next{  font-size: 0; width: 50px; height: 50px; padding: 0;  }
.Pages .a_prev{ margin-right: 10px;}
.Pages .a_next{ margin-left: 10px; }
.Pages .a_prev:hover::before,
.Pages .a_next:hover::after{ color: #fff;}

@media  (max-width: 640px){
	.Pages em{ display:none;}
	.Pages{ font-size: 14px; line-height: 36px;}
	.Pages .a_prev{ margin-right: 10px;}
	.Pages .a_next{ margin-left: 10px;}
}


.mianContent{ padding: 4% 0;}


/* 视频弹窗 */

.video-play-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;
}
.video-play-wrap .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84.1%;
    height: 94%;
}
.video-play-wrap .inner video{ width: 100%; height: 100%;}
.video-play-wrap .close-btn {
    background: rgba(30, 30, 30, .6);
    cursor: pointer;
    height: 44px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.video-play-wrap .close-btn svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
@media screen and (max-width: 768px) {
	.video-play-wrap { width: 100%; height: 100%;}
}
.SiteMap{ padding: 3% 0;}
.SiteMap li{ padding:10px 0; border-bottom:dotted 1px #e4e4e4}
.SiteMap li b{ display:block; font-size:16px; font-weight:normal;}
.SiteMap li span{ opacity:0.8; display:inline-block; white-space:nowrap; padding-right:20px;}



.linkList li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
	margin-bottom: 3%;
	font-size: 16px;
}

.linkList li:nth-child(4n) {
	margin-right: 0;
}

.linkList figure {
	position: relative;
	border: 1px solid rgba(238, 238, 238, 0.5);
	border-radius: 10px;
	overflow: hidden;
	padding-top: 37%;
}

.linkList figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	z-index: 1;
}

.linkList figure::before,
.linkList figure .txt {
	opacity: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.linkList figure::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 114, 68, 0.8);
	z-index: 2;
}

.linkList figure .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 3;
	color: #FFFFFF;
}

.linkList figure .txt * {
	margin: 0;
}

.linkList figure .txt h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.linkList figure .txt h3 {
	font-size: 16px;
	font-weight: normal;
}

.linkList a:hover figure::before,
.linkList a:hover figure .txt {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.linkList li {
		width: 48%;
		margin: 0 1% 3% !important;
		font-size: 14px;
	}

	.linkList li figure {
		padding-top: 40%;
	}
}
