@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	color: #3c3c3c;
}
header{
	height: 126px;
	border-bottom: 1px solid #b5b5b5;
}
.header-contaier{
	width: 1200px;
	margin: 0 auto;
}
.sub-header{
	height: 88px;
}
input{
	outline: none;
}
a{
	text-decoration: none;
	color: #3c3c3c;
}
a:hover{
	text-decoration: none !important;
}
ul,li{
	list-style: none;
}
.clear{
	clear: both;
}
.sub-header .logo img{
	width: 158px;
	height: 38px;
}
.logo{
	float: left;
	margin: 0 0 0 0;
}
.logo img{
	/*width: 500px;*/
}
.sub-header .logo{
	margin: 21px 0 0 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.date{
	height: 42px;
	line-height: 42px;
	text-align: right;
	padding: 0 0 0 0;
}
.search{
	float: right;
	width: 427px;
	margin: 0 0 0 0;
	position: relative;
}
.search-text{
	width: 336px;
	height: 44px;
	border-top-left-radius: 53px;
	border-bottom-left-radius: 53px;
	border-left: 1px solid #00a0e9;
	border-top: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
}
.btn-search{
	width: 91px;
	height: 46px;
	line-height: 46px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #00b0ec;
	color: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.btn-search:hover{
	background: #014190;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}
.search-text span{
	position: absolute;
	left: 20px;
	top: 14px;
	display: block;
	width: 46px;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #3c3c3c;
	text-align: center;
	color: #3c3c3c;
}
.ipt-search{
	height: 44px;
	width: 250px;
	border: none;
	font-size: 14px;
	color: #717171;
	margin-left: 75px;
}
nav{
	height: 78px;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.sub-header nav{
	width: 1120px;
	margin: 0 auto;
	height: 88px;
	text-align: center;
}
nav li{
	display: inline-table;
	margin-right: 48px;
	font-size: 0;
	position: relative;
}
nav li:last-child{
	margin-right: 0 !important;
}
nav li li a{
	font-size: 18px !important;
	height: 36px !important;
	line-height: 36px !important;
	border-top: none !important;
	border-bottom: none !important;
}
.cur li a{
	color: #3c3c3c;
}
nav li ul{
	position: absolute;
	top: 72px;
	left: -8px;
	z-index: 9999999;
	width: 110px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}
nav li ul li{
	display: block;
	width: 110px !important;
	text-align: center;
	margin: 0 !important;
}
.sub-header nav li{
	margin: 0 20px;
	font-size: 22px;
}
.sub-header nav li a{
	font-size: 20px;
	height: 84px;
	line-height: 84px;
	border-top: none;
}
nav li a{
	display: block;
	height: 72px;
	line-height: 72px;
	border-top: 6px solid #fff;
	font-size: 22px;
	color: #3c3c3c;
}
nav li a:hover{
	color: #00a0e9;
}
.cur a{
	color: #00a0e9;
	border-top: 6px solid #00a0e9;
}
.sub-header .cur a{
	border-bottom: 5px solid #00a0e9;
	border-top: none !important;
}
.banner{
	font-size: 0;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination{
	margin-left: 530px;
}
.banner .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	width: 45px;
	border-radius: 10px;
	background: #00a0e9;
}
.bg1{
	background: url("../img/bg1.png") no-repeat center top;
}
.lead-news{
	width: 1200px;
	margin: 0 auto;
	height: 95px;
	text-align: center;
	font-size: 26px;
	position: relative;
}
.lead-news:after{
	content: '';
	display: block;
	width: 210px;
	height: 110px;
	background: url("../img/t1.png") no-repeat center center;
	position: absolute;
	left: 0;
	top: 22px;
}
.lead-news span{
	position: absolute;
	right: 0;
	top: 30px;
	display: none;
}
.lead-news span em{
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	border: 1px solid #00a0e9;
	font-style: normal;
	color: #00a0e9;
}
.lead-news span i{
	font-style: normal;
	font-size: 16px;
}
.lead-news a{
	color: #3c3c3c;
	font-weight: bold;
}
.lead-news a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.lead-news p {
    display: block;
    margin: 0 auto;
    line-height: 150%;
    padding: 47px 0 0 215px;
}
.lead-news-page{
	padding: 40px 0 20px 0;
	border-top: none;
}
.lead-news-content{
	width: 1200px;
	margin: 0 auto;
}
.lead-news-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
    align-items: center;
}
.lead-news-container .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.lead-news-container .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.lead-news-box{
	width: 280px;
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.2);
    background: #fff;
	margin: 10px 0;
}
.lead-news-container .swiper-button-next{
	color: #00a0e9 !important;
	background-color: #f2f2f2;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	z-index: 999999;
	opacity:0.4;
	background-size: 16px 16px;
}
.lead-news-container .swiper-button-prev{
	color: #00a0e9 !important;
	background-color: #f2f2f2;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 999999;
	opacity:0.4;
	background-size: 16px 16px;
}
.lead-news-container .swiper-button-next:hover,.lead-news-container .swiper-button-prev:hover{
	opacity:0.8;
}
.swiper-pagination-fraction{
	font-size: 20px !important;
}
.lead-news-container .swiper-button-prev:after, .lead-news-container .swiper-button-next:after {
	font-size: 20px!important;
	font-weight: bold;
}

.lead-news-box:hover{
	color: #00b0ec;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.lead-news-box h4 a:hover{
	text-decoration: underline;
}
.lead-news-box:hover h4 a{
	color: #00b0ec;
}
.lead-news-box:hover h5{
	color: #00b0ec;
}
.lead-news-box span{
	display: block;
	overflow: hidden;
	width: 280px;
	height: 188px;
}
.lead-news-box img{
	width: 280px;
	height: 188px;
}
.lead-news-box h4{
	height: 100px;
	line-height: 150%;
	font-weight: normal;
	padding: 20px 18px 0 18px;
	font-size: 16px;
}
.lead-news-box h5{
	font-size: 14px;
	font-weight: normal;
	color: #969696;
	padding: 0 18px 20px 18px;
}
.container{
	padding: 0 0 30px 0;
	width: 1200px;
	margin: 0 auto;
}
.container-left{
	float: left;
	width: 50%;
}
.container-right{
	float: right;
	width: 50%;
}
.programe{
	width: 1200px;
	overflow: hidden;
}
.programe-item{
	width: 275px;
	float: left;
	margin-right: 33px;
}
.programe-item:hover a{
	color: #009cf0;
}
.container-left .idx-news{
	padding-right: 12px;
}
.container-right .idx-news{
	padding-left: 12px;
}
.idx-news{
	font-size: 20px;
}
.column-title{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #00a0e9;
	position: relative;
	font-size: 26px;
	color: #00a0e9;
	font-weight: normal;
}
.column-title span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
.column-title span a:hover{
	text-decoration: underline;
}
.column-title i{
	position: relative;
	font-style: normal;
}
.column-title i:after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #00a0e9;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.column-title2{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #00a0e9;
	position: relative;
	font-size: 26px;
	color: #00a0e9;
	font-weight: normal;
}
.column-title2 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
.column-title2 span a:hover{
	text-decoration: underline;
}
.column-title2 i{
	position: relative;
	font-style: normal;
	margin-right: 20px;
	color: #3c3c3c;
	cursor: pointer;
}
.column-title2 i.hover{
	color: #00a0e9;
}
.column-title2 i.hover:after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #00a0e9;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.programe-container{
	width: 1232px;
	display: none;
}
.idx-news-img{
	float: left;
	margin: 45px 23px 0 0;
}
.idx-news-img span{
	display: block;
	overflow: hidden;
	width: 215px;
	height: 135px;
}
.idx-news-img img{
	width: 215px;
	height: 135px;
}
.idx-news-txt{
	padding: 45px 0 0 0;
	position: relative;
}
.idx-news-txt p{
	line-height: 180%;
	margin-bottom: 30px;
	font-size: 16px;
	padding: 0 60px 0 0;
}
.idx-news-txt p a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.idx-news-txt h5{
	color: #a6a6a6;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 47px;
}
.idx-news ul{
	margin-top: 20px;
}
.idx-news li{
	height: 48px;
	line-height: 48px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right: 60px;
	font-size: 16px;
}
.idx-news li a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.idx-news li span{
	position: absolute;
	right: 0;
	color: #c4c4c4;
}
.single-link{
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 0;
}
.link-item{
	position: relative;
	width: 190px;
	display: inline-table;
	margin-right: 10px;
}
.link-item:last-child{
	margin-right: 0 !important;
}
.link-item a{
	display: block;
	width: 100%;
	height: 65px;
	background: #eee;
	color: #0068b7;
	text-align: center;
	font-size: 26px;
	padding: 75px 0 0 0;
}
.link-item a:hover{
	text-decoration: underline;
}
.link-item:after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -25px;
}
.item1:after{
	background: url("../img/ico1.png") no-repeat center center;
}
.item2:after{
	background: url("../img/ico2.png") no-repeat center center;
}
.item3:after{
	background: url("../img/ico3.png") no-repeat center center;
}
.item4:after{
	background: url("../img/ico4.png") no-repeat center center;
}
.item5:after{
	background: url("../img/ico5.png") no-repeat center center;
}
.item6:after{
	background: url("../img/ico6.png") no-repeat center center;
}
.idx-banner{
	margin: 0 0 30px 0;
	position: relative;
}
.idx-banner i{
	position: absolute;
	left: 20px;
	top: 30px;
	font-size: 24px;
	color: #fff;
	font-style: normal;
}
.idx-banner i{
	display: none;
}
.idx-banner img{
	width: 100%;
}
.idx-banner ul{
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 0;
	font-size: 0;
	width: 100%;
	text-align: center;
}
.idx-banner li{
	display: inline-table;
	padding: 0 100px;
	height: 90px;
	line-height: 90px;
	/*border-right: 1px solid #fff;*/
	position: relative;
}
.idx-banner li:last-child{
	border-right: none;
}
.idx-banner li a{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}
.idx-banner li:after{
	content: '';
	display: none;
	width: 76px;
	height: 5px;
	background: #00b0ec;
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -38px;
}
.programe .container-left,.programe .container-right{
	padding: 50px 0 0 0;
}
.programe-img{
	width: 275px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}
.programe-img img{
	width: 275px;
	height: 160px;
}
.programe-txt{
}
.programe-txt p{
	font-size: 16px;
	color: #3c3c3c;
	line-height: 180%;
	margin-bottom: 20px;
}
.programe-txt p a:hover{
	color: #00a0e9;
	text-decoration: underline;
}
.programe-txt h5{
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.container-w1{
	width: 35%;
	float: left;
}
.container-w2{
	width: 65%;
	float: right;
}
.idx-video{
	margin: 0 40px 0 0;
}
.idx-video video{
	border: 3px solid #c9c9c9;
	height: 230px;
}
.idx-video h5{
	color: #0068b7;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	line-height: 180%;
	padding: 14px 0 13px 0;
	font-weight: normal;
}
.idx-video h5 a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.idx-video h6{
	font-weight: normal;
	color: #969696;
	position: relative;
	font-size: 14px;
}
.idx-video h6 span{
	position: absolute;
	right: 0;
	top: 0;
}
.idx-video video{
	margin: 55px 0 0 0;
}
.topic-container{
	font-size: 0;
	padding: 55px 0 0 0;
}
.topic-item{
	display: inline-table;
	width: 50%;
	margin-bottom: 40px;
}
.topic-item3{
	margin-bottom: 40px;
}
.topic-item img,.topic-item3 img{
	width: 100%;
}

.w100{
	width: 100% !important;
}
.frendlink-page{
	width: 1200px;
	margin: 0 auto;
}
.frendlink-page h2{
	text-align: center;
	padding-bottom: 20px;
	font-weight: normal;
}
.frendlink{
	width: 100%;
	background-image: url("../img/idx-bg1.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 45px 0 20px 0;
}
.frendlink-item{
	text-align: center;
	font-size: 0;
	padding-bottom: 60px;
}
.frendlink-item li{
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.frendlink-item li a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.frendlink-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
    align-items: center;
}
.frendlink-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 1;
	margin: 0 14px;
}
.frendlink-container .swiper-pagination-bullet-active {
    background: #00a0e9;
}
.frendlink-box{
	text-align: center;
	font-size: 0;
}
.frendlink-items{
	width: 280px;
	display: inline-grid;
	margin: 0 10px;
}
.frendlink-items h4{
	height: 84px;
	line-height: 84px;
	color: #017fb7;
	font-size: 24px;
	background: url("../img/bg-link2.png") no-repeat center center;
	text-align: center;
	margin-bottom: 30px;
	background-size: 280px 84px;
}
.frendlink-items h4:hover{
	background: url("../img/bg-link1.png") no-repeat center center;
	color: #fff;
}
.frendlink-img{
	width: 294px;
	height: 150px;
	display: inline-table;
	font-size: 0;
	margin: 0;
}
/*.frendlink-item .frendlink-img:nth-child(1),.frendlink-item .frendlink-img:nth-child(2),.frendlink-item .frendlink-img:nth-child(3),.frendlink-item .frendlink-img:nth-child(4){
	border-bottom: 1px solid #ddd;
}
.frendlink-item .frendlink-img:nth-child(1),.frendlink-item .frendlink-img:nth-child(2),.frendlink-item .frendlink-img:nth-child(3),.frendlink-item .frendlink-img:nth-child(5),.frendlink-item .frendlink-img:nth-child(6),.frendlink-item .frendlink-img:nth-child(7){
	border-right: 1px solid #ddd;
}*/
.frendlink-img span{
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 86px;
	background: #fff;
	text-align: center;
	margin: 10px auto 20px auto;
	overflow: hidden;
}
.frendlink-img span img{
	width: 86px;
	height: 86px;
}
.frendlink-img h5{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
footer{
	background: #f2f2f2;
}
.copyright{
	padding: 76px 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 16px;
	color: #3e3e3e;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.copyright select{
	width: 184px;
    height: 50px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow1.png) no-repeat 150px center #f2f3f5;
    font-size: 16px;
    color: #3e3e3e;
	padding-left: 10px;
	border: 3px solid #d0d0d0;
	position: absolute;
	right: 0;
	top: 56px;
}
.foot{
	padding: 35px 0 35px 0;
	width: 1200px;
	margin: 0 auto;
}
.foot-nav{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #d0d0d0;
}
.foot-nav li{
	display: inline-table;
	font-size: 16px;
	border-right: 1px solid #3c3c3c;
	padding: 0 30px;
}
.foot-nav li:last-child{ 
	border-right: none;
}
.foot-ewm{
	float: left;
	width: 250px;
}
.foot-ewm-txt{
	float: left;
	width: 170px;
	text-align: center;
	line-height: 150%;
}
.foot-ewm-txt span{
	display: block;
	width: 100px;
	border-radius: 10px;
	background: #18aded;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
}
.foot-ewm-txt h6{
	font-weight: normal;
	font-size: 12px;
}
.foot-ewm-img{
	width: 80px;
	float: left;
}
.foot-ewm-img img{
	width: 80px;
}
.foot-img{
	float: left;
	border-right: 1px solid #d0d0d0;
	padding: 15px 0 10px 0;
}
.foot-img img{
	margin: 0 15px 0 0;
}
.foot-img p{
	display: flex;
    align-items: center;
    justify-content: center;
}
.foot-txt{
	float: left;
	text-align: left;
	width: 550px;
	font-size: 13px;
	padding: 0 0 0 15px;
	line-height: 200%;
}
.foot-txt a:hover{
	text-decoration: underline;
}
.sub-banner{
	width: 1200px;
	margin: 30px auto;
	font-size: 0;
	position: relative;
}
.sub-banner img{
	width: 1200px;
}
.sub-banner span{
	position: absolute;
	left: 50px;
	top: 45px;
	font-size: 22px;
	color: #f8f8f8;
	display: none;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.sort{
	font-size: 0;
	border-bottom: 1px solid #00a0e9;
	margin-bottom: 10px;
	position: relative;
}
.sort span{
	position: absolute;
	right: 0;
	bottom: 24px;
}
.sort li{
	display: inline-table;
	font-size: 26px;
	margin-right: 64px;
	position: relative;
}
.sort li:after{
	content: '';
	display: block;
	width: 1px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: -32px;
	background: #dcdcdc;
}
.sort li:last-child:after{
	display: none;
}
.sort li a{
	color: #3c3c3c;
	display: block;
	height: 66px;
	line-height: 66px;
}
.sort li a:hover{
	color: #00a0e9;
}
.current a{
	border-bottom: 4px solid #00a0e9;
	color: #00a0e9 !important;
}
.industry-item{
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
	margin-bottom: 50px;
}
.industry-item:hover{
	background: #00a0e9;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.industry-item:hover h4 a,.industry-item:hover h5,.industry-item:hover p{
	color: #fff;
}
.industry-item-img{
	font-size: 0;
}
.industry-item-img{
	float: left;
	width: 500px;
	height: 350px;
	overflow: hidden;
}
.industry-item-img img{
	width: 500px;
	height: 350px;
}
.industry-item-txt{
	float: right;
	width: 615px;
	margin: 0 50px 0 0;
}
.industry-item-txt h4{
	font-size: 26px;
	font-weight: normal;
	padding: 30px 0 0 0;
}
.industry-item-txt h5{
	font-size: 18px;
	color: #6a6a6a;
	font-weight: normal;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.industry-item-txt p{
	font-size: 18px;
	color: #6a6a6a;
	line-height: 200%;
	padding: 23px 0 34px 0;
}
.industry-item-txt h6{
	font-size: 0;
	font-weight: normal;
}
.industry-item-txt h6 a{
	display: inline-grid;
	padding: 0 9px;
	background: #eee;
	height: 25px;
	line-height: 25px;
	color: #3c3c3c;
	font-size: 14px;
	margin-right: 5px;
}
.industry-item-txt h6 a:hover{
	text-decoration: underline;
}
.more{
	position: relative;
}
.more a{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #3c3c3c;
	background: #fff;
	border: 1px solid #eee;

	position: absolute;
	right: 0;
	top: -39px;
}
.more a:hover{
	background: #00a0e9;
	color: #fff;
}
.sub-search{
	width: 210px;
	height: 50px;
	border-radius: 50px;
	background: #f7f7f7;
	margin: 15px 32px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.search-ipt{
	width: 135px;
	padding: 0 0 0 25px;
	height: 50px;
	border: none;
	background: none;
}
.search-btn{
	background: url("../img/btn-search.jpg") no-repeat;
	width: 27px;
	height: 29px;
	position: absolute;
	border: none;
	cursor: pointer;
	right: 15px;
	top: 10px;
}
.content{
	line-height: 180%;
	font-size: 16px;
	padding: 30px 0;
}
.content img{
	font-size:0;
}
.content p{
	padding: 5px 0;
}
.news-main{
	float: left;
	width: 745px;
}
.news-main2{
	padding-bottom: 50px;
}
.news-item{
	padding: 18px;
}
.news-item:hover{
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
}
.news-item2{
	padding: 18px 0;
	border-bottom: 1px dotted #d0d0d0;
}
.news-item2 .news-txt4{
	position: relative;
}
.news-txt4 h4{
	font-size: 20px;
	font-weight: normal;
	padding-right: 150px;
	line-height: 150%;
}
.news-txt4 h4 a:hover{
	color: #00a0e9;
}
.news-item2 .news-txt4 h5{
	position: absolute;
	right: 0;
	top: 3px;
	font-weight: normal;
	font-size: 20px;
}
.news-img{
	float: left;
	width: 215px;
	overflow: hidden;
}
.news-img img{
	width: 215px;
}
.news-txt{
	float: right;
	width: 460px;
}

.news-txt h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 180%;
	padding-bottom: 40px;
}
.news-txt h4 a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.news-txt h5{
	font-weight: normal;
	font-size: 16px;
	color: #a6a6a6;
}
.news-txt2{
	float: right;
	width: 920px;
}
.news-txt2 h4{
	padding-bottom: 10px;
}
.news-txt2 p{
	line-height: 180%;
	color: #6a6a6a;
	font-size: 18px;
}
.news-txt3{
	float: left;
}

.news-txt3 h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 180%;
	padding-bottom: 40px;
}
.news-txt3 h4 a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.news-txt3 h5{
	font-weight: normal;
	font-size: 16px;
	color: #a6a6a6;
}
.news-side{
	float: right;
	width: 415px;
}
.news-side h4,.news-side-h4{
	height: 55px;
	line-height: 55px;
	/*border-bottom: 1px solid #00a0e9;*/
	font-size: 20px;
	color: #00a0e9;
	position: relative;
}
.news-side h4 b,.news-side-h4 b{
	position: relative;
	font-weight: normal;
}
.news-side h4 b:before,.news-side-h4 b:before{
	/*content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #00a0e9;
	position: absolute;
	left: 0;
	bottom: -16px;*/
}
.news-side h4 span,.news-side-h4 span{
	position: absolute;
	right: 0;
	top: 0;
}
.news-side h4 span a,.news-side-h4 span a{
	color: #a6a6a6;
	font-weight: normal;
	font-size: 16px;
}
.news-side h4 span a:hover,.news-side-h4 span a:hover{
	text-decoration: underline;
}
.news-side-img{
	float: left;
	width: 106px;
	overflow: hidden;
}
.news-side-img img{
	width: 106px;
}
.news-side-txt{
	float: right;
	width: 256px;
	padding: 10px 0;
	line-height: 180%;
}
.news-side-txt p a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.news-side-box{
	padding: 12px;
	border: 1px solid #eee;
}
.news-side-box{
	margin-top: 18px;
}
.news-side-item{
	margin-bottom: 10px;
}
.side-video{
	margin: 0 0 0 0;
}
.side-video h5{
	color: #0068b7;
	font-size: 16px;
	padding: 20px 0;
	font-weight: normal;
	line-height: 180%;
}
.side-video h5 a:hover{
	text-decoration: underline;
	color: #00a0e9;
}
.side-video h6{
	font-weight: normal;
	color: #969696;
	position: relative;
}
.side-video h6 span{
	position: absolute;
	right: 0;
	top: 0;
}
.side-video video{
	margin: 0 0 0 0;
}
.news-title{
	font-size: 24px;
	color: #3c3c3c;
	line-height: 150%;
	padding: 0 0 40px 0;
	font-weight: normal;
	text-align: center;
}
.news-date{
	color: #a6a6a6;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px 0;
	text-align: center;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.prev-next{
	padding: 65px 0 30px 0;
	border-top: 1px solid #eee;
}
.news-prev,.news-next{
	position: relative;
	height: 125px;
	width: 50%;
}
.news-prev span,.news-next span{
	display: block;
	width: 125px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
}
.prev-next-title{
	margin: 0 24px 30px 154px;
	font-size: 20px;
	line-height: 180%;
}
.prev-next-title a{
	color: #3c3c3c;
}
.prev-next-title a:hover{
	text-decoration: underline;
}
.prev-next h4{
	margin: 0 24px 0 154px;
	font-size: 16px;
	color: #a6a6a6;
	position: relative;
	font-weight: normal;
}
.prev-next h4 i{
	display: block;
	width: 90px;
	height: 18px;
	overflow: hidden;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination{
	display: block;
	text-align: center;
	font-size: 0;
	padding: 50px 0;
}
.pagination li{
	display: inline-table;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 0 5px;
}
.disabled{
	background: #eee;
}
.active{
	background: #00a0e9;
	color: #fff;
}
.fix{
	width: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}
.lead-news-box:hover img,.idx-news-img:hover img,.programe-img img:hover,.news-img img:hover,.news-side-img img:hover,.industry-item-img img:hover{ 
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.lead-news-box img,.idx-news-img img,.programe-img img,.news-img img,.news-side-img img,.industry-item-img img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}
.cate-list{
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	margin: 20px 0;
}
.cate-item{
    float: left;
    margin-right: 20px;
    width: 110px;
    height: 30px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
	background: #00a0e9;
	margin-bottom: 20px;
}
.cate-box li{
	float: left;
	margin-right: 10px;
}
.cate-box li a:hover{
	color: #00a0e9;
}
@media screen and (max-width: 1680px){
	.sub-header nav li{
		margin: 0 10px;
	}
	.sub-header nav li a {
		font-size: 16px;
	}
	.sort li {
		font-size: 24px;
	}
	.sub-header nav li li a{
		font-size: 14px !important;
	}
}
/*@media screen and (max-width: 1680px){
	.link-item{
		position: relative;
		width: 240px;
		display: inline-grid;
		margin-right: 20px;
	}
	.frendlink-items{
		width: 370px;
		display: inline-grid;
		margin: 0 20px;
	}
	.frendlink-items h4{
		height: 111px;
		line-height: 111px;
		background-size: 370px 111px;
	}
	.frendlink-items h4:hover{
		background-size: 370px 111px;
	}
	nav li {
		margin: 0 50px;
	}
}
@media screen and (max-width: 1680px){
	nav li a {
		font-size: 20px;
	}
	nav li {
		margin: 0 40px;
	}
	.logo img{
		width: 600px;
	}
	.lead-news-box{
		width: 330px;
	}
	.lead-news-box img{
		width: 330px;
		height: 221px;
	}
	.idx-news li{
		font-size: 16px;
	}
	.link-item {
		width: 200px;
		margin-right: 20px;
	}
	.idx-banner ul {
		top: 60px;
	}
	.topic-container{
		font-size: 0;
	}
	.topic-item{
		width: 48%;
		margin: 0 5px 20px 5px;
	}
	.frendlink-items{
		width: 320px;
		display: inline-grid;
		margin: 0 15px;
	}
	.frendlink-items h4{
		height: 96px;
		line-height: 96px;
		background-size: 320px 96px;
	}
	.frendlink-items h4:hover{
		background-size: 320px 96px;
	}
	.frendlink-item{
		width: 320px;
		margin-bottom: 60px;
	}
	.frendlink-item li{
		font-size: 16px;
		height: 40px;
    	line-height: 40px;
	}
	.foot-txt{
		font-size: 16px;
	}
	.foot-img img {
		margin: 0 15px;
	}
	.sub-header nav li a{
		font-size: 18px;
	}
	.sub-header nav li{
		margin: 0 15px;
	}
	.idx-banner li a{
		font-size: 30px;
	}
	.programe-txt p{
		font-size: 18px;
	}
	.idx-video h5{
		font-size: 18px;
	}
}
@media screen and (max-width: 1680px){
	.link-item {
		width: 185px;
		margin-right: 20px;
	}
	.link-item a {
		height: 45px;
		font-size: 26px;
		padding: 75px 0 0 0;
	}
	.link-item:after{
		top: 15px;
	}
	.frendlink-items {
		width: 300px;
	}
	.frendlink-item{
		width: 300px;
	}
	.frendlink-items h4{
		height: 90px;
		line-height: 90px;
		background-size: 300px 90px;
	}
	.frendlink-items h4:hover{
		background-size: 300px 90px;
	}
	.foot-txt {
		font-size: 14px;
	}
	.copyright{
		font-size: 16px;
	}
	.sub-header .logo {
		margin: 21px 0 0 20px;
	}
	.sub-header nav li {
		margin: 0 12px;
	}
	.sort li{
		font-size: 20px;
	}
}
@media screen and (max-width: 1280px){
	header {
		height: 116px;
	}
	.logo img {
		width: 500px;
	}
	.search {
    	float: right;
		width: 467px;
	}
	.search-text {
		width: 376px;
		height: 43px;
	}
	.ipt-search{
		height: 43px;
	}
	.search-text span {
		top: 12px;
	}
	.btn-search{
		height: 45px;
	}
	.lead-news-box{
		width: 300px;
	}
	.lead-news-box img {
		width: 300px;
		height: 201px;
	}
	.lead-news-box h4{
		font-size: 16px;
		height: 60px;
	}
	.idx-news li{
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		padding-right: 60px;
	}
	.link-item {
		width: 178px;
		margin-right: 15px;
	}
	.link-item a {
		height: 45px;
		padding: 75px 0 0 0;
		font-size: 20px;
	}
	.link-item:after{
		top: 15px;
	}
	.idx-banner li {
		padding: 0 90px;
	}
	.idx-banner ul {
		top: 45px;
	}
	.frendlink-items {
		width: 280px;
	}
	.frendlink-items h4{
		height: 84px;
		line-height: 84px;
		background-size: 280px 84px;
	}
	.frendlink-items h4:hover{
		background-size: 280px 84px;
	}
	.frendlink-item{
		width: 280px;
	}
	.frendlink-item li{
		font-size: 14px;
	}
	.frendlink-container .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin: 0 5px;
	}
	.foot-img img{
		height: 54px;
	}
	.sub-header nav li a{
		font-size: 16px;
	}
}*/
.header-email{
	position: absolute;
	right: 100px;
	top: 0;
	z-index: 9999999;
	
}
.header-email img{
	height: 70px;
}