@charset "utf-8";
/* CSS Document */
.txt {
	width: 100%;
	background: url(../images/top-bg.jpg) repeat-x top;
	height: 150px;
}
.text {
}
.txtleft {
	float: left;
	line-height: 30px;
}
.txtleft p {
	color: #fff;
	line-height: 40px;
}
.metsearch li{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.metsearch{
    float: left;
}
.parasearch_search{
    float: right;
    color: black;
}
.txtright {
	float: right;
	color: #fff;
	line-height: 30px;
}
.txtright a {
	color: #fff;
	margin: 10px 10px;
	line-height: 40px;
}
.txtright a:hover {color: #e20a0a;}
/*nav*/
.nav-wrap {
	/* height: 100px; */
	float: right;
}
.navbrand {
}
.navbrand ul {
	height: 100%;
}
.navbrand ul li {
	width: 88px;
	float: left;
	margin-right: 8px;
	position: relative;
}
.navbrand ul li>a {
	width: 100%;
	color: #585757;
	height: 110px;
	position: relative;
	display: inline-block;
	z-index: 20;
	text-align: center;
	line-height: 115px;
	font-size: 16px;
}
.navbrand ul li>a:hover, .navbrand ul li>a.navdown {color: #e20a0a;}
.navbrand ul li>a:before, .navbrand ul li>a:before {
	transition: 1s all;
}
.navbrand ul li:hover>a:before, .navbrand ul li>a:hover:before, .navbrand ul li>a.navdown:before {
	position: absolute;
	left: 50%;
	bottom: 15px;
	content: "";
	width: 65%;
	height: 2px;
	/* background: #1463a8; */
	transform: translate(-50%, 0);
}
.navbrand ul li>.nav_kid {
	width: 130px;
	position: absolute;
	top: 110px;
	left: 76%;
	margin-left: -95px;
	background: rgb(255, 255, 255);
	z-index: 999;
	display: none;
	box-shadow: 0px 2px 12px rgba(102, 102, 102, 0.17);
	padding: 15px 0;
}
.navbrand ul li>.nav_kid p {
	width: 100%;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}
.navbrand ul li>.nav_kid p a {
	/* color: #333; */
	/* text-align: center; */
	/* position: relative; */
	/* display: inline-block; */
}
.navbrand ul li>.nav_kid p>a:hover {
	color: red;
	border-bottom: 1px solid red;
}

.navbrand ul li>.nav_kid p:hover >a:before {
	width: 20px;
	left: -32px;
}
.navbrand ul li>.nav_kid p:hover >a:after {
	width: 20px;
	right: -32px;
}
.nav{}
.logo{
    float: left;
    margin-top: 12px;
}
.logo img{}


/*.navbrand ul li>.nav_kid p>a:hover:before{ content: "—"; position: absolute; left: -24px; top: -11px;  }

.navbrand ul li>.nav_kid p>a:hover:after{ content: ""; position: absolute; right: -24px; top: -11px; width: 0px; height: 3px;}*/
/*main1*/
.main1{
    background: #f2f2f2;
    overflow: hidden;
    padding-bottom: 20px;
}
.tt{
    margin: 50px 0px;
    height: 50px;
}
.tt1{
    float: left;
}
.tt1 span{
    padding-left: 20px;
    border-left: 6px solid #ffae00;
    height: 36px;
    display: block;
    float: left;
    margin-top: 8px;
}
.tt1 a:hover{
    color: #e20a0a;
}
.tt1 a{
    font-size: 36px;
}
.tt2{
    float: right;
    /* margin-top: 20px; */
}
.tt2 a:hover{
    color: #fdfdfd;
}
.tt2 a{
    font-size: 16px;
}
.tt2 a img{margin-left: 10px;}
.cp{
    margin-top: 30px;
}
.content .cp {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cp li {
	float: left;
	width: 23.6%;
	margin-bottom: 35px;
	border: 10px solid #ffffff7a;
}
.cp li:not(:nth-child(4n+1)) {
 margin-left: 1.75%;
}
.cp li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #efecec; */
}
.cp li .img img {
	width: 100%;
	transition: all .8s ease-in-out;
	display: block;
}
.cp li:hover .img img {
	transform: scale(1.1);
}
.cp li .img .yc {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(231, 179, 84, 0.36);
	top: 100%;
	left: 0;
	color: #ffffff;
	transition: all 0.4s;
}
.cp li:hover .img .yc {
	top: 0;
}
.cp li .img .yc a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.cp li .img .yc p {
	color: #fff;
	width: 210px;
	line-height: 26px;
	font-size: 16px;
	margin-top: 42%;
	display: inline-block;
	letter-spacing: 1px;
}
.cp li .img .yc span i:hover {
	background-color: #0166ce;
	transform: rotate(360deg);
}
.cp li .name {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	text-align: center;
}
.cp li .name p {
	font-size: 15px;
	color: #161616;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}
.cp li .name a {
	padding: 10px;
	display: block;
	text-align:  center;
	/* color: #ffffff; */
	font-size: 16px;
	transition: 0.3s linear;
}
.cp li:hover .name a {
	color: #e20a0a;
	transition: 0.3s linear;
	letter-spacing: 3px;
}
.cp li .name:after {
	position: absolute;
	left: 0;
	bottom: 100px;
	content: "";
	width: 100%;
	height: 100px;
	/* background: #d71317; */
	display: block;
	transition: all 0.4s;
}
.cp li:hover .name:after {
	bottom: 0;
}
/*abouts*/
.js{
    padding-bottom: 80px;
    overflow: hidden;
}
.js-left{
    float: right;
}
.js-left img{
    width: 565px;
}
.js-right{
    float: left;
    width: 730px;
    color: #4c4b4b;
}
.js-right h2{border-bottom: 1px dotted #b5b5b5;/* padding-bottom: 8px; */font-size: 16px;line-height: 35px;margin-bottom: -13px;}
.js-right p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    color: #3a3a3a;
}
.more1 a {
	display: inline-block;
	background: #ffae00;
	padding: 10px 50px;
	color: #fff;
	border-radius: 20px;
	position: relative;
	transition: all 0.5s ease-in-out;
	margin-top: 60px;
}
.more1 a:hover {
	padding-left: 20px;
	padding-right: 110px;
	color: #fff;
}
.more1 i {
	background: url(../images/more1.png) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 0;
	left: 100%;
	height: 16px;
	top: 13px;
}
.more1 a:hover i {
	width: 28px;
	left: 70%;
}
/*news*/
.a15{
    margin-left: -10px;
    color: #a3a6a9;
}
.y-news004 {padding-bottom: 30px;overflow: hidden;}
.y-news004 ul {
	width: 100%;
}
.y-news004 ul li:nth-child(2){
	margin-right: 0px;
}
.y-news004 ul li:nth-child(4){
	margin-right: 0px;
}
.y-news004 ul li:nth-child(6){
	margin-right: 0px;
}
.y-news004 ul li {
	margin: 10px 25px 10px 0px;
	float: left;
	width: 662px;
	/* height: 110px; */
	padding: 15px;
	margin-bottom: 20px;
	border: 1px dotted #b5b5b5;
	transition: all 0.5s;
}
.y-news004 ul li:hover {
	box-shadow: 0px 0px 15px #c7c7c794;
	background: white;
	transition: all 0.5s;
}
.y-news004 ul li img {
	float: left;
	overflow: hidden;
	margin-right: 26px;
}
.y-news004 ul li .r01 {
	text-align: left;
	float: left;
	width: 380px;
	height: auto;
}
.y-news004 ul li .r01 a h8 {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 16px;
	color: #5a5a5a;
	font-family: "微软雅黑";
	font-weight: normal;
	font-weight: bold;
}
.y-news004 ul li:hover .r01 a h8 {
	color: #e20a0a;
}
.y-news004 ul li .r01 p {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #3a3a3a;
	overflow: hidden;
	padding: 8px 0px;
	line-height: 26px;
}
/*zs*/
.zs{
    /* margin-top: 30px; */
}
.zs a:hover{
    border: 1px solid #e2c373;
}
.zs a{
    float: left;
    /* width: 210px; */
    padding: 9px;
    background: white;
    margin: 7px;
    border: 1px solid #e8e8e8;
}
.zs a img{
    display: block;
    margin: 0 auto;
    width: 300px;
}
/*rexiaochanpin*/

.yunli-con{width:90%;margin:0 auto;}
.yunli-con ul{/* margin-top:60px */}
.yunli-con ul li{float:left;margin-bottom:30px;width: 315px;margin-right: 30px;background: white;padding: 10px;}
.yunli-con ul li:nth-child(4){
	margin-right: 0px;
}
.yunli-con ul li:nth-child(8){
	margin-right: 0px;

}
.yunli-con ul li:nth-child(12){
	margin-right: 0px;
}
.yunli-img{width:100%;overflow:hidden;transition:all ease 0.36s;border: 1px solid #efecec;}
.yunli-img img{transition:all ease 0.36s;width:100%}
.yunli-des{width:100%;padding: 15px 6px;transition:all ease 0.36s;position:relative;box-sizing:border-box;border-bottom: 1px dotted #b5b5b5;}
.yunli-des h2{font-size: 18px;color: #3a3a3a;font-weight: bold;}
.yunli-des:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    opacity: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #e20a0a;
    transition: all .36s ease-out;
    }
.yunli-con ul li:hover .yunli-des:after{width:100%;opacity:1}
.yunli-des h3{font-size:14px;color: #3a3a3a;margin-top: 5px;line-height: 24px;}
.yunli-con ul li:hover .yunli-img img{transform:scale(1.2);transition:all ease 0.36s}
.yunli-con ul li:hover  .yunli-des{padding-left:20px;transition:all ease 0.36s}
.new-right {
	float: left;
	margin-bottom: 40px;
}
.new-right li {
	/* height: 100px; */
	margin: 15px 0px 15px;
	padding: 10px 0px 10px;
	border-bottom: 1px dotted #b5b5b5;
	float: left;
	margin-right: 50px;
	width: 650px;
}
.new-right li:nth-child(2){
	margin-right: 0px;
}
.new-right li:nth-child(4){
	margin-right: 0px;
}
.new-right li:nth-child(6){
	margin-right: 0px;
}
.new-right li a {
}
.new-right li a .sj {
	float: left;
	color: #3a3a3a;
	padding: 10px;
	border: 1px dotted #b5b5b5;
	border-radius: 5px;
}
.new-right li a .sj h2 {
	font-size: 16px;
}
.new-right li a .sj p {
	text-align: center;
	font-size: 30px;
}
.new-right li a .te {
	float: right;
	margin-top: 2px;
	width: 538px;
}
.new-right li a .te h2 {
	font-size: 18px;
	line-height: 30px;
	color: #3a3a3a;
	font-weight: bold;
	transition: 0.2s linear;
}
.new-right li a .te p {
	color: #3a3a3a;
	line-height: 26px;
	font-size: 15px;
}
.new-right li a:hover .sj {
	color: #e20a0a;
	transition: all 0.8s;
}
.new-right li a:hover .te h2 {
	color: #e20a0a;
	font-weight: bold;
	transition: 0.3s linear;
	letter-spacing: 1px;
}
.footer{
    background: #000000;
    padding: 30px 0px;
}
.fot1{
    float: left;
    width: 180px;
}
.fot1 h2{
    color: #eaeaea;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot1 li{
}
.fot1 li a{
    color: #eaeaea;
    line-height: 30px;
    font-size: 15px;
}
.fot1 li a:hover{
    color: #e20a0a;
}
.fot2{
    float: right;
    text-align: center;
}
.fot2 img{}
.fot2 h2{
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot2 p{
    color: #eaeaea;
    line-height: 30px;
}
.fot2{
    float: right;
    width: 180px;
}
.fot3 h2{
    color: #eaeaea;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot3{
    float: left;
    width: 270px;
}
.fot3 li{float: left;margin-right: 10px;/* width: 112px; */}
.fot3 li a{
    color: #eaeaea;
    line-height: 30px;
    font-size: 15px;
}
.fot3 li a:hover{
    color: #e20a0a;
}
.wxq a{background: white;margin: 5px;border-radius: 50px;display: block;width: 30px;height: 30px;float: left;}
.wxq a img{
    width: 22px;
    margin-top: 5px;
}
.wxq{
    margin-left: 29px;
}
.bottom{
    color: #fff;
    margin-top: 15px;
    height: 35px;
    border-top: 1px solid #777676;
    line-height: 60px;
}
.app{
    background: url(../images/appp.jpg);
    overflow: hidden;
    padding: 30px 0px 60px;
    background-attachment: fixed;
}
.bot1{
    float: left;
    margin: 20px 0px;
}
.bot1 p{
    line-height: 23px;
    /* letter-spacing: 1px; */
    color: #cacaca;
}
.bot2{
    float: right;
}
.bot2 a:hover{
	color: #e20a0a;
}
.bot2 a{
    color: #cacaca;
    margin: 0px 5px;
}
.la-btn {
  padding:14px 20px;
  background: #000000;
  color:#fff;
  font-size:17px;
  overflow:hidden;
  transition:all .35s;
  display:inline-block;
  position:relative;
  z-index:1;
}
.la-btn:hover {
  color:#fff;
  background:none;
}
.la-btn:before {
  visibility:hidden;
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:0;
  height:100%;
  background: #3a3836;
  z-index:-1;
  transform:skew(45deg,0);
  transition:all .35s;
}
.la-btn:hover:before {
  visibility:visible;
  width:150%;
  left:-25%;
}
.la-btn1{
  padding:14px 20px;
  background-color:#e60012 !important;
  color:#fff !important;
  font-size:17px;
  overflow:hidden;
  display:inline-block;
  position:relative;
  z-index:1;
}
.la-session-more {
  text-align:center;
}
.la-session-more a {
  width: 158px;
  height: 40px;
  /* border: 1px solid #dfdfdf; */
  padding:0;
  background:none;
  text-align:center;
  color: #ffffff;
  line-height: 40px;
  margin: 10px 10px;
  text-decoration:none;
  background-color: #ffae01;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius: 50px;
}
.la-session-more a:hover {
  border-color:#e60012;
  background:none;
}
.rect-5625 {overflow: hidden;}
.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 300px;
    height: 160px;
}
.ipart03 {
	background: url(../images/ipart03_1.jpg) no-repeat center;
	padding: 130px 0 110px;
	background-size: cover;
}
.ipart03 .left {
	float: left;
	width: 24%;
}
.ipart03 .left .big_infor {
	margin-bottom: 78px;
}
.ipart03 .left .big_infor .tit {
	font-size: 50px;
	color: #1e1e1e;
	line-height: 1;
	font-weight: bold;
}
.ipart03 .left .big_infor:hover .tit {
	color: #b88e16
}
.ipart03 .left .big_infor .en_tit {
	font-size: 20px;
	color: #ffae01;
	text-transform: capitalize;
	line-height: 24px;
	font-family: Arial;
	margin-top: 20px;
}
.ipart03 .left .big_infor .line {
	width: 37px;
	height: 3px;
	background: #ffae01;
	margin-top: 20px;
}
.ipart03 .left .smal_infor .tit {
	font-size: 20px;
	color: #4f4f4f;
	font-weight: bold;
}
.ipart03 .left .smal_infor .con {
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 12px;
	line-height: 30px;
}
.ipart03 .left .smal_infor .more {
	font-size: 14px;
	color: #d7181f;
	line-height: 24px;
	margin-top: 25px;
	position: relative;
	padding-bottom: 3px;
	display: inline-block;
}
.ipart03 .left .smal_infor .more i {
	margin: 0;
	font-size: 13px;
	vertical-align: middle;
}
.ipart03 .left .smal_infor .more:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #d7181f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.5s ease;
}
.ipart03 .left .smal_infor .more:hover:after {
	width: 100%;
}
.ipart03 .right {
	width: 72%;
	float: right;
}
.ipart03 .right li {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #f3f0f0;
}
.ipart03 .right li a {
	display: block;
}
.ipart03 .right li .img_ {
	float: left;
}
.ipart03 .right li .intro_box {
	float: left;
	width: 73%;
}
.ipart03 .right li .intro_box .box {
	padding: 15px 10px 40px 0px;
}
.ipart03 .right li .intro_box .box .date {
	float: right;
	font-family: Arial;
	color: #bdbdbd;
	width: 15%;
	text-align: right;
}
.ipart03 .right li .intro_box .box .date .y {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 23px;
	text-align: center;
	margin-top: 33px;
}
.ipart03 .right li .intro_box .box .date .d {
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
.ipart03 .right li .intro_box .box .intro {
	float: right;
	width: 76%;
	margin-right: 13px;
	border-right: 1px solid #efebeb;
	padding-right: 25px;
}
.ipart03 .right li .intro_box .box .intro .t {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 10px;
	line-height: 1;
}
.ipart03 .right li .intro_box .box .intro .c {
	font-size: 14px;
	color: #656565;
	line-height: 24px;
	/* height: 48px; */
	overflow: hidden;
}
.ipart03 .right li:hover .intro_box .box .intro .t {@charset "utf-8";
/* CSS Document */
.txt {
	width: 100%;
	background: url(../images/top-bg.jpg) repeat-x top;
	height: 150px;
}
.text {
}
.txtleft {
	float: left;
	line-height: 30px;
}
.txtleft p {
	color: #fff;
	line-height: 40px;
}
.metsearch li{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.metsearch{
    float: left;
}
.parasearch_search{
    float: right;
    color: black;
}
.txtright {
	float: right;
	color: #fff;
	line-height: 30px;
}
.txtright a {
	color: #fff;
	margin: 10px 10px;
	line-height: 40px;
}
.txtright a:hover {color: #e20a0a;}
/*nav*/
.nav-wrap {
	/* height: 100px; */
	float: right;
}
.navbrand {
}
.navbrand ul {
	height: 100%;
}
.navbrand ul li {
	width: 88px;
	float: left;
	margin-right: 8px;
	position: relative;
}
.navbrand ul li>a {
	width: 100%;
	color: #585757;
	height: 110px;
	position: relative;
	display: inline-block;
	z-index: 20;
	text-align: center;
	line-height: 115px;
	font-size: 16px;
}
.navbrand ul li>a:hover, .navbrand ul li>a.navdown {color: #e20a0a;}
.navbrand ul li>a:before, .navbrand ul li>a:before {
	transition: 1s all;
}
.navbrand ul li:hover>a:before, .navbrand ul li>a:hover:before, .navbrand ul li>a.navdown:before {
	position: absolute;
	left: 50%;
	bottom: 15px;
	content: "";
	width: 65%;
	height: 2px;
	/* background: #1463a8; */
	transform: translate(-50%, 0);
}
.navbrand ul li>.nav_kid {
	width: 130px;
	position: absolute;
	top: 110px;
	left: 76%;
	margin-left: -95px;
	background: rgb(255, 255, 255);
	z-index: 999;
	display: none;
	box-shadow: 0px 2px 12px rgba(102, 102, 102, 0.17);
	padding: 15px 0;
}
.navbrand ul li>.nav_kid p {
	width: 100%;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}
.navbrand ul li>.nav_kid p a {
	/* color: #333; */
	/* text-align: center; */
	/* position: relative; */
	/* display: inline-block; */
}
.navbrand ul li>.nav_kid p>a:hover {
	color: red;
	border-bottom: 1px solid red;
}

.navbrand ul li>.nav_kid p:hover >a:before {
	width: 20px;
	left: -32px;
}
.navbrand ul li>.nav_kid p:hover >a:after {
	width: 20px;
	right: -32px;
}
.nav{}
.logo{
    float: left;
    margin-top: 11px;
}
.logo img{}


/*.navbrand ul li>.nav_kid p>a:hover:before{ content: "—"; position: absolute; left: -24px; top: -11px;  }

.navbrand ul li>.nav_kid p>a:hover:after{ content: ""; position: absolute; right: -24px; top: -11px; width: 0px; height: 3px;}*/
/*main1*/
.main1{
    background: #f2f2f2;
    overflow: hidden;
    padding-bottom: 20px;
}
.tt{
    margin: 50px 0px;
    height: 50px;
}
.tt1{
    float: left;
}
.tt1 span{
    padding-left: 20px;
    border-left: 6px solid #ffae00;
    height: 36px;
    display: block;
    float: left;
    margin-top: 8px;
}
.tt1 a:hover{
    color: #e20a0a;
}
.tt1 a{
    font-size: 36px;
}
.tt2{
    float: right;
    /* margin-top: 20px; */
}
.tt2 a:hover{
    color: #fdfdfd;
}
.tt2 a{
    font-size: 15px;
}
.tt2 a img{margin-left: 10px;}
.cp{
    margin-top: 30px;
}
.content .cp {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cp li {
	float: left;
	width: 23.6%;
	margin-bottom: 35px;
	border: 10px solid #ffffff7a;
}
.cp li:not(:nth-child(4n+1)) {
 margin-left: 1.75%;
}
.cp li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #efecec; */
}
.cp li .img img {
	width: 100%;
	transition: all .8s ease-in-out;
	display: block;
}
.cp li:hover .img img {
	transform: scale(1.1);
}
.cp li .img .yc {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(231, 179, 84, 0.36);
	top: 100%;
	left: 0;
	color: #ffffff;
	transition: all 0.4s;
}
.cp li:hover .img .yc {
	top: 0;
}
.cp li .img .yc a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.cp li .img .yc p {
	color: #fff;
	width: 210px;
	line-height: 26px;
	font-size: 16px;
	margin-top: 26%;
	display: inline-block;
	letter-spacing: 1px;
}
.cp li .img .yc span i:hover {
	background-color: #0166ce;
	transform: rotate(360deg);
}
.cp li .name {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	text-align: center;
}
.cp li .name p {
	font-size: 15px;
	color: #161616;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}
.cp li .name a {
	padding: 10px;
	display: block;
	text-align:  center;
	/* color: #ffffff; */
	font-size: 16px;
	transition: 0.3s linear;
}
.cp li:hover .name a {
	color: #e20a0a;
	transition: 0.3s linear;
	letter-spacing: 3px;
}
.cp li .name:after {
	position: absolute;
	left: 0;
	bottom: 100px;
	content: "";
	width: 100%;
	height: 100px;
	/* background: #d71317; */
	display: block;
	transition: all 0.4s;
}
.cp li:hover .name:after {
	bottom: 0;
}
/*abouts*/
.js{
    padding-bottom: 80px;
    overflow: hidden;
}
.js-left{
    float: right;
}
.js-left img{
    width: 565px;
}
.js-right{
    float: left;
    width: 730px;
    color: #4c4b4b;
}
.js-right h2{border-bottom: 1px dotted #b5b5b5;/* padding-bottom: 8px; */font-size: 16px;line-height: 35px;margin-bottom: -13px;}
.js-right p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    color: #3a3a3a;
}
.more1 a {
	display: inline-block;
	background: #ffae00;
	padding: 10px 50px;
	color: #fff;
	border-radius: 20px;
	position: relative;
	transition: all 0.5s ease-in-out;
	margin-top: 60px;
}
.more1 a:hover {
	padding-left: 20px;
	padding-right: 110px;
	color: #fff;
}
.more1 i {
	background: url(../images/more1.png) no-repeat center center;
	position: absolute;
	display: inline-block;
	width: 0;
	left: 100%;
	height: 16px;
	top: 13px;
}
.more1 a:hover i {
	width: 28px;
	left: 70%;
}
/*news*/
.a15{
    margin-left: -10px;
    color: #a3a6a9;
}
.y-news004 {padding-bottom: 30px;overflow: hidden;}
.y-news004 ul {
	width: 100%;
}
.y-news004 ul li:nth-child(2){
	margin-right: 0px;
}
.y-news004 ul li:nth-child(4){
	margin-right: 0px;
}
.y-news004 ul li:nth-child(6){
	margin-right: 0px;
}
.y-news004 ul li {
	margin: 10px 25px 10px 0px;
	float: left;
	width: 662px;
	/* height: 110px; */
	padding: 15px;
	margin-bottom: 20px;
	border: 1px dotted #b5b5b5;
	transition: all 0.5s;
}
.y-news004 ul li:hover {
	box-shadow: 0px 0px 15px #c7c7c794;
	background: white;
	transition: all 0.5s;
}
.y-news004 ul li img {
	float: left;
	overflow: hidden;
	margin-right: 26px;
}
.y-news004 ul li .r01 {
	text-align: left;
	float: left;
	width: 380px;
	height: auto;
}
.y-news004 ul li .r01 a h8 {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 16px;
	color: #5a5a5a;
	font-family: "微软雅黑";
	font-weight: normal;
	font-weight: bold;
}
.y-news004 ul li:hover .r01 a h8 {
	color: #e20a0a;
}
.y-news004 ul li .r01 p {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #3a3a3a;
	overflow: hidden;
	padding: 8px 0px;
	line-height: 26px;
}
/*zs*/
.zs{
    /* margin-top: 30px; */
}
.zs a:hover{
    border: 1px solid #e2c373;
}
.zs a{
    float: left;
    /* width: 210px; */
    padding: 9px;
    background: white;
    margin: 7px;
    border: 1px solid #e8e8e8;
}
.zs a img{
    display: block;
    margin: 0 auto;
    width: 300px;
}
/*rexiaochanpin*/
.more{width: 180px;height:40px;overflow:hidden;text-align:center;margin:0 auto;font-size:1.1em;line-height:38px;margin-bottom: 30px;}
.more a{width: 180px;height:38px;display:block;border: 1px solid #bbbbbb85;color: #3a3a3a;border-radius: 20px;}
.more a:hover{
    background: #0b61a9;
    color:#ffffff;
    border: 1px solid #0b61a9;
    -webkit-transition: background 1s ease-in-out, color 1s ease-in-out, border 1s ease-in-out;
    transition: background 1s ease-in-out, color 1s ease-in-out, border 1s ease-in-out;
    }
.yunli-con{width:90%;margin:0 auto;}
.yunli-con ul{/* margin-top:60px */}
.yunli-con ul li{float:left;margin-bottom:30px;width: 315px;margin-right: 30px;background: white;padding: 10px;}
.yunli-con ul li:nth-child(4){
	margin-right: 0px;
}
.yunli-con ul li:nth-child(8){
	margin-right: 0px;

}
.yunli-con ul li:nth-child(12){
	margin-right: 0px;
}
.yunli-img{width:100%;overflow:hidden;transition:all ease 0.36s;border: 1px solid #efecec;}
.yunli-img img{transition:all ease 0.36s;width:100%}
.yunli-des{width:100%;padding: 15px 6px;transition:all ease 0.36s;position:relative;box-sizing:border-box;border-bottom: 1px dotted #b5b5b5;}
.yunli-des h2{font-size: 18px;color: #3a3a3a;font-weight: bold;}
.yunli-des:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    opacity: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #e20a0a;
    transition: all .36s ease-out;
    }
.yunli-con ul li:hover .yunli-des:after{width:100%;opacity:1}
.yunli-des h3{font-size:14px;color: #3a3a3a;margin-top: 5px;line-height: 24px;}
.yunli-con ul li:hover .yunli-img img{transform:scale(1.2);transition:all ease 0.36s}
.yunli-con ul li:hover  .yunli-des{padding-left:20px;transition:all ease 0.36s}
.new-right {
	float: left;
	margin-bottom: 40px;
}
.new-right li {
	/* height: 100px; */
	margin: 15px 0px 15px;
	padding: 10px 0px 10px;
	border-bottom: 1px dotted #b5b5b5;
	float: left;
	margin-right: 50px;
	width: 650px;
}
.new-right li:nth-child(2){
	margin-right: 0px;
}
.new-right li:nth-child(4){
	margin-right: 0px;
}
.new-right li:nth-child(6){
	margin-right: 0px;
}
.new-right li a {
}
.new-right li a .sj {
	float: left;
	color: #3a3a3a;
	padding: 10px;
	border: 1px dotted #b5b5b5;
	border-radius: 5px;
}
.new-right li a .sj h2 {
	font-size: 16px;
}
.new-right li a .sj p {
	text-align: center;
	font-size: 30px;
}
.new-right li a .te {
	float: right;
	margin-top: 2px;
	width: 538px;
}
.new-right li a .te h2 {
	font-size: 18px;
	line-height: 30px;
	color: #3a3a3a;
	font-weight: bold;
	transition: 0.2s linear;
}
.new-right li a .te p {
	color: #3a3a3a;
	line-height: 26px;
	font-size: 15px;
}
.new-right li a:hover .sj {
	color: #e20a0a;
	transition: all 0.8s;
}
.new-right li a:hover .te h2 {
	color: #e20a0a;
	font-weight: bold;
	transition: 0.3s linear;
	letter-spacing: 1px;
}
.footer{
    background: #000000;
    padding: 30px 0px;
}
.fot1{
    float: left;
    width: 180px;
}
.fot1 h2{
    color: #eaeaea;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot1 li{
}
.fot1 li a{
    color: #eaeaea;
    line-height: 30px;
    font-size: 15px;
}
.fot1 li a:hover{
    color: #e20a0a;
}
.fot2{
    float: right;
    text-align: center;
}
.fot2 img{}
.fot2 h2{
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot2 p{
    color: #eaeaea;
    line-height: 30px;
}
.fot2{
    float: right;
    width: 180px;
}
.fot3 h2{
    color: #eaeaea;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}
.fot3{
    float: left;
    width: 270px;
}
.fot3 li{float: left;margin-right: 10px;width: 112px;}
.fot3 li a{
    color: #eaeaea;
    line-height: 30px;
    font-size: 15px;
}
.fot3 li a:hover{
    color: #e20a0a;
}
.wxq a{background: white;margin: 5px;border-radius: 50px;display: block;width: 30px;height: 30px;float: left;}
.wxq a img{
    width: 22px;
    margin-top: 5px;
}
.wxq{
    margin-left: 29px;
}
.bottom{
    color: #fff;
    margin-top: 15px;
    height: 35px;
    border-top: 1px solid #777676;
    line-height: 60px;
}
.app{
    background: url(../images/appp.jpg);
    overflow: hidden;
    padding: 30px 0px 100px;
    background-attachment: fixed;
}
.bot1{
    float: left;
    margin: 20px 0px;
}
.bot1 p{
    line-height: 23px;
    /* letter-spacing: 1px; */
    color: #cacaca;
}
.bot2{
    float: right;
}
.bot2 a:hover{
	color: #e20a0a;
}
.bot2 a{
    color: #cacaca;
    margin: 0px 5px;
}
.la-btn {
  padding:14px 20px;
  background: #ffae00;
  color:#fff;
  font-size:17px;
  overflow:hidden;
  transition:all .35s;
  display:inline-block;
  position:relative;
  z-index:1;
}
.la-btn:hover {
  color:#fff;
  background:none;
}
.la-btn:before {
  visibility:hidden;
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:0;
  height:100%;
  background: #ffae00;
  z-index:-1;
  transform:skew(45deg,0);
  transition:all .35s;
}
.la-btn:hover:before {
  visibility:visible;
  width:150%;
  left:-25%;
}
.la-btn1{
  padding:14px 20px;
  background-color:#e60012 !important;
  color:#fff !important;
  font-size:17px;
  overflow:hidden;
  display:inline-block;
  position:relative;
  z-index:1;
}
.la-session-more {
  text-align:center;
}
.la-session-more a {
  width: 200px;
  height: 40px;
  /* border: 1px solid #dfdfdf; */
  padding:0;
  background:none;
  text-align:center;
  color: #000000;
  line-height: 40px;
  margin: 10px 10px;
  text-decoration:none;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius: 50px;
}
.la-session-more a:hover {
  border-color:#e60012;
  background:none;
}
.rect-5625 {overflow: hidden;}
.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 300px;
    height: 160px;
}
.ipart03 {
	background: url(../images/ipart03_1.jpg) no-repeat center;
	padding: 130px 0 110px;
	background-size: cover;
}
.ipart03 .left {
	float: left;
	width: 24%;
}
.ipart03 .left .big_infor {
	margin-bottom: 113px;
}
.ipart03 .left .big_infor .tit {
	font-size: 50px;
	color: #1e1e1e;
	line-height: 1;
	font-weight: bold;
}
.ipart03 .left .big_infor:hover .tit {
	color: #b88e16
}
.ipart03 .left .big_infor .en_tit {
	font-size: 20px;
	color: #ffae01;
	text-transform: capitalize;
	line-height: 24px;
	font-family: Arial;
	margin-top: 20px;
}
.ipart03 .left .big_infor .line {
	width: 37px;
	height: 3px;
	background: #ffae01;
	margin-top: 20px;
}
.ipart03 .left .smal_infor .tit {
	font-size: 20px;
	color: #4f4f4f;
	font-weight: bold;
}
.ipart03 .left .smal_infor .con {
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 12px;
	line-height: 30px;
}
.ipart03 .left .smal_infor .more {
	font-size: 14px;
	color: #d7181f;
	line-height: 24px;
	margin-top: 25px;
	position: relative;
	padding-bottom: 3px;
	display: inline-block;
}
.ipart03 .left .smal_infor .more i {
	margin: 0;
	font-size: 13px;
	vertical-align: middle;
}
.ipart03 .left .smal_infor .more:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #d7181f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.5s ease;
}
.ipart03 .left .smal_infor .more:hover:after {
	width: 100%;
}
.ipart03 .right {
	width: 72%;
	float: right;
}
.ipart03 .right li {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #f3f0f0;
}
.ipart03 .right li a {
	display: block;
}
.ipart03 .right li .img_ {
	float: left;
}
.ipart03 .right li .intro_box {
	float: left;
	width: 73%;
}
.ipart03 .right li .intro_box .box {
	padding: 15px 10px 40px 0px;
}
.ipart03 .right li .intro_box .box .date {
	float: right;
	font-family: Arial;
	color: #bdbdbd;
	width: 15%;
	text-align: right;
}
.ipart03 .right li .intro_box .box .date .y {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 23px;
	text-align: center;
	margin-top: 33px;
}
.ipart03 .right li .intro_box .box .date .d {
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
.ipart03 .right li .intro_box .box .intro {
	float: right;
	width: 76%;
	margin-right: 13px;
	border-right: 1px solid #efebeb;
	padding-right: 25px;
}
.ipart03 .right li .intro_box .box .intro .t {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 10px;
	line-height: 1;
}
.ipart03 .right li .intro_box .box .intro .c {
	font-size: 14px;
	color: #656565;
	line-height: 24px;
	/* height: 48px; */
	overflow: hidden;
}
.ipart03 .right li:hover .intro_box .box .intro .t {
	color: #d7181f;
}
.imgZoom img, .imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	width: 260px;
	/* height: 160px; */
}

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

	color: #d7181f;
}
.imgZoom img, .imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	width: 260px;
	/* height: 160px; */
}

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
