@charset "utf-8";

* {
	font-family: '思源黑体',Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch
}

html {
	font-size: 100px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	padding: 0;
	margin: 0;
	font-family: '思源黑体',Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	overflow-x: hidden
}

html,body {
	min-height: 100vh;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}
a {
	text-decoration: none;
	outline-style: none;
	outline: none;
}

a,input,img,:focus {
	outline-style: none;
}
ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}
.fl {
	float: left
}

.fr {
	float: right
}
.contain {
	width: 1500px;
	padding: 0;
	margin: 0 auto;
}
a {
  text-decoration: none;
  color: #2B2B2B;
  /*display: block;*/
}
a:focus,
a:hover {
  /*color: #2d8eff;*/
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none;
}
.webkit-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.webkit-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webkit-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.webkit-four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-wrap: wrap
}

/*头部*/
.header{
	background:rgba(169,6,10,0.9);
	height: 100px;
	padding: 0 30px 0 60px;
	width: 100%;
	z-index: 999;
    line-height: 100px;
}
.header .right{
	float: right;
    margin-top: 18px;
    line-height: initial;
}
.header .top{
	align-items: center;
	justify-content: end;
}
.header .bottom{
	align-items: center;
    justify-content: flex-end;
    margin-bottom: -10px;
}
.header .logo{
	height: 40px;
}
/* .header .logo_news{
    height: 52px;
    margin-left:10px;
} */
.header .logo_news{
    height: 46px;
    margin-left:40px;
}
.header:before{
  content: '';
  position: absolute;
  display: block;
  background: #FFF;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 313px;
  top: 48px;
  z-index: 9;
}
.header .nav{
	justify-content: space-between;
	align-items: center;
    padding: 0 0 0 22px;
}
.header .nav li{
    z-index: 0;
    height: 100%;
    position: relative;
    white-space: nowrap;
    margin-top: 10px;
}
.header .nav li:hover,.header .nav li.active{
	background: #FFF;
}
.header .nav li:hover h3,.header .nav li.active h3{
	color: #A9060A;
}
.header .nav li a.title {
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    padding: 0 25px;
}
.header .nav li a  h3{
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    position: relative;
    transition: 0.36s;
    display: inline-block;
    font-weight: 400;
}
.header .quick{
	
}
.header .quick li{
	padding: 0 15px;
	position: relative;
	line-height: 21px;
}
.header .quick li:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	width: 2px;
	height: 15px;
	background: #FFF;
}
.header .quick li:last-child:after{
	display: none;
}
.header .quick li:last-child{
	padding-right: 35px;
}
.header .quick li a{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
.header .quick li a.xy{
	background: url(../images/ico_zhxy.png)no-repeat center left;
	background-size: 20px 20px;
	padding-left: 20px;
}
.header .quick li a.ss{
	background: url(../images/search_w.png)no-repeat center left;
	background-size: 15px 15px;
	padding-left: 25px;
}
.header .form{
	width: 150px;
	height: 33px;
	background: #FFF;
	position: relative;
	border-radius:15px;
	margin-left: 26px;
}
.header .form input{
	outline: none;
	width: 110px;
	height: 100%;
	border:none;
	border-radius: 15px;
	padding-left: 10px;
}
.header .form span{
	display: block;
	width: 40px;
	height: 100%;
	background: url(../images/ico_search_r.png)no-repeat center center;
	background-size: 22px 22px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}


/*尾部*/
.footer{
	background: url(../images/footer_top_bg2.jpg)no-repeat center center;
	background-size: cover;
}
.footer .top{
	padding: 60px;
	background: url(../images/footer_fz.png)no-repeat center bottom 20px;
	background-size:auto 150px;
}
.footer .logo{
	text-align: center;
}
.footer .logo img{
	height: 100px;
}
.footer .cont{
	margin-top: 70px;
	position: relative;
}
.footer .cont .dl{
	width: 50%;
}
.footer .cont .dl p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #FFF;
}
.footer .cont .dl .left{
	
}
.footer .cont .dl .right{
	margin-left: 40px;
}
.footer .bottom{
	background: #C9171F;
	font-size: 19px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #FFF;
	font-weight: 400;
	position: relative;
}
.footer .bottom:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: url(../images/footer_fjx.png)no-repeat center center;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
}
.footer .bottom span{
	margin-left:20px;
}
.footer .bottom  a{
    color:#FFF;
}
.footer .cont ul{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.footer .cont li {
  margin:0 15px;
  position: relative;
  width: 45px; 
  transition: 2s ease-out;
  -webkit-transition: 1s ease-out;
  display: inline-block;
  z-index: -1;
}
.footer .cont li.active{  
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
    z-index: 1;
}
.footer .suds-mod .suds-pop {
	position: absolute;
	opacity: 0;
	padding: 8px;
	visibility: hidden;
	border-radius: 5px;
	-webkit-transition-property: opacity,visibility,-webkit-transform;
	transition-property: opacity,visibility,-webkit-transform;
	transition-property: opacity,visibility,transform;
	transition-property: opacity,visibility,transform,-webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer .suds-mod .suds-pop::before,.suds-mod .suds-pop::after {
	content: '';
	position: absolute;
	z-index: -1;
}

.footer .suds-mod .suds-pop::before {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.footer .suds-mod .suds-pop::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
}
.footer .suds-mod .suds-pop.at-t {
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
}

.footer .suds-mod .suds-pop.at-t::before {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-b {
	left: 50%;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
}

.footer .suds-mod .suds-pop.at-b::before {
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-l {
	right: 100%;
	top: 50%;
	margin-right: 10px;
	-webkit-transform: translate(10%, -50%);
	transform: translate(10%, -50%);
}

.footer .suds-mod .suds-pop.at-l::before {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop.at-r {
	left: 100%;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

.footer .suds-mod .suds-pop.at-r::before {
	top: 50%;
	right: 100%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
}

.footer .suds-mod .suds-pop > * {
	position: relative;
	z-index: 1;
}

.footer .suds-mod.x-show,.suds-mod:hover {
	z-index: 1;
}

.footer .suds-mod.x-show > .suds-pop,.suds-mod:hover > .suds-pop {
	opacity: 1;
	visibility: visible;
}

.footer .suds-mod.x-show > .suds-pop.at-t,.suds-mod:hover > .suds-pop.at-t {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.footer .suds-mod.x-show > .suds-pop.at-b,.suds-mod:hover > .suds-pop.at-b {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.footer .suds-mod.x-show > .suds-pop.at-l,.suds-mod:hover > .suds-pop.at-l {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.footer .suds-mod.x-show > .suds-pop.at-r,.suds-mod:hover > .suds-pop.at-r {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.footer .suds-mod:hover > .suds-target + .suds-pop {
	opacity: 0;
	visibility: hidden;
}

.footer .suds-mod.x-show > .suds-target + .suds-pop {
	opacity: 1;
	visibility: visible;
}

.footer .suds-mod  .img {
	width: 90px;
}

.footer .suds-mod  .img img {
	width: 100%;
}
.footer .bottom .sydw_img{
    height: 70px;
}
.mob_header,.mob_header_height {
  display: none;
}
.footer .seven_sonnav{
    width: 1300px; 
    margin:0 auto; 
    margin-top: 50px;
    color: #FFF;
    font-size: 18px;
}
.footer .seven_sonnav a{
    color: rgba(255,255,255,0.7);
    display: inline-block;
    margin:0 40px;
	position: relative;
}
.footer .seven_sonnav a:first-child{
    margin-left:0;
}
.footer .seven_sonnav a:last-child{
    margin-right:0;
}
.footer .seven_sonnav a:hover{
    color: rgba(255,255,255,1);
    z-index:1;
}
.footer .seven_sonnav a:hover:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left:50%;
    top: 50%;
    margin-left:-25px;
    margin-top:-25px;
    background:url(../images/news_logo.png)no-repeat center center;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
}
@media screen and (max-width: 1800px){
	.header .nav li a.title{
		padding: 0 25px;
	}
}
@media screen and (max-width: 1700px){
	.header .nav li a.title{
		padding: 0 20px;
	}	
	.footer .cont ul{
		bottom: -30px;
	}
	.footer .top{
		background-size: auto 140px;
		padding: 50px 30px;
	}
	.footer .cont .dl .right{
		margin-left: 15px;
	}
	.footer .cont{
		margin-top: 80px;
	}
	.footer .logo img{
		height: 100px;
	}
	.footer .bottom{
		height: 80px;
		line-height: 80px;
	}
	.footer .bottom:before{
		background-size: contain;
	}
}
@media screen and (max-width: 1600px){
	.contain{
		width: 1200px;
	}
	.header{
		padding: 0 0px 0 20px;
	}
    .header .logo {
        height: 34px;
    }
    .header .logo_news{
        height: 43px;
    }
    .header:before {
        left: 239px;
    }
	.header .nav li a.title{
		padding: 0 20px;
	}	
	.header .nav li a h3{
		font-size: 16px;
	}
	.header .quick li a.title:last-child{
		padding-right: 20px;
	}	
	.footer .cont .dl p{
		font-size: 15px;
	}
	.footer .cont ul{
		bottom: -30px;
	}
	.footer .top{
		background-size: auto 110px;
		padding: 50px 30px;
	}
	.footer .cont .dl .right{
		margin-left: 15px;
	}
	.footer .cont{
		margin-top: 50px;
	}
	.footer .logo img{
		height: 70px;
	}
	.footer .bottom{
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.footer .bottom:before{
		background-size: contain;
	}
    .footer .bottom .sydw_img{
        height: 56px;
    }
    .footer .seven_sonnav{
		width: 1080px; 
		margin-top: 50px;
		font-size: 16px;
	}
	.footer .seven_sonnav a{
		margin:0 30px;
	}
	.footer .seven_sonnav a:hover:after{
		width: 45px;
		height: 45px;
		margin-left:-22.5px;
		margin-top:-22.5px;
	}
}
@media screen and (max-width: 1500px){
	.header .nav li{
		
	}	
}
@media screen and (max-width: 1400px){
	.header .nav li a.title{
		padding: 0 15px;
	}	
  .footer .seven_sonnav{
		width: 970px; 
		margin-top: 50px;
		font-size: 15px;
	}
	.footer .seven_sonnav a{
		margin:0 25px;
	}
	.footer .seven_sonnav a:hover:after{
		width: 40px;
		height: 40px;
		margin-left:-20px;
		margin-top:-20px;
	}
}
@media screen and (max-width: 1300px){
	.header .nav li a.title{
		padding: 0 10px;
	}	
}
@media screen and (max-width: 1100px){
	.footer .seven_sonnav{
		width: 860px; 
		margin-top: 50px;
		font-size: 15px;
	}
	.footer .seven_sonnav a{
		margin:0 15px;
	}	
}
@media screen and (max-width: 750px) {
  a:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  .header {
    display: none;
  }
  .mob_header_height {
    height: 48px;
    width: 100%;
    display: block;
  }
  .mob_header {
    display: block;
    height: 48px;
    position: fixed;
    background: #A9060A;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
  }
  .mob_header:before{
    content: '';
    position: absolute;
    display: block;
    background: #FFF;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 174px;
    top: 20px;
    z-index: 9;
  }
  .mob_header .logo {
    height: 24px;
    position: absolute;
    left: 20px;
    top: 12px;
  }
  .logo_news{
    height: 35px;
    position: absolute;
    left: 190px;
    top: 8px;
  }
  .mob_header .menu {
    width: 23px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url(../images/menu.png) no-repeat center center;
    background-size: cover;
  }
  .mob_header .search {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 63px;
    top: 14px;
    background: url(../images/header_search.png) no-repeat center center;
    background-size: cover;
  }
  .mob_header .mob_nav {
    position: absolute;
    top: 48px;
    z-index: 999;
    background: #FFF;
    width: 100%;
    height: 550px;
    overflow: auto;
    display: none;
  }
  .mob_header .mob_nav > li {
    line-height: 50px;
    position: relative;
    text-align: center;
  }
  .mob_header .mob_nav > li > a {
    padding: 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	height: 100%;
  }
  .mob_header .mob_nav > li > i {
    width: 50px;
    height: 50px;
    background: url(../images/chevron_down.png) no-repeat center center;
    background-size: 20px 12.5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  .mob_header .mob_nav > li > i.act {
    background: url(../images/chevron_up.png) no-repeat center center;
    background-size: 20px 12.5px;
  }
  .mob_header .mob_nav > li ul {
    display: none;
  }
  .mob_header .mob_nav > li ul li {
    height: 45px;
    line-height: 45px;
  }
  .mob_header .mob_nav > li ul li a {
	display: block;
	width: 100%;
	height: 100%;
    padding: 0 50px;
    border-bottom: 1px solid #eee;
    background: rgba(0, 0, 0, 0.02);
  }
  .mob_header .mob_head_yy {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;
    top: 48px;
  }
  .main {
    width: 100%;
  }
  .ty_title .b_title {
    font-size: 30px;
  }
  .ty_title .b_title:after {
    top: 0px;
  }
  .footer .top {
    padding: 15px 15px 70px;
    display: block;
  }    
  .footer .logo img {
    height: 60px;
  }
  .footer .cont .dl{
      width: 100%;
  }
  .footer .cont .dl p{
      font-size: 13px;
  }
  .footer .cont .dl .right{
      margin-left: 0;
  }
  .footer .bottom{
    font-size: 12px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .footer .cont{
      margin-top: 10px;
  }
  .footer .cont ul{
      position: initial;
      margin-top: 15px;
  }
  .footer .cont li{
      width: 20%;
      -webkit-transform: initial;
      transform: initial;
      text-align: center;
      margin:0;
      margin-right: 3.5%;
      float: left;
      position: relative;
  }
    .footer .cont li:nth-child(3n+3){
        margin-right: 0;
    }
    .footer .cont li.active{
      -webkit-transform: initial;
      transform: initial;
    }
  .footer .suds-mod .suds-pop.at-t{
      opacity: 1;
      visibility: initial;
      -webkit-transform: initial;
     transform: initial;
     position:initial;
  }
  .footer .cont li .ico{
        position: absolute;
        bottom: -55px;
        left: 50%;
        margin-left: -20px;
        z-index: 9;
  }
  .footer .cont li .ico img{
      width: 40px;
  }
  .footer .suds-mod .suds-pop{
      padding: 8px 8px 0;
  }
  .footer .suds-mod .img{
      width: 100%;
      margin: 0 auto;
  }
  .contain {
	width: 100%;
  }
  .ny_ty_banner{
    height: 215px;
    font-size: 20px;
    padding-top: 72px;
  }
  .ny_ty_nav{
    top: -84px;
    height: 140px;
    padding: 0 15px; 
  }
  .ny_nav_div{
    margin: 8px auto 0;
    height: 179px;
  }
  .ny_ty_nav .ny_nav_ul {
    width: 100%;
  }
  .ny_ty_nav .ny_nav_ul li{
    margin: 5px 0;
  }
  .ny_ty_nav .ny_nav_ul li a {
    font-size: 16px;
  }
  .ny_ty_nav .ny_nav_ul li.active a:before, .ny_ty_nav .ny_nav_ul li:hover a:before{
	width: 13px;
    height: 15px;
    left: -15px;
    top: 5px;
  }   
    .ny_ty_twonav {
        margin: 25px auto 50px;
    }    
	.ny_ty_twonav li.active {
        font-size: 22px;
    } 
	.ny_ty_twonav{
		width: 100%;
	}   
	.ny_ty_twonav li {
        font-size: 18px;
        margin: 0;
        width: 33.33%;
        text-align: center;
    }
	.ny_ty_twonav li.active a:before {
		width: 100px;
		height: 73px;
		top: -26px;
		margin-left: -50px;
	}
	.ny_ty_twonav li.active a:after {
		width: 22px;
		height: 17px;
		bottom: -40px;
		margin-left: -11px;
	}
    .footer .bottom .sydw_img {
        height: 32px;
    }
    .footer .seven_sonnav {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
        color: #FFF;
        font-size: 14px;
    }
    .footer .seven_sonnav a {
        color: rgba(255, 255, 255, 0.9);
        display: inline-block;
        width: 32.33%;
        text-align: center;
        margin: 5px 0;
    }
}

