﻿@charset "utf-8";
/* CSS Document chongli */
body { font:16px "microsoft Yahei","Arial",sans-serif; color: #000; background-color: #fff;}
*{padding:0;margin:0;}
img{border:0; vertical-align: middle;}
ul,li{list-style:none;}
a{text-decoration:none;transition:all 0.4s;-webkit-transition:all 0.4s; color: #000;}
input{  border: 0; background:none; font:14px "microsoft Yahei","Arial",sans-serif; width: 100%;}
h2{font-weight:400;}
i{ font-style:normal;}
b{ font-weight:normal;}
a:hover {color: #0076c6;}
table {max-width: 100%; margin: 0 auto;}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.8; color: #333}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.8; color: #333}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.8; color: #333}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.8; color: #333}

/*回顶部*/
#top{position:fixed; bottom:25%; right:20px; display: none;border-radius:3px; cursor:pointer; width:50px; height:50px; background:#666 url(../images/top.png); transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; z-index:9999;}	
#top:hover{background:#333 url(../images/top.png) 0px -50px;}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before { content: ''; display: table }
.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after { content: ''; display: table; clear: both }
.cf, .header, .main, .footer, .wrap { *zoom: 1 }

/*图片放大*/
.tr_sc{ overflow:hidden; display:block;}
.tr_sc img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tr_sc:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/*其他公用*/
.wrap{width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 0 20px;}
.ww{ word-wrap: break-word}
.textCen {text-align: center;}
.hidden{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width: 100%; display: block; box-sizing: border-box;}
.pstRel {position: relative;}

/*特殊字体*/
@font-face {
	font-family: 'Conv_DINCond-Medium';
	src: url('../fonts/DINCond-Medium.eot');
	src: local('☺'), url('../fonts/DINCond-Medium.woff') format('woff'), url('../fonts/DINCond-Medium.ttf') format('truetype'), url('../fonts/DINCond-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*公用头尾*/
/*头部*/
.header {position: relative; z-index: 999;}
.logo {float: left; height: 68px; display: block; margin: 11px 0 12px;}
.logo img {height: 100%;}
.nav_box {/*overflow: hidden;*/ padding: 5px 0;}
.language_box {text-align: right;}
.language_box a {display: inline-block; vertical-align: top; color: #333; font-size: 12px; line-height: 22px; padding: 0 10px;}
.language_box .en {padding-right: 0; position: relative;}
.language_box .en:before {content: ""; position: absolute; left: -2px; top: 6px; height: 12px; width: 1px; background: #c6c6c6;}
.nav {text-align: center;}
.nav > li{display: inline-block; vertical-align: top; padding: 4px 25px; line-height: 28px;position: relative;}
.nav li a {display: inline-block;}
.nav .li > a {border-bottom: 3px solid transparent;}
.nav .li.one > a,
.nav .li > a:hover {border-bottom-color: #0076c6; color: #0076c6;}

/*二级导航*/
.nav_son{ opacity: 0; display: block;display/*\**/:none\9;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    font-size: 14px;}

.nav .li{ -webkit-transition: all 0.2s;transition: all 0.2s; }
.nav_son .son_li {height: 0; line-height: 0; background: none; box-sizing: border-box; display: block; min-width: 114px; box-sizing: border-box; padding: 9px;}
.nav_son{ -webkit-transition: all 1s;transition: all 1s; }
.nav_son .son_li{ -webkit-transition: height 0.5s;transition: height 0.5s;}
.nav .li:hover .nav_son{ opacity: 1;display/*\**/:block\9;}
.nav .li:hover .son_li { height: 36px; line-height: 18px;}
.nav_son .son_li.active a,
.nav_son .son_li a:hover {color: #0076c6;}


/*尾部*/
.index_body {position: relative;}
.index_foot_bg {position: absolute; bottom: 0; left: 0; width: 100%; height: 813px; z-index: -1; background: url(../images/index_foot_bg.jpg) bottom center no-repeat; background-size: cover;}
.foot_box {padding: 90px 0 23px;background-color: rgb(50, 50, 51);}
.index_body .foot_box {background-color: transparent;}
.foot_logo {display: block; float: left; width: 96px; padding-top: 8px;}
.foot_logo img {width: 100%;}
.foot_nav {overflow: hidden; padding: 0 0 0 150px;}
.foot_nav .li {display: inline-block; width: 32.8%; box-sizing: border-box; vertical-align: top; padding: 0 45px;}
.foot_nav_tit {color: #fff; font-size: 20px; line-height: 30px; margin-bottom: 24px; display: block;}
.foot_nav_ol li a {color: #fff; display: inline-block; font-size: 14px; line-height: 20px; padding: 8px 0;}
.li1 .foot_nav_ol li {display: inline-block; width: 48%; box-sizing: border-box; padding-right: 10px;}
.foot_contact {color: #fff;font-size: 14px; line-height: 20px;}
.foot_contact p {padding: 8px 0;}
.foot_copy {font-size: 14px; line-height: 24px; color: #fff;}
.foot_copy a {color: #fff;}
.foot_copy a:hover {text-decoration: underline;}
.foot_share {margin-top: 5px;}
.foot_share .bdsharebuttonbox a {padding-left: 28px; height: 28px; transition:all 0s;-webkit-transition:all 0s; background-image: url(../images/index_share.png);}
.foot_share .bdsharebuttonbox .bds_weixin {background-position: 0 0;}
.foot_share .bdsharebuttonbox .bds_tsina {background-position: -33px 0;}

.footer {position: relative;}
.index_part2_bg {position: absolute; left: 0; top: -180px; z-index: -1; width: 42.13%;}
.index_part2_bg img {max-width: 100%;}

.foot_son {cursor: pointer; display: inline-block;position: relative;transition: all 0.4s;-webkit-transition: all 0.4s;}
.foot_son .son_a{display: inline-block; padding-left: 28px; height: 28px; background-image: url(../images/index_share.png); background-repeat: no-repeat;margin: 6px 6px 6px 0;}
.foot_son1 .son_a {background-position: 0 0;}
.foot_son2 .son_a {background-position: -33px 0;}
.link_son {position: absolute;width: 120px;bottom: 30px;left: 50%; margin-left: -64px;box-sizing: border-box;padding: 0 0 20px;display: none;}
.link_son .foot_ewm {background: #fff;padding: 4px;position: relative;border: 1px solid #0076c6; display: block; text-align: center;}
.link_son .foot_ewm:before {content: "";position: absolute;bottom: -6px;left: 50%; margin-left: -6px;border-top: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;z-index: 1;}
.link_son .foot_ewm:after {content: "";position: absolute;bottom: -8px;left: 50%; margin-left: -8px;border-top: 8px solid #0076c6;border-left: 8px solid transparent;border-right: 8px solid transparent;}
.link_son .foot_ewm img {width: 100%;}
.foot_son:hover .link_son {display: block;}
.foot_son:hover .son_a {opacity: .8;filter: alpha(opacity=80);}

/*首页*/
/*轮播图按钮和原点*/
.arrow_icon {width: 48px; height: 48px; background: center no-repeat; position: absolute; top: 0; border: 1px solid #0077c6; border-radius: 48px; z-index: 20; box-sizing: border-box;}
.arrow_left {left: 10px; background-image: url(../images/icon_left.png);}
.arrow_right {right: 10px; background-image: url(../images/icon_right.png);}
.swiper_page{position: absolute; left: 0; bottom: 0; width: 100%; text-align: center;z-index: 20;}
.swiper_page span{display: inline-block; width: 10px; height: 10px; background: #ccc; margin: 0 4px; cursor: pointer; border-radius: 10px;}
.swiper_page .swiper-visible-switch{background: #0074c4;}
/*首页-轮播*/
.index_ban_box {/*overflow: hidden; width: 100%; height: 0; padding-bottom: 45.26%;*/ overflow: hidden;height: 869px; box-sizing: border-box;}
.index_ban_box .swiper-slide {background: center no-repeat; background-size: cover; display: block; height: 869px; width: 100%; box-sizing: border-box;}
.index_ban_con {padding: 245px 0 50px; text-align: right; height: 869px; box-sizing: border-box;}
.index_ban_con img {max-width: 100%; max-height: 100%;}
.index_ban_box .swiper_page {bottom: 20px;}
.index_ban_box .swiper_page span {background: #fff;}
.index_ban_box .swiper_page .swiper-visible-switch {background: #0d98f7;}
/*首页-新闻*/
.index_tit {font-size: 30px; line-height: 40px; margin-bottom: 34px;}
.index_news_box {padding: 54px 0;}
.news_list {overflow: hidden;}
.news_list .li {box-sizing: border-box; padding: 20px 0 25px; border-bottom: 1px solid #eee;}
.news_list .li a {display: block; position: relative;}
.news_pic {display: block;}
.news_pic img {width: 100%;}
.news_tit {display: block; font-size: 18px; line-height: 26px; height: 119px; overflow: hidden; padding: 22px 0; box-sizing: border-box;}
.news_list .li1 .news_tit {position: absolute; bottom: 0; width: 100%; color: #fff; font-size: 30px; line-height: 40px; padding: 1px 195px 1px 30px;text-shadow: #333 1px 1px 2px;}

.index_news_box .index_tit {margin-bottom: 10px;}
.index_news_swiper {float: left; width: 60.34%; box-sizing: border-box; margin: 25px 25px 0 0;}
.in_newslink {display: block; height: 537px; box-sizing: border-box; background: center no-repeat; background-size: cover;}
.in_newstime {position: absolute; left: 0; top: 0; width: 120px; height: 120px; box-sizing: border-box; text-align: center; background: #0074c4; color: #fff; padding: 10px;}
.in_newstime strong {font-size: 60px; font-weight: bold; line-height: 70px; display: block;}
.in_newstime span {font-size: 16px; line-height: 20px; display: block;}
.in_newscon {position: absolute; left: 0; bottom: 0; height: 150px; width: 100%; box-sizing: border-box; padding: 25px 35px; color: #fff; background: url(../images/opc_black3.png);}
.in_newstit {font-size: 30px; line-height: 40px; font-weight: bold; margin-bottom: 10px;}
.in_newsintro {font-size: 14px; line-height: 24px; height: 48px; overflow: hidden;}
.index_news_swiper .swiper_page {box-sizing: border-box; text-align: right; padding: 0 30px; bottom: 20px;}
.index_news_swiper .swiper_page span {width: 8px; height: 8px; box-sizing: border-box; border: 1px solid #fff; background: transparent; margin: 0 8px;}
.index_news_swiper .swiper_page .swiper-visible-switch {background: #fff;}

.innews_listtime {float: left; text-align: center; width: 70px; margin-right: 15px;}
.innews_listtime strong {font-size: 60px; line-height: 70px; display: block; color: #0074c4; font-weight: normal;}
.innews_listtime span {font-size: 16px; line-height: 20px; display: block; color: #666;}
.innews_listcon {overflow: hidden;}
.innews_listtit {font-size: 18px; line-height: 26px; font-weight: bold; margin: 8px 0 10px;}
.innews_listintro {font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; color: #666;}

.li2 .innews_listtit {font-size: 16px; font-weight: normal; padding-left: 25px; position: relative;}
.li2 .innews_listtit:before {content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: #333; border-radius: 100%;}
.news_list .li2 {padding: 2px 15px;}


/*首页-关于我们*/
.index_about_box {padding: 40px 0 185px; position: relative;}
.index_about_box .index_tit {margin-bottom: 30px;}
.index_about {width: 424px;}
.about_intro {line-height: 24px; font-family: arial;}
.index_about_bg {position: absolute; width: 59.16%; right: 30px; top: 97px;z-index: 0;}
.index_about_bg img {max-width: 100%;}
/*首页-活动日程*/
.index_hdrc_box {overflow: hidden;}
.index_hdrc_box .index_tit {margin-bottom: 48px;}

.index_hdrc_tab {float: left; width: 165px; margin-top: -15px;}
.index_hdrc_tab .li a {display: block; font-size: 80px; line-height: 90px; color: #8fbddd;font-family:'Conv_DINCond-Medium',arial; font-weight: bold;}
.index_hdrc_tab .li .selected {color: #0074c4;}
.index_hdrc_con {overflow: hidden;}
.tab_con_ul {box-sizing: border-box; padding: 0 50px 0 70px; height: 305px; border-left: 1px solid #b7c4cd;}
.hdrc_time {font-size: 30px; line-height: 38px; font-family:'Conv_DINCond-Medium',arial; margin-bottom: 25px;}
.hdrc_tit {font-size: 20px; line-height: 30px; height: 60px; overflow: hidden; margin-bottom: 10px;}
.hdrc_intro {line-height: 20px;}
.hdrc_intro p {padding: 10px 0; overflow: hidden;}
.hdrc_intro p strong {float: left; width: 80px; margin-right: 10px; margin-bottom: 1px;}

.tab_con {padding-bottom: 50px;}
.tab_con .arrow_icon {background-color: #eee; border-color: transparent; top: -7px;}


.index_hdrc {position: relative; z-index: 2; padding: 55px 140px; box-sizing: border-box; background: #fff; background: rgba(255,255,255,0.9);}
.index_hdrc_wrap table {width: 100%; border-collapse: collapse; font-size: 24px; line-height: 1.5;}
.index_hdrc_wrap table tr {border-top: 1px solid #000; border-bottom: 1px solid #000;}
.index_hdrc_wrap table td {border: 1px solid #000; padding: 13px;}
.index_hdrc_wrap table tr td:first-child {border-left: none;}
.index_hdrc_wrap table tr td:last-child {border-right: none;}

.index_hdrc_text {position: absolute; left: -370px; bottom: 0; width: 1253px;}
.index_hdrc_text img {max-width: 100%;}
.index_hdrc:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: url(../images/a_schedule_line.png) no-repeat;}
.index_hdrc:after {content: ""; position: absolute; left: -58px; top: -140px; bottom: 0; right: -135px; background: url(../images/a_schebg.png) no-repeat; }
.index_hdrc_wrap {position: relative; z-index: 10;}


/*首页-参会嘉宾*/
.index_chjb_box {padding: 90px 0 26px;}
.index_chjb_box .index_tit {margin-bottom: 0;}
.chjb_swiper .swiper-container {padding: 35px 0;}
.chjb_pic {display: block;box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);}
.swiper-slide-active .chjb_pic {box-shadow: 0 0 25px 8px rgba(0,0,0,0.2);}
.chjb_pic img {width: 100%;}

.chjb_swiper .swiper-wrapper {
    max-height: 0;
}
/*首页-精彩图集*/
.index_jctj_box {padding: 54px 0;overflow: hidden;}
.jctj_swiper {}
.jctj_swiper .swiper-container {overflow: initial;}
.jctj_swiper .jctj_ul {margin: -3px; padding: 0 3px;}
.jctj_swiper .jctj_ul .li {float: left; width: 50%; box-sizing: border-box; padding: 3px;}
.jctj_ul .li a {display: block;}
.jctj_ul .li img {width: 100%;}
.jctj_swiper .swiper-slide {position: relative;}
.jctj_swiper .swiper-slide:before {content: ""; position: absolute; top: 0; left: 3px; right: 3px; height: 100%; background: rgba(0,0,0,0.2);}
.jctj_swiper .swiper-slide-active:before {display: none;}
.jctj_swiper .arrow_icon {top: 50%; margin-top: -40px; width: 78px; height: 78px; border-color: #fff;}
.jctj_swiper .arrow_left {background-image: url(../images/icon_left1.png); left: -118px;}
.jctj_swiper .arrow_right {background-image: url(../images/icon_right1.png); right: -118px;}
.jctj_swiper .arrow_icon:hover {background-color: #0077c6;}

/*首页-精彩回顾*/
.index_jchg_box {padding: 80px 0;}
.jchg_swiper .arrow_icon{display: none;} 
.jchg_pic_box {position: relative; cursor: pointer;} 
.jchg_pic_box .jchg_pic {display: block;}
.jchg_pic_box .jchg_pic img {width: 100%;}
.jchg_pic_box .jchg_btn {position: absolute; width: 100%; height: 100%; box-sizing: border-box; top: 0; left: 0; background: rgba(0,0,0,0.3) url(../images/icon_video.png) center no-repeat;}
.jchg_tit {background-color: #0074c4; color: #fff; font-size: 14px; line-height: 20px; text-align: center; padding: 15px;}
.jchg_video {display: block;}

.jchg_swiper .swiper-wrapper {
    max-height: 0;
}

/*视频播放*/
.video_box { position: fixed; z-index: 999999; top: 50%; left: 50%; display: none; width: 1000px; height: 500px; margin-left: -500px; margin-top: -250px; text-align: center;}
.video_box video { width: 100%; height: 500px; background-color: #000;}
.video_box .close { position: absolute; top: 0; right: 0; width: 32px; height: 32px; cursor: pointer; color: #fff; background: url(../images/dxico_09.png) no-repeat; background-position: right top;}
.dark_box { position: fixed; z-index: 99999; top: 0; left: 0; display: none; width: 100%; height: 100%; background: url(../images/opc_black3.png);}


/*首页-报名入口*/
.index_bmrk_box {padding: 27px 0;}
.bmrk_list .li {background: center no-repeat; background-size: cover; height: 361px; width: 33.33%; float: left; box-sizing: border-box;}
.bmrk_list .li a {height: 100%; width: 100%; display: block; background: url(../images/opc_red.png); box-sizing: border-box; padding: 55px 25px; text-align: center; color: #fff;}
.bmrk_list .li2 a {background-image: url(../images/opc_blue.png);}
.bmrk_list .li3 a {background-image: url(../images/opc_yellow.png);}
.bmrk_tit {display: block; font-size: 36px; line-height: 50px;}
.bmrk_titEn {display: block; font-size: 14px; line-height: 20px; font-family:'Conv_DINCond-Medium',arial;}
.bmrk_btn {display: inline-block; margin-top: 140px; line-height: 40px; padding: 0 20px; border: 1px solid #fff; border-radius: 20px;}
.bmrk_btn img {margin-left: 10px;}
.bmrk_list a:hover .bmrk_btn {background-color: #0076c6;}
/*首页-合作支持*/
.index_hzzc_box {padding: 70px 0;}
.hzzc_swiper .swiper-slide {display: table;}
.hzzc_pic {display: table-cell; vertical-align: middle; width: 100%; box-sizing: border-box; padding: 10px; text-align: center; height: 80px;}
.hzzc_pic img{max-width: 100%; max-height: 100%;}
.hzzc_swiper .arrow_icon {top: 50%; margin-top: -24px;}
.hzzc_swiper .arrow_left {left: -76px;}
.hzzc_swiper .arrow_right {right: -76px;}
.hzzc_swiper .arrow_icon:hover {background-color: #fff;}

/*搜索*/
.news_search {border: 1px #F2F2F2 solid;}
.news_search .sub {float: right;height: 55px;width: 80px; box-sizing: border-box;cursor: pointer;border: 0;background: #0076c6 url(../images/search.png) center center no-repeat;}
.news_search .wbk {margin: 0 80px 0 0;}
.news_search .wbk span {background: #fff;display: block;padding: 0 10px;}
.news_search .wbk input {width: 100%;height: 55px;background: none;line-height: 55px;border: 0;color: #545251;font-family: "Microsoft YaHei";font-size: 14px;}
.ss_list {padding-top: 10px;color: #666;font-size: 14px;text-align: center;}


/*编辑器*/
.editor_con img {max-width: 100%; height: auto !important;}

/*--1440--*/
@media screen and (max-width:1440px){/*--1440--*/
	.jctj_swiper .arrow_left {left: 10px;}
	.jctj_swiper .arrow_right {right: 10px;}
	.hzzc_swiper {padding: 0 55px;}
	.hzzc_swiper .arrow_left {left: 0;}
	.hzzc_swiper .arrow_right {right: 0;}
	.video_box {width: 800px; margin-left: -400px; height: 400px; margin-top: -200px;}
    .video_box video {height: 400px;}
    
    .index_hdrc_text {width: 800px; left: -100px;}
}


/*--ipad横--*/
@media screen and (max-width:1200px){/*--1024--*/
	/*头部*/
	.wrap {width: 100%;}
	.nav li {padding: 4px 15px;}
	/*尾部*/
	.foot_nav {padding: 0 0 0 60px;}
	.foot_nav .li {padding: 0 20px;}
	/*首页*/
	.index_ban_box {height: 600px;}
	.index_ban_box .swiper-slide {height: 600px;}
	.index_ban_con {padding: 120px 0 80px; height: 600px;}	
	.news_tit {height: 102px;}
	.tab_con_ul {padding: 0 25px 0 55px;}
	.arrow_left {left: 5px;}
	.arrow_right {right: 5px;}
	
	.index_news_swiper {margin: 17px 20px 0 0;}
	.in_newslink {height: 440px;}
	.in_newstime {width: 90px; height: 90px; padding: 8px;}
	.in_newstime strong {font-size: 44px; line-height: 52px;}
	.in_newstime span {font-size: 14px; line-height: 20px;}
	.in_newscon {height: 116px; padding: 20px 25px;}
	.in_newstit {font-size: 24px; line-height: 32px; margin-bottom: 8px;}
	.in_newsintro {font-size: 12px; line-height: 18px; height: 36px;}
	.index_news_swiper .swiper_page {padding: 0 20px; bottom: 10px;}
	.index_news_swiper .swiper_page span {margin: 0 4px;}
	
	.innews_listtime {width: 60px;}
	.innews_listtime strong {font-size: 44px; line-height: 52px;}
	.innews_listtime span {font-size: 14px; line-height: 20px;}
	.news_list .li {padding: 14px 0 18px;}
	.innews_listtit {font-size: 16px;line-height: 22px;margin: 5px 0 7px;}
	.innews_listintro {font-size: 12px; line-height: 18px; height: 36px;}
	.news_list .li2 {padding: 6px 10px;}
	.li2 .innews_listtit {font-size: 14px;padding-left: 18px;}
	.li2 .innews_listtit:before {width: 6px; height: 6px; top: 8px;}
	
	.index_hdrc_box {overflow: initial;}
	.index_hdrc {box-shadow: 0 0 25px 1px rgba(0,0,0,0.1); padding: 50px 60px 60px;}
	.index_hdrc:after {display: none;}
	.index_hdrc_box .index_tit {margin-bottom: 30px;}
	.index_hdrc_wrap table {font-size: 18px;}
	.index_hdrc_wrap table td {padding: 10px;}
	
	.index_hdrc_text {width: 500px; left: -20px; bottom: 20px;}
	
}
/*--ipad竖--*/
@media screen and (max-width:1002px){/*--768--*/
	.header {display: none;}
	.top_right {float: right;}
	.language_box {float: left; padding: 14px;}
	/*.main {padding-top: 50px}*/
	body {font-size: 14px;}
	/*首页*/
	.arrow_icon {width: 40px;height: 40px;background-size: 50% auto;}
	.hzzc_swiper .arrow_icon {margin-top: -20px;}

	.index_ban_box {height: 480px;}
	.index_ban_box .swiper-slide {height: 480px;}
	.index_ban_con {height: 480px;padding: 80px 0 60px;}
	.index_tit {font-size: 24px;line-height: 32px;margin-bottom: 30px;}
	
	.index_news_box {padding: 45px 0;}
	.index_about_box {padding: 30px 0 150px;}
	.index_about_bg {width: 40%; right: 15px; top: 80px;}
	.index_about {width: 60%;}
	.index_hdrc_tab .li a {font-size: 60px; line-height: 70px;}
	.index_hdrc_tab {width: 130px; margin-top: -10px;}
	.hdrc_time {font-size: 24px;line-height: 30px;margin-bottom: 16px;}
	.hdrc_tit {font-size: 16px;line-height: 24px; height: 48px;}
	.hdrc_intro p strong {float: none; display: block;}
	.hdrc_intro p {padding: 5px 0;}
	.tab_con_ul {padding: 0 20px 0 40px; height: 330px;}
	.arrow_left {left: 1px;}
	.arrow_right {right: 1px;}
	
	.tab_con {padding-bottom: 45px;}
	.index_chjb_box {padding: 70px 0 20px;}
	.index_jctj_box {padding: 45px 0;}
	.jctj_swiper .arrow_icon {margin-top: -30px;width: 60px;height: 60px;}
	.index_part2_bg {top: -100px;}
	.index_jchg_box {padding: 60px 0;}
	.index_bmrk_box {padding: 20px 0;}
	.bmrk_list .li a {padding: 40px 20px;}
	.bmrk_tit {font-size: 28px; line-height: 40px;}
	.bmrk_btn {margin-top: 100px;}
	.bmrk_list .li {height: 280px;}
	.index_hzzc_box {padding: 50px 0;}
	.foot_box {padding: 70px 0 20px;}
	.foot_nav_box {display: none;}
	.index_foot_bg {background-size: 100% auto;}
	
	.video_box {width: 600px; margin-left: -300px;}
	
	
	/*首页*/
	.index_news_swiper {float: none; width: 100%;}
	.in_newstime {width: 70px; height: 70px;}
	.in_newstime strong {font-size: 30px; line-height: 36px;}
	.in_newstime span {font-size: 12px; line-height: 16px;}
	.innews_listtime strong {font-size: 30px; line-height: 36px;}
	.innews_listtime span {font-size: 12px; line-height: 16px;}
	.innews_listtime {width: 50px;}
	.index_hdrc {padding: 40px 25px 55px;}
	.index_hdrc_box .index_tit {margin-bottom: 25px;}
	.index_hdrc_wrap table {font-size: 16px;}
	.index_hdrc_text {width: 400px;}
	.index_hdrc:before {background-size: cover; height: 2px;}

}
/*--手机横--*/
@media screen and (max-width:758px){/*--480--*/
	.wrap {padding: 0 15px;}
	.arrow_icon {width: 30px;height: 30px;}
	.arrow_left {left: -5px;}
	.arrow_right {right: -5px;}
	.tab_con .arrow_icon {top: 0;}
	.jctj_swiper .arrow_icon {margin-top: -20px;width: 40px;height: 40px;}
	.jctj_swiper .arrow_left {left: -10px;}
	.jctj_swiper .arrow_right {right: -10px;}
	.hzzc_swiper .arrow_icon {margin-top: -15px;}
	/*首页*/
	.index_ban_box {height: 240px;}
	.index_ban_box .swiper-slide {height: 240px;}
	.index_ban_con {height: 240px;padding: 40px 0 30px;}
	.index_news_box {padding: 40px 0;}
	.index_tit {font-size: 20px; line-height: 30px;margin-bottom: 25px; text-align: center;}
	.news_tit {font-size: 14px; line-height: 22px;}
	
	.index_about_box {padding: 20px 0 70px;}
	.index_about_bg {display: none;}
	.index_about {width: 100%;}
	.index_about_box .index_tit {margin-bottom: 25px;}
	.index_hdrc {padding: 40px 0 25px;}
	.index_hdrc_box .index_tit {margin-bottom: 25px;}
	.index_hdrc_tab {float: none; width: 100%; text-align: center;}
	.index_hdrc_tab .li {display: inline-block; padding: 10px; vertical-align: top;}
	.index_hdrc_tab .li a {font-size: 40px; line-height: 50px;}
	.tab_con_ul {padding: 0 30px;}
	.tab_con {padding-bottom: 30px;}
	
	.tab_con_ul {border: none;}

	.index_chjb_box {padding: 50px 0 15px;}
	.chjb_swiper .swiper-container {padding: 30px 0;}
	.index_jctj_box {padding: 40px 0;}
	
	.jctj_swiper .jctj_ul .li {padding: 1px;}
	.index_jchg_box {padding: 45px 0;}
	.index_part2_bg {top: -60px;}
	.bmrk_list .li {width: 100%; height: auto;}
	.bmrk_tit {font-size: 24px; line-height: 36px;}
	.bmrk_list .li a {padding: 30px 15px;}
	.bmrk_btn {margin-top: 50px;}
	.index_hzzc_box {padding: 40px 0;}
	.hzzc_pic {padding: 7px;}
	.hzzc_swiper {padding: 0 45px;}
	.foot_box {padding: 30px 0 15px;}
	.foot_copy {font-size: 12px; line-height: 18px;}
	.jchg_pic_box .jchg_btn {background-size: 40px 40px;}
	
	.video_box {width: 100%;height: 100%;margin-left: 0;left: 0;top: 0;margin-top: 0;}
    .video_box video {height: 100%;max-height: 100%;}
    .video_box .close { background-size: 20px; background-position: center;}
    
    .jchg_swiper {padding: 0 40px;}
    .jchg_swiper .arrow_icon {display: block; top: 50%; margin-top: -15px;}
    .jchg_swiper .arrow_left {left: 0;}
    .jchg_swiper .arrow_right {right: 0;}
    #top {right: 15px; bottom: 5%;}
    
    
    /*首页*/
	.in_newstime {width: 50px; height: 50px; padding: 4px;}
	.in_newslink {height: 260px;}
	.in_newstit {font-size: 15px;line-height: 22px;}
	.in_newsintro {display: none;}
	.in_newscon {height: auto; padding: 15px;}
	.index_news_swiper .swiper_page {padding: 0 10px; bottom: 5px;}
	.in_newstime strong {font-size: 20px; line-height: 26px;}
	.in_newstime span {font-size: 10px; line-height: 14px;}
	.innews_listtime strong {font-size: 20px; line-height: 26px;}
	.innews_listtime span {font-size: 10px; line-height: 14px;}
	.innews_listtime {margin-right: 10px;}
	.innews_listtit {font-size: 14px;margin: 1px 0 0;}
	.innews_listintro {height: auto; text-overflow: ellipsis; white-space: nowrap;}
	
	.index_hdrc {padding: 36px 25px 50px;}
	.index_hdrc_box .index_tit {margin-bottom: 22px;}
	.index_hdrc_wrap table {font-size: 13px;}
	.index_hdrc_wrap table td {padding: 9px;}
	.index_hdrc_wrap table tr td:first-child {width: 80px;}
	.index_hdrc_text {width: 280px; left: -10px; bottom: 15px;}
	

}
/*--手机竖--*/
@media screen and (max-width:470px){/*--320--*/
	.wrap {padding: 0 10px;}
	#top {right: 10px;}
	.foot_box {padding: 10px 0;}
	.news_list .li1 .news_tit {padding: 0 15px; font-size: 16px; line-height: 24px;}
	.jchg_tit {font-size: 12px; padding: 10px;}
	
}
