@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html {
	/*overflow-y: auto;*/
	scroll-behavior: smooth;
}
body{
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
	scroll-behavior: smooth;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}
table{
	outline:none;
	border-collapse: collapse;
}
th,td,tr{
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
}
img{
	font-size: 12px;
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;
	text-align: center;
	display: inline-block;
	position: relative;
}
img:after {
	content: "\f1c5" " " attr(alt);
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent; */
	background-color: #ddd;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}
.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}
.clear,.clr{
	clear:both;
	overflow:hidden;
}
.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}
.container{ 
	margin-left: auto;
	margin-right: auto;
}
.content{
	margin-left: auto;
	margin-right: auto;
	/* padding-bottom: 80px; */
}
.w1200{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 手机宽度适配 */
.w750{
	width: 7.5rem;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.w690{
	width: 6.9rem;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.w640{
	width: 6.4rem;
	max-width: 6.4rem;
	margin-left: auto;
	margin-right: auto;
}
.w660{
	width: 6.6rem;
	margin-left: auto;
	margin-right: auto;
}
/* 手机宽度适配end */
.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w85p{
	width:85%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:40%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
.bc20{
	display: block;
	height: 20px;
}
/* 基础样式 */
.bg-f{
	background: #fff;
}
.bg-f1{
	/*background: #f1f1f1;*/
}
.bg-f5{
	background: #f5f5f5;
}
.bg-blue{
	background: #003b76;
}
.bg-qing{
	background-color: #005fa2;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.container-fluid {
    font-size: 22px;
}
.container-fluid {
    max-width: 1920px !important;
    position: relative;
}

/* 头部定位 */
.top-fix{
	/* position: fixed;
	top: 0;
	z-index: 100; */
}

.banner-spec{
	height: 324px;
	background: url(../images/spec-banner-bg.jpg) center no-repeat;
	position: relative;
	z-index: 0;
}
.banner-spec-mask{
	position: absolute;
	width: 100%;
	height: 324px;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:Alpha(opacity=70);
}
.banner-spec-text{
	width: 561px;
	height: 183px;
	position: absolute;
	left: 50%;
	margin-left: -310px;
	top: 75px;
	z-index: 9;
}
.banner-spec-text img{
	width: 100%;
}
.banner-spec-btn{
	position: absolute;
	width: 141px;
	height: 42px;
	text-align: center;
	background-color: #00a0e9;
	bottom: 35px;
	left: 50%;
	margin-left: -70px;
	z-index: 9;
}
.banner-spec-btn a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}
.menu{
	z-index: 999;
	height: 80px;
}
.menu-spec{
	height: 80px;
	border-bottom: 1px solid #dedede;
	background-color: #f1f1f1;
	margin-left: auto;
	margin-right: auto;
	
}
.menu-spec-in{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.menu-spec a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #333333;
}
.menu-spec a.now{
	font-size: 22px;
	color: #0181cc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #0181cc;
}
.menu-btm{
	position: fixed;
	top: 0;
	width: 100%;
	height: 0px;
}
/* 第一部分 */
.spec-row{
	/* height: 630px; */
	padding-top: 55px;
	padding-bottom: 55px;
}
.spec-title{
	margin-bottom: 64px;
}
.spec-title h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 36px; */
	line-height: 2px;
	letter-spacing: 0px;
	color: #69767e;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-left: 513px solid #d1e5f1;
	border-right: 513px solid #d1e5f1;
}
.spec-row-a{}
.spec-row-a ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spec-row-a ul li{
	width: 589px;
	height: 207px;
	background-color: #f7f7f7;
	border: solid 1px #d1d1d1;
	margin-bottom: 15px;
	overflow: hidden;
}
.spec-row-a ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.spec-row-a ul li dl dt{
	width: 334px;
	height: 207px;
	overflow: hidden;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.spec-row-a ul li dl dt img{
	width: 334px;
	height: 207px;
	transition: all 0.5s;
	transform: scale(1.0);
	z-index: 0;
}
.spec-row-a ul li dl dt:hover img,.spec-row-a ul li:hover dl dt img{
	transform: scale(1.3);
}
.spec-row-a ul li dl dt h3{
	position: absolute;
	text-align: center;
	top: 40px;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.spec-row-a ul li:nth-child(1) dl dt h3{
	top: 70px;
}
.spec-row-a ul li dl dt em{
	position: absolute;
	width: 334px;
	height: 207px;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:Alpha(opacity=70);
}
.spec-row-a ul li dl dd{
	-webkit-box-flex: 2;
    -webkit-flex: 2 2 auto;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto;
}
.sra-text{
	padding: 20px;
	
}
.sra-text p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.sra-text p b{
	color: #333333;
}
.sra-text p:nth-of-type(2),.sra-text p:nth-of-type(3){
	line-height: 30px;
}
.sra-text span{
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-bottom: 20px;
}

/*第一部分修改*/
.spec-row-at{
	/*padding-top: 45px;
	padding-bottom: 45px;*/
}
.spec-row-at p{
	padding-left: 30px;
	padding-right: 80px;
	text-indent: 2em;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 21px;

}
.spec-row-at p b{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #008bdb;
}
.srat-table{

}
.srat-table-head{
	width: 590px;
	height: 43px;
	background-color: #008bdb;
}
.srat-table-head dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #ffffff;
}
.srat-table-head dl dt{
	line-height: 43px;
	margin-right: 333px;
}
.srat-table-head dl dd{
	line-height: 43px;
}
.srat-table-body{
	width: 590px;
	height: auto;
	background-color: #f7f7f7;
	border: solid 1px #cbcbcb;
	border-top: none;
}
.srat-table-body ul{
	padding-left: 31px;
	padding-right: 31px;
}
.srat-table-body ul li{
	border-bottom: 1px solid #9c9c9c;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
}
.srat-table-body ul li:last-child{
	border-bottom: none;
}
.srat-table-body ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;

}
.srat-table-body ul li dl dt{
	font-weight: normal;
	line-height: 35px;
}
.srat-table-body ul li dl dt:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #008bdb;

}
.srat-table-body ul li dl dd{
	font-weight: normal;
	line-height: 35px;
	margin-right: 58px;
}

.spec-row-ab{
	/*display: none;*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	height: 0;
}
.spec-row-ab.is-scroll{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	height: auto;
}

.spec-row-abtn{
	text-align: center;
	margin-top: 40px;
}
.spec-row-abtn a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #808080;
	position: relative;
	text-decoration: none;
}
.spec-row-abtn a:after{
	content: "";
	display: block;
	width: 42px;
	height: 28px;
	background: url(../images/zt-icon-up.png) center no-repeat;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.spec-row-abtn a.on:after{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}

/* 第二部分 */
.spec-row-b{}
.spec-row-b ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.spec-row-b ul li{
	width: 564px;
	height: 128px;
	/* background-color: #000000; */
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.spec-row-b ul li:hover{
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	transition: all 0.3s;
}
.spec-row-b ul li img{
	width: 564px;
	height: 128px;
	transition: all 0.5s;
	transform: scale(1.0);
	z-index: 0;
}
.spec-row-b ul li:hover img{
	transform: scale(1.3);
}
.spec-row-b ul li em{
	position: absolute;
	width: 564px;
	height: 128px;
	background-color: #000000;
	top: 0;
	left: 0;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:Alpha(opacity=70);
}
.srb-text{
	position: absolute;
	top: 19px;
	left: 50%;
	height: 90px;
	text-align: center;
	border: 2px solid #fff;
}
.srb-text-a{
	margin-left: -218px;
	width: 435px;
}
.srb-text-b{
	margin-left: -228px;
	width: 457px;
}
.srb-text-b h3{
	font-size: 23px!important;
}
.srb-text h3{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 10px;
}
.srb-text p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 第三部分 */
.spec-bg{
	background: url(../images/spec-row-c-bg.jpg) top no-repeat;
}
.spec-row-c{
	/* min-height: 815px; */
}
.spec-slide{}
.spec-slide-tab{
	overflow: hidden;
}
.spec-tab-container{
	position: relative;
	padding-bottom: 5px;
	z-index: 0;
}
.spec-button-prev,.spec-button-next{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50px;
	z-index: 200;
}
.spec-button-prev{
	left: 0;
	background: url(../images/spec-row-c-left.png) center no-repeat;
}
.spec-button-next{
	right: 0;
	background: url(../images/spec-row-c-right.png) center no-repeat;
}
.spec-tab-container .swiper-slide{
	width: 180px;
	width: auto;
	padding-bottom: 29px;
	/* height: 121px!important; */
	position: relative;
	text-align: center;
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	border-bottom: 3px solid #d3d3d3;
	z-index: 100;
}
.spec-tab-container .swiper-slide p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.swipe-slide-img{
	width: 66px;
	height: 61px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	margin-bottom: 20px;
}
.spec-tab-container .swiper-slide .ssi-1{
	/*background: url(../images/spec-icon-c1.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-2{
	/*background: url(../images/spec-icon-c2.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-3{
	/*background: url(../images/spec-icon-c3.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-4{
	/*background: url(../images/spec-icon-c4.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-5{
	/*background: url(../images/spec-icon-c5.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-6{
	/*background: url(../images/spec-icon-c6.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-7{
	/*background: url(../images/spec-icon-c7.png) center no-repeat;*/
}
.spec-tab-container .swiper-slide .ssi-8{
	/*background: url(../images/spec-icon-c8.png) center no-repeat;*/
}
.spec-tab-container .active-nav::after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -82px;
	/*background: url(../images/spec-row-c-arrow.png) center no-repeat;*/
	width: 165px;
	height: 8px;
	z-index: 101;
}
.spec-tab-container .active-nav .ssi-1{
	/*background: url(../images/spec-icon-c1-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-2{
	/*background: url(../images/spec-icon-c2-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-3{
	/*background: url(../images/spec-icon-c3-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-4{
	/*background: url(../images/spec-icon-c4-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-5{
	/*background: url(../images/spec-icon-c5-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-6{
	/*background: url(../images/spec-icon-c6-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-7{
	/*background: url(../images/spec-icon-c7-on.png) center no-repeat;*/
}
.spec-tab-container .active-nav .ssi-8{
	/*background: url(../images/spec-icon-c8-on.png) center no-repeat;*/
}

/*.spec-slide-box{*/
/*	width: 1135px;*/
	/* height: 463px; */
/*	height: auto;*/
/*	background-color: #ffffff;*/
/*	border-radius: 20px;*/
/*	margin-top: 30px;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, .5);*/
/*	-moz-box-shadow:0 0 15px rgba(0, 0, 0, .5);  */
/*	box-shadow:0 0 15px rgba(0, 0, 0, .5); */
/*}*/
.spec-slide-txt{
	
}
.sst-box{
	padding: 35px 55px;
}
.sst-box p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #555555;
	text-indent: 2em;
}
.sst-box p b{}


/* 第四部分 */
.spec-row-d{}
.srd-list{}
.srd-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.srd-list ul li{
	width: 287px;
    height: 124px;
    margin-left: 6px;
    margin-right: 6px;
	cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.srd-list ul li:hover{
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	transition: all 0.3s;
}
.srd-list ul li img{
	width: 287px;
	height: 124px;
	transition: all 0.5s;
	transform: scale(1.0);
	z-index: 0;
}
.srd-list ul li:hover img{
	transform: scale(1.3);
}
.srd-list ul li em{
	position: absolute;
    width: 287px;
    height: 124px;
    background-color: #000000;
    top: 0;
    left: 0;
    opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:Alpha(opacity=70);
}
.srd-txt{
	position: absolute;
	width: 230px;
    top: 20px;
    left: 50%;
	margin-left: -115px;
    height: 90px;
    text-align: center;
    /* border: 2px solid #fff; */
}
.srd-txt h3{
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 6px;
	position: relative;
}
.srd-txt a{
	display: inline-block;
	vertical-align: top;
	border: 2px solid #8b8b8b;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 41px;
	position: relative;
}
.srd-txt a:hover{
	border: 2px solid #c6c6c6;
}
.srd-btn-a{
	width: 121px;
}
.srd-btn-a:after,.srd-btn-b:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -6px;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #b5b5b5;
}
.srd-btn-b{
	width: 96px;
}
.srd-btn-c{}
.srd-txt-b h3{
	line-height: 85px;
}
.srd-txt-c{}
.srd-txt-b h3:after,.srd-txt-c h3:after{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #b5b5b5;
}
.srd-txt-c h3:after{
	bottom: -15px;
}

/* 第五部分 */
.spec-row-e{}
.spec-row-e ul{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.spec-row-e ul li{
	margin-left: 150px;
	margin-right: 150px;
	width: 250px;
	height: 92px;
}
.spec-row-e ul li dl{
	display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.spec-row-e ul li dl dt{
	width: 92px;
	height: 92px;
}
.spec-row-e ul li dl dt img{
	display: block;
	width: 92px;
	height: 92px;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.spec-row-e ul li:hover dl dt img,.spec-row-e ul li.act dl dt img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.spec-row-e ul li dl dd{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 92px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 38px;
}
.spec-row-e ul li:hover dl dd,.spec-row-e ul li.act dl dd{
	color: #0181CC;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/* 第六部分 */
.spec-row-f{}
.srf-list{
	margin-bottom: 48px;
}
.srf-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.srf-list ul li{
	width: 150px;
	height: 155px;
	background-color: #ffffff;
	border-radius: 11px;
	border: solid 1px #9f9f9f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 26px;
	margin-right: 26px;
	cursor: pointer;
}
.srf-list ul li:hover{
	border: solid 1px #0181cc;
}
.srf-list ul li dl{
	padding-top: 18px;
}
.srf-list ul li dl dt{
	/*width: 48px;
	height: 40px;*/
	width: 70px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
}
.srf-list ul li dl dt img{
	width: 70px;
	height: 59px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.srf-list ul li:hover dl dt img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.srf-list ul li dl dd{
	text-align: center;
	margin-top: 15px;
}
.srf-list ul li dl dd h3{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #333333;
}
.srf-list ul li dl dd h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #333333;
}
.srf-list ul li:hover dl dd h3,.srf-list ul li:hover dl dd h4{
	color: #0181cc;
}
.srf-txt{
	padding-left: 50px;
	padding-right: 50px;
}
.srf-txt p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}
.srf-txt p span{
	color: #0181cc;
}

/* 弹窗部分 */
.cd-popup{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-1{}
.cd-popup-container{
	position: relative;
    width:1200px;
    margin:30px auto;
    height:730px;
    background: #FFF;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container h3{
	height: 74px;
	background: #0181cc;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 74px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	border-radius: 25px 25px 0 0;
}
.cd-buttons{
	margin: 30px;
	position: relative;
	/* overflow: hidden; */
}
.table-head dl{
	display: flex;
	display: -webkit-flex;
	justify-content: left;
	
}
.table-head dl dd{
	/* height: 56px; */
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #c7ebff;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #161616;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.cd-buttons dl dd:nth-child(1){
	/* width: 40px; */
	flex: 0 0 45px;
}
.cd-buttons dl dd:nth-child(2){
	/* width: 88px; */
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(3){
	/* width: 128px; */
	flex: 0 0 130px;
}
.cd-buttons dl dd:nth-child(4){
	/* width: 84px; */
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(5){
	/* width: 165px; */
	flex: 0 0 150px;
}
.cd-buttons dl dd:nth-child(6){
	/* width: 350px; */
	flex: 0 0 340px;
}
.cd-buttons dl dd:nth-child(7){
	/* width: 112px; */
	flex: 0 0 100px;
}
.cd-buttons dl dd:nth-child(8){
	/* width: 70px; */
	flex: 0 0 70px;
}
.cd-buttons dl dd:nth-child(9){
	width: 176px;
	border-right: 1px solid #000;
}
.table-box{
	width: 100%;
	height: 590px;
}
.table-box iframe{
	outline: none;
	border: none;
}
.cd-popup-close{
	position: absolute;
	width: 56px;
	height: 56px;
	bottom: -56px;
	left: 50%;
	margin-left: -28px;
	background: url(../images/cd-popup-close.png) center no-repeat;
	z-index: 99999;
}
.cd-popup-close-1{
	position: absolute;
	width: 36px;
	height: 36px;
	top: 20px;
	right: 36px;
	/*left: 50%;*/
	background: url(../images/cd-popup-close-top.png) center no-repeat;
	z-index: 99999;
}
.is-visible .cd-popup-container{
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-ms-transform:scale(1); 
	-o-transform:scale(1); 
	transform:scale(1);
}

.ovfHiden{
	overflow: hidden;
	height: 100%;
}
/* 首页科研修改start */
#cont2 .ky-bg1{
	background: #f1f1f1;
	padding: 50px 0 32px;
	margin-bottom: 40px;
}
#cont2 .ky-wrapper1,#cont2 .ky-wrapper2{
	display: flex;
	display: -webkit-flex;
	padding-left: 12px;
}
#cont2 .ky-wrapper2{
	padding-bottom: 30px;
}
#cont2 .ky-wrapper1 img{
	margin-right: 79px;
}
#cont2 .ky-inner{
	padding-top:28px;
}
#cont2 .ky-inner h2,#cont2 .ky-wrapper2 h2{
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

#cont2 .ky-inner p{
	width: 205px;
	background-color: #267ca7;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding: 7px 0 7px 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cont2 .ky-wrapper2 p{
	width: 322px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #267ca7;
	margin: 10px 0;
}
#cont2 .ky-inner a,#cont2 .ky-wrapper2 .ky-inner1 a{
	display: block;
	text-align: center;
	width: 124px;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	background-color: #e6e6e6;
	border: solid 1px #aeaeae;
}
#cont2 .ky-inner p span,#cont2 .ky-wrapper2 p span{
	font-weight: bold;
}
#cont2 .ky-wrapper2{
	padding-left: 156px;
}

#cont2 .ky-wrapper2 img{
	margin-left: 158px;
}

#cont2 .ky-wrapper2>a{
	display: block;
	width: 483px;
	margin-left: 158px;
}
/* 首页科研修改end */
/* 屏幕适配u */
@media(max-width:1250px) {
    .container-fluid {
        min-width: 1250px !important;
    }

    .container {
        min-width: 1170px !important;
    }
}

.inner_nav .inner_nav_mid ul.out li.m {
    width: 165px!important;
}

.inner_nav .inner_nav_mid ul.out li.m ul.sub {
    width: 116px!important;
    left: 24px!important;
}