@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;
	bblr: expression(this.onFocus=this.blur());
	outline-style: none;
	outline: none
}

a,input,img,:focus {
	mayfish: expression(this.onfocus=this.blur);
	cursor: handbblr:expression(this.onFocus=this.blur());
	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
}
/*弹窗*/
.weui-mask {
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
  position: fixed;
  z-index: 9999999999;
  width: 35%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__bd:first-child {
  padding: 30px;
  color: #353535;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #808080;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-dialog__btn_primary {
  color: #A9060A;
}
.weui-dialog__btn_primary:hover {
  color: #A9060A;
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #A9060A;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_default:hover {
  color: #353535;
}
/*头部*/
.header{
	background:#A9060A;
    line-height: 105px;
    box-shadow: #b7b7b7 0px 6px 30px 0px;
}
.header .left{
    float: left;
}
.header .right{
    float: right;
    position: relative;
}
.header .logo{
    height: 45px;
    float: left;
}
.header .logo img{
    height: 100%;
}
.header .name{
    font-size: 25px;
    position: relative;
    margin-left: 20px;
    float: left;
}
.header .name a{
    color:#FFF;
}
.header .nav{
    margin-top: 25px;
    float: left;
    margin-left: 60px;
}
.header .nav>li{
    z-index: 0;
    height: 100%;
    position: relative;
    white-space: nowrap;
    line-height: 45px;
    margin:0 30px;
    float: left;
    z-index: 999;
}
.header .nav>li:last-child{
    margin-right:0;
}
.header .nav>li:hover,.header .nav>li.active{
	border-bottom:3px solid #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 20px; */
}
.header .nav>li a  h3{
    font-size: 19px;
    color: #fff;
    position: relative;
    transition: 0.36s;
    display: inline-block;
    font-weight: 400;
}
.header .form{
	width: 210px;
	height: 33px;
	background: #FFF;
	position: relative;
	border-radius:15px;
    margin-top: 32px;
    float: right;
}
.header .form input{
	outline: none;
	width: 165px;
	height: 100%;
	border:none;
	border-radius: 15px;
	padding-left: 10px;
    float: left;
}
.header .form span{
	display: block;
	width: 45px;
	height: 100%;
	background: url(../../images/son_ty/ico_search_r.png)no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.mob_header_height{
    display: none;
}
.xyzy{
    color: #FFF;
    font-size: 16px;
    margin-right: 20px;
}
.xyzy:hover{
    color: #C1976D;
}
/*尾部*/
.footer{
	background: url(../../images/son_ty/footer_top_bg.jpg)no-repeat center center;
	background-size: cover;
}
.footer .bottom{
	background: #C9171F;
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #FFF;
	font-weight: 400;
	position: relative;
}
.footer .bottom:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: url(../../images/son_ty/footer_fjx.png)no-repeat center center;
	background-size: cover;
	display: block;
	top: 0;
	left: 0;
}
.footer .bottom span{
	margin-right:20px;
}
/*通用标题*/
.ty_title{
    font-weight: 600;
}
.ty_title .title{
    
}
.ty_title .title .cn{
    font-size: 30px;
    color: #202020;
    float: left;
}
.ty_title .more{
    float: right;
    font-size: 16px;
    color: #FFF;
    margin-top: 2px;
    width: 120px;
    height: 40px;
    background: url(../../images/tgzl/news_home_more_bg.png) no-repeat center center;
    background-size: cover;
    line-height: 40px;
    text-indent: 22px;
    text-align: left;
    font-weight: 400;
}
.ty_title .more:hover{
    background: url(../../images/tgzl/news_home_more_bg_huang.png) no-repeat center center;
    background-size: cover;
}
.ty_img{
    overflow: hidden;
}
.ty_img div{
    width: 100%;
    height: 100%;
	transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;	
}
@media screen and (max-width: 1600px){
	.contain{
		width: 1200px;
	}
	/*头部*/
    .header{
        line-height: 84px;
    }
    .header .logo{
        height: 36px;
    }
    .header .name{
        font-size: 20px;
        margin-left: 15px;
    }
    .header .name a{
        color:#FFF;
    }
    .header .nav{
        margin-top: 20px;
        margin-left: 25px;
    }
    .header .nav>li{
        line-height: 36px;
        margin:0 20px;
    }
    .header .nav>li a  h3{
        font-size: 17px;
    }
    .header .form{
        width: 210px;
        height: 33px;
        margin-top: 23px;
    }
    .header .nav>li:hover,.header .nav>li.active{
        border-bottom:2px solid #FFF;
    }
    .mob_header_height{
        display: none;
    }
    /*尾部*/
    .footer .bottom{
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
    /*通用标题*/
    .ty_title .title .cn{
        font-size: 24px;
    }
    .ty_title .more{
        font-size: 14px;
        margin-top: 0;
        width: 100px;
        height: 35px;
        line-height: 35px;
        text-indent: 17px;
    }
    .xyzy{
        font-size: 15px;
    }
}

@media screen and (max-width: 750px){
    .contain{
        width: 100%;
    }
    .mob_header_height {
        height: 48px;
        width: 100%;
        display: block;
    }
    .header {
        height: 48px;
        position: fixed;
        background: #A71D2A;
        z-index: 999999;
        left: 0;
        top: 0;
        width: 100%;
        line-height: 48px;
        padding: 0 15px;
    }
    .header .mob_menu {
        width: 23px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 15px;
        background: url(../../images/menu.png) no-repeat center center;
        background-size: cover;
    }
    .header .mob_search {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 50px;
        top: 14px;
        background: url(../../images/header_search.png) no-repeat center center;
        background-size: cover;
    }
    .header .mob_head_yy {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99;
        display: none;
        top: 48px;
        left: 0;
    }   
    .header .logo{
        height: auto;
    }   
    .header .logo img{
      height: 24px;
    }
    .header .name{
        font-size: 14px;
        margin-left: 0;
    }
    .header .name:before{
        width: 3px;
        height: 28px;
        left: -15px;
        top: 10px;
    }
    .header .right{
        position: initial;
    }
    .header .form{
      float: none;
      margin-top: 0;
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 55px;
      display: none;
      z-index: 9999;
      width: 300px;
    }
    .header .form input{
        width: 260px;
    }
    .header .nav{
        position: absolute;
        top: 48px;
        z-index: 999;
        background: #FFF;
        width: 100%;
        height: auto;
        overflow: auto;
        display: none;
        left: 0;
        margin-top: 0;
    }
    .header .nav>li{
      float: none;
      padding: 0;
      position: relative;
      margin: 0;
      line-height: 50px;
      height: auto;
    }
    .header .nav>li a{
      color: #595961;
      font-size: 16px;
      border-bottom: 1px solid #eee;
      display: block;
      text-align: center;
    }
    .header .nav>li a h3{
        color:#2f292c;
        line-height: initial;
    }
    .header .nav>li a.title {
        padding: 0;
    }
    .header .nav>li:hover:after,.header .nav>li.active:after{
      display: none;
    }   
    .header .nav>li.active a h3{
      color: #A71D2A;
    } 
    .header .nav{
        margin:0;
    }
    .weui-dialog{
        width: 60%;
    } 
    .footer .bottom {
        font-size: 14px;
        height: auto;
        line-height: initial;
        padding: 15px 0;
    }
    .footer .bottom span{
       margin-right: 0;
       margin-bottom: 5px;
        display: block; 
    }
    .footer .bottom font{
       width: 74px;
        display: inline-block; 
    }
    .ty_title .title .cn {
        font-size: 18px;
    }
    .ty_title .more {
        font-size: 14px;
        width: 85px;
        height: 30px;
        line-height: 30px;
        text-indent: 11px;
    }
    .xyzy{
        display: none;
    }

}