body{
	overflow-x: hidden;
	
}
*{
	padding: 0;
	margin: 0;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*头部*/
@media (max-width: 900px) {
	.djs_box{
		position: absolute;
		width: 80%;
		max-width: 1000px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
	
		font-size: 14px;
		color: #ffe205;
		
		
	}
		.djs_box img{
			width: 60% !important;
			max-width: 771px;
		}
		.djs_time{
			margin-top: 10px;
		}
		.djs_time span{
			font-size: 30px;
			font-weight: bold;
				color: #FFF;
			padding: 8px;
		}
  .sj_head {
    width: 100%;
    position: relative;
  }
  .sj_head img {
    width: 100%;
  }
  .cnf_menu {
    margin: 0 auto;
    padding: 10px 0 ;
    width: 100%;
    display: none;
    height: auto;
    font-size: 12px;
    position: absolute;
    background-color: #0e1e40;
    z-index: 12;
  }
  .cnf_menu::after {
    content: "";
    display: block;
    clear: both;
  }
  .cnf_menu li {
    margin: 0 20px;
    text-align: center;
    color: #FFF;
    position: relative;
    line-height: 30px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #383f50;
  }
  .cnf_menu li ul {
    background-color: #003586;
    display: none;
  
    font-size: 12px;
  }
  .cnf_menu li ul li {
    color: #FFF;
 
    border-bottom: 0px;
    border-right: none;
    padding: 0 6px;
    transition: background 1s linear;
    -moz-transition: background 1s linear;
    -webkit-transition: background 1s linear;
    -o-transition: background 1s linear;
    display: block;
    float: inherit;
    line-height: 40px;
	border-bottom: 1px solid #FFF;
  }
   .cnf_menu li ul li:last-of-type{
	   border-bottom: none;
   }
  .cnf_menu li a {
    color: #FFF;
    cursor: pointer;
  }
  .cnf_menu li a:link,
  .cnf_menu li a:hover {
    color: #FFF;
  }
  .cnf_menu li:last-of-type {
    border-right: none;
  }
  .cnf_head {
    display: none ;
  }
  .cnf_banner {
    width: 100%;
  }
  .cnf_banner img {
    width: 100%;
  }
  .cnf_wel {
    padding: 10px;
    margin: 0 auto;
    position: relative;
    background-color: #f6f6f6;
    margin: 0 10px;
    margin-top: 10px;
    min-height: 110px;
  }
  .cnf_wel .cnf_wel_img {
    z-index: 11;
    width: 80px;
    padding-left: 0.2rem;
    background: url(../img/cnf_wel_bj.jpg) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: -25px;
    height: 190px;
  }
  .cnf_wel .cnf_wel_img img {
    width: 100%;
  }
  .cnf_wel .cnf_wel_right {
    margin-left: 90px;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_h1 {
    font-size: 16px;
    font-weight: bold;
    color: #003586;
    text-align: center;
    padding: 0 0 5px;
    border-bottom: 1px solid #313131;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm {
    font-size: 12px;
    color: #373737;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm p {
    margin-top: 10px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    text-indent: 24px;
  }
  
  /*导航菜单变换*/
  .sj_menu {
    width: 48px;
    height: 48px;
    background: #FFF;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 10px rgba(127, 127, 127, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(127, 127, 127, 0.4);
    -moz-box-shadow: 0 0 10px rgba(127, 127, 127, 0.4);
    -o-box-shadow: 0 0 10px rgba(127, 127, 127, 0.4);
  }
  .search_right span {
    display: block;
    background: #003788;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 9px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
  }
  .search_right span:nth-of-type(1) {
    top: 14px;
  }
  .search_right span:nth-of-type(2) {
    top: 24px;
  }
  .search_right span:nth-of-type(3) {
    top: 34px;
  }
  .search_right.sp_nav_se span:nth-of-type(1) {
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .search_right.sp_nav_se span:nth-of-type(2) {
    width: 0;
  }
  .search_right.sp_nav_se span:nth-of-type(3) {
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .search_right.sp_nav_hide span:nth-of-type(1) {
    top: 14px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .search_right.sp_nav_hide span:nth-of-type(2) {
    width: 30px;
    top: 24px;
  }
  .search_right.sp_nav_hide span:nth-of-type(3) {
    top: 34px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .cnf_title {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  .cnf_title .more {
    display: none;
  }
  .cnf_title span {
    font-size: 18px;
    font-weight: bold;
    color: #343434;
  }
  .cnf_box {
    padding: 10px;
    position: relative;
    background-color: #f6f6f6;
    margin: 0 10px;
    margin-top: 10px;
  }
  .cnf_live {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
  }
  .cnf_live li {
    width: 33.33%;
    float: left;
    transition: box-shadow 2s linear;
    -moz-transition: box-shadow 2s linear;
    -webkit-transition: box-shadow 2s linear;
    -o-transition: box-shadow 2s linear;
  }
  .cnf_live li:hover .cnf_live_mian {
    box-shadow: 0 2px 5px rgba(174, 44, 70, 0.55);
    -webkit-box-shadow: 0 2px 5px rgba(174, 44, 70, 0.55);
    -moz-box-shadow: 0 2px 5px rgba(174, 44, 70, 0.55);
    -o-box-shadow: 0 2px 5px rgba(174, 44, 70, 0.55);
  }
  .cnf_live li:nth-child(2) .cnf_live_mian {
    background-color: #8dc269;
  }
  .cnf_live li:nth-child(2):hover .cnf_live_mian {
    box-shadow: 0 2px 5px rgba(141, 194, 105, 0.55);
    -webkit-box-shadow: 0 2px 5px rgba(141, 194, 105, 0.55);
    -moz-box-shadow: 0 2px 5px rgba(141, 194, 105, 0.55);
    -o-box-shadow: 0 2px 5px rgba(141, 194, 105, 0.55);
  }
  .cnf_live li:nth-child(3) .cnf_live_mian {
    background-color: #d8b840;
  }
  .cnf_live li:nth-child(3):hover .cnf_live_mian {
    box-shadow: 0 2px 5px rgba(216, 186, 64, 0.55);
    -webkit-box-shadow: 0 2px 5px rgba(216, 186, 64, 0.55);
    -moz-box-shadow: 0 2px 5px rgba(216, 186, 64, 0.55);
    -o-box-shadow: 0 2px 5px rgba(216, 186, 64, 0.55);
  }
  .cnf_live li .cnf_live_mian {
    margin: 0 5px;
    padding: 20% 0;
    text-align: center;
    background-color: #d25e75;
    color: #FFF;
	
  }
  .cnf_live li .cnf_live_mian p {
    font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical; 
	word-break:break-all; 
  }
  .cnf_live li .cnf_live_mian p:last-of-type {
    font-size: 12px;
  }
  .cnf_date {
    background-color: #f4f4f4;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cnf_date ul {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  .cnf_date ul li {
    width: 50%;
    float: left;
  }
  .cnf_date ul li:hover .cnf_date_mian {
    box-shadow: 0 1px 10px rgba(181, 181, 181, 0.59);
    -webkit-box-shadow: 0 1px 10px rgba(181, 181, 181, 0.59);
    -moz-box-shadow: 0 1px 10px rgba(181, 181, 181, 0.59);
    -o-box-shadow: 0 1px 10px rgba(181, 181, 181, 0.59);
  }
  .cnf_date ul li:hover .cnf_date_mian img {
    width: 40%;
    max-width: 160px;
  }
  .cnf_date ul li .cnf_date_mian {
    background-color: #FFF;
    margin: 0 5px;
    padding: 20px 0 30px;
    color: #d25e75;
    text-align: center;
    font-size: 16px;
  }
  .cnf_date ul li .cnf_date_mian p {
    margin-top: 10px;
  }
  .cnf_date ul li .cnf_date_mian img {
    width: 40%;
    max-width: 170px;
  }
  .cnf_sj_more {
    text-align: right;
    font-size: 12px;
    color: #1944ac;
    margin-top: 10px;
  }
  .sj_more {
    display: inline-block;
    background: url(../img/sj_more.png) no-repeat right center;
    background-size: 7px;
    padding-right: 20px;
  }
  .cnf_hot {
    height: auto;
    overflow: hidden;
  }
  .cnf_hot ul {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  .cnf_hot ul li {
    width: 100%;
    margin-top: 10px;
  }
  .cnf_hot ul li:hover .cnf_hot_mian {
    box-shadow: 0 1px 10px rgba(174, 44, 70, 0.55);
    -webkit-box-shadow: 0 1px 10px rgba(174, 44, 70, 0.55);
    -moz-box-shadow: 0 1px 10px rgba(174, 44, 70, 0.55);
    -o-box-shadow: 0 1px 10px rgba(174, 44, 70, 0.55);
  }
  .cnf_hot ul li:nth-child(1) .cnf_hot_mian {
    background-color: #d25e75;
  }
  .cnf_hot ul li:nth-child(2) .cnf_hot_mian {
    background-color: #8dc269;
  }
  .cnf_hot ul li:nth-child(3) .cnf_hot_mian {
    background-color: #d8b840;
  }
  .cnf_hot ul li .cnf_hot_mian {
    position: relative;
    margin: 0 5px;
    padding: 15px 10px;
    padding-left: 130px;
    min-height: 102px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_title1 {
    background-color: #FFF;
    font-size: 14;
    color: #343434;
    text-align: center;
    padding: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 5px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_title2 {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_img {
    position: absolute;
    margin-top: 18px;
    height: 110px;
    width: 110px;
    left: 10px;
    top: 0;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_img img {
    width: 100%;
  }
  .cnf_qyzq {
    width: 100%;
    margin: 0 auto;
  }
  .cnf_qyzq .cnf_qyzq_mian {
    margin-top: 10px;
    background: url(../img/qyzq.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 20px;
  }
  .cnf_qyzq .cnf_qyzq_mian .cnf_qyzq_mian_title1 {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    padding: 10px 0 0;
  }
  .cnf_qyzq .cnf_qyzq_mian .cnf_qyzq_mian_more {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    display: none;
  }
  .cnf_qyzq .cnf_qyzq_mian ul {
    height: auto;
    overflow: hidden;
  }
  .cnf_qyzq .cnf_qyzq_mian ul li {
    width: 50%;
    float: left;
    margin-top: 10px;
    text-align: center;
  }
  .cnf_qyzq .cnf_qyzq_mian ul li .cnf_qyzq_mian_txt {
    margin: 0 5px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .foot {
    width: 100%;
    background: url(../img/foot_bg.jpg) no-repeat center;
    background-size: 1920px;
    margin-top: 20px;
  }
  .foot .foot-mian {
    margin: 0 auto;
    padding: 10px 10px 20px;
    height: auto;
    overflow: hidden;
  }
  .foot .foot-mian .foot-mian-left {
    width: 100%;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
  }
  .foot .foot-mian .foot-mian-right {
    width: 100%;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 {
    position: relative;
    padding-left: 140px;
    margin-top: 20px;
	
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 input {
    border: 1px solid #8e8e8e;
    background-color: transparent;
    color: #6a8bf6;
    line-height: 28px;
    padding: 0 10px;
    width: 100px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 a {
    display: inline-block;
    padding: 0 8px;
    margin: 0 2px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img {
    position: relative;
    margin-top: 20px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 98px;
    height: 30px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a.Android {
    left: 104px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a.IOS {
    left: 210px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img img {
    width: 300px;
  }
}
@media (min-width: 901px) {
	
	.djs_box{
		position: absolute;
		width: 80%;
		max-width: 1000px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
	
		font-size: 30px;
		color: #ffe205;
		
		
	}
		.djs_box img{
			width: 60% !important;
			max-width: 771px;
		}
		.djs_time{
			margin-top: 10px;
		}
		.djs_time span{
			font-size: 30px;
			font-weight: bold;
				color: #FFF;
			padding: 30px;
		}
  .cnf_sj_more {
    text-align: right;
    font-size: 18px;
    color: #1944ac;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sj_more {
    display: inline-block;
    background: url(../img/sj_more.png) no-repeat right center;
    background-size: 7px;
    padding: 10px 0 10px;
    padding-right: 20px;
  }
  .sj_head {
    display: none;
  }
  .cnf_head {
    text-align: center;
  }
  .cnf_head img {
    width: 100%;
  }
  .cnf_mian {
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
    background-color: #003586;
  }
  .cnf_wel {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .cnf_wel .cnf_wel_img {
    width: 361px;
    height: 603px;
    background: url(../img/cnf_wel_bj.jpg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -100px;
  }
  .cnf_wel .cnf_wel_img img {
    width: 350px;
  }
  .cnf_wel .cnf_wel_right {
    margin-left: 390px;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_h1 {
    font-size: 62px;
    font-weight: bold;
    color: #003586;
    text-align: center;
    padding: 40px 0 20px;
    border-bottom: 1px solid #313131;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm {
    font-size: 18px;
    color: #373737;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm p {
    margin-top: 16px;
    line-height: 40px;
    height: auto;
    overflow: hidden;
    text-indent: 36px;
  }
  .cnf_menu {
    margin: 0 auto;
    padding: 20px 0 ;
    width: 96%;
    max-width: 1200px;
    height: auto;
    font-size: 18px;
    display: block;
  }
  .cnf_menu::after {
    content: "";
    display: block;
    clear: both;
  }
  .cnf_menu li {
    width: 16%;
    float: left;
    text-align: center;
    color: #FFF;
    border-right: 1px solid #FFF;
    position: relative;
  }
  .cnf_menu li span {
    display: none;
  }
  .cnf_menu li ul {
   
    position: absolute;
 background-color: #003586;
    left: 50%;
    padding: 20px 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
    font-size: 16px;
	width: 180px;
	z-index: 9;
  }
  .cnf_menu li ul li {
    width: 100%;
       background-color: #003586;
    border-right: none;
    
    transition: background 1s linear;
    -moz-transition: background 1s linear;
    -webkit-transition: background 1s linear;
    -o-transition: background 1s linear;
    display: block;
    float: inherit;
    line-height: 50px;
	border-bottom: 1px solid #FFF;
	
  }
   .cnf_menu li ul li:hover a{
	   color: #fcf109;
   }
 .cnf_menu li ul li:last-of-type{
  	border-bottom:none;
  }
  .cnf_menu li ul li:hover {
    background-color: #003586;
  }
  .cnf_menu li a {
    color: #FFF;
    cursor: pointer;
  }
  .cnf_menu li a:link,
  .cnf_menu li a:hover {
    color: #FFF;
  }
  .cnf_menu li:last-of-type {
    border-right: none;
  }
  .cnf_banner {
    width: 100%;
  }
  .cnf_banner img {
    width: 100%;
  }
  .cnf_wel {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .cnf_wel .cnf_wel_img {
    width: 361px;
    height: 603px;
    background: url(../img/cnf_wel_bj.jpg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -100px;
	z-index: 19;
  }
  .cnf_wel .cnf_wel_img img {
    width: 350px;
  }
  .cnf_wel .cnf_wel_right {
    margin-left: 390px;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_h1 {
    font-size: 62px;
    font-weight: bold;
    color: #003586;
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid #313131;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm {
    font-size: 18px;
    color: #373737;
  }
  .cnf_wel .cnf_wel_right .cnf_wel_right_btm p {
    margin-top: 16px;
    line-height: 36px;
    height: auto;
    overflow: hidden;
    text-indent: 36px;
  }
  
  .more {
    background-color: ;
    color: #FFF;
    background: #1944ac url(../img/more.png) right 18px center no-repeat;
    background-size: 17px;
    display: inline-block;
    padding-right: 37px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .cnf_title {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  .cnf_title span {
    font-size: 35px;
    font-weight: bold;
    color: #343434;
  }
  .mgtop88 {
    margin-top: 88px;
  }
  .cnf_live {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
  }
  .cnf_live li {
    width: 33.33%;
    float: left;
    transition: box-shadow 2s linear;
    -moz-transition: box-shadow 2s linear;
    -webkit-transition: box-shadow 2s linear;
    -o-transition: box-shadow 2s linear;
  }
  .cnf_live li:hover .cnf_live_mian {
    box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -webkit-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -moz-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -o-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
  }
  .cnf_live li:nth-child(2) .cnf_live_mian {
    background-color: #8dc269;
  }
  .cnf_live li:nth-child(2):hover .cnf_live_mian {
    box-shadow: 0 8px 14px rgba(141, 194, 105, 0.55);
    -webkit-box-shadow: 0 8px 14px rgba(141, 194, 105, 0.55);
    -moz-box-shadow: 0 8px 14px rgba(141, 194, 105, 0.55);
    -o-box-shadow: 0 8px 14px rgba(141, 194, 105, 0.55);
  }
  .cnf_live li:nth-child(3) .cnf_live_mian {
    background-color: #d8b840;
  }
  .cnf_live li:nth-child(3):hover .cnf_live_mian {
    box-shadow: 0 8px 14px rgba(216, 184, 64, 0.55);
    -webkit-box-shadow: 0 8px 14px rgba(216, 184, 64, 0.55);
    -moz-box-shadow: 0 8px 14px rgba(216, 184, 64, 0.55);
    -o-box-shadow: 0 8px 14px rgba(216, 184, 64, 0.55);
  }
  .cnf_live li .cnf_live_mian {
    margin: 0 25px;
    padding: 70px 0;
    text-align: center;
    background-color: #d25e75;
    color: #FFF;
	
  }
  .cnf_live li .cnf_live_mian p {
    font-size: 31px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical; 
	word-break:break-all; 
  }
  .cnf_live li .cnf_live_mian p:last-of-type {
    font-size: 20px;
  }
  .cnf_date {
    background-color: #f4f4f4;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cnf_date ul {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
  }
  .cnf_date ul li {
    width: 50%;
    float: left;
  }
  .cnf_date ul li:hover .cnf_date_mian {
    box-shadow: 0 1px 38px rgba(181, 181, 181, 0.59);
    -webkit-box-shadow: 0 1px 38px rgba(181, 181, 181, 0.59);
    -moz-box-shadow: 0 1px 38px rgba(181, 181, 181, 0.59);
    -o-box-shadow: 0 1px 38px rgba(181, 181, 181, 0.59);
  }
  .cnf_date ul li:hover .cnf_date_mian img {
    width: 160px;
  }
  .cnf_date ul li .cnf_date_mian {
    background-color: #FFF;
    margin: 0 35px;
    padding: 30px 0;
    color: #d25e75;
    text-align: center;
    font-size: 36px;
  }
  .cnf_date ul li .cnf_date_mian img {
    width: 170px;
  }
  .cnf_hot {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
  }
  .cnf_hot ul {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
  }
  .cnf_hot ul li {
    width: 33.33%;
    float: left;
  }
  .cnf_hot ul li:hover .cnf_hot_mian {
    box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -webkit-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -moz-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
    -o-box-shadow: 0 8px 14px rgba(174, 44, 70, 0.55);
  }
  .cnf_hot ul li:nth-child(1) .cnf_hot_mian {
    background-color: #d25e75;
  }
  .cnf_hot ul li:nth-child(2) .cnf_hot_mian {
    background-color: #8dc269;
  }
  .cnf_hot ul li:nth-child(3) .cnf_hot_mian {
    background-color: #d8b840;
  }
  .cnf_hot ul li .cnf_hot_mian {
    margin: 0 18px;
    padding: 45px 30px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_title1 {
    background-color: #FFF;
    font-size: 20px;
    color: #343434;
    text-align: center;
    padding: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_title2 {
    font-size: 18px;
    color: #FFF;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_img {
    margin-top: 18px;
  }
  .cnf_hot ul li .cnf_hot_mian .cnf_hot_img img {
    width: 100%;
  }
  .cnf_qyzq {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .cnf_qyzq .cnf_qyzq_mian {
    background: url(../img/qyzq.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .cnf_qyzq .cnf_qyzq_mian .cnf_qyzq_mian_title1 {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 35px;
    padding: 45px 0 20px;
  }
  .cnf_qyzq .cnf_qyzq_mian .cnf_qyzq_mian_more {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    margin-top: 40px;
  }
  .cnf_qyzq .cnf_qyzq_mian ul {
    padding: 0 30px;
    height: auto;
    overflow: hidden;
  }
  .cnf_qyzq .cnf_qyzq_mian ul li {
    width: 25%;
    float: left;
    margin-top: 36px;
  }
  .cnf_qyzq .cnf_qyzq_mian ul li .cnf_qyzq_mian_txt {
    margin: 0 10px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .foot {
    width: 100%;
    background: url(../img/foot_bg.jpg) no-repeat center;
    background-size: 1920px;
  }
  .foot .foot-mian {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0 110px;
    height: auto;
    overflow: hidden;
  }
  .foot .foot-mian .foot-mian-left {
    width: 500px;
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 34px;
  }
  .foot .foot-mian .foot-mian-right {
    width: 450px;
    float: right;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 {
    position: relative;
    padding-left: 220px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 input {
    border: 1px solid #8e8e8e;
    background-color: transparent;
    color: #6a8bf6;
    line-height: 28px;
    padding: 0 10px;
    width: 170px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_title1 a {
    display: inline-block;
    padding: 0 8px;
    margin: 0 2px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img {
    position: relative;
    margin-top: 40px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 145px;
    height: 40px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a.Android {
    right: 0;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img a.IOS {
    right: 154px;
  }
  .foot .foot-mian .foot-mian-right .foot-mian-right_img img {
    width: 100%;
  }
  .cnf_sj_more.cnf_sj_more1 {
    display: none !important;
  }
}
