body{
	width: 100%;
	min-width: 1200px;
	background: #F4F4F4;
	color: #000;
	box-sizing: border-box;
}
.top_banner{
	position: relative;
}
.ban-inner{
	overflow:hidden;
	position: relative;	
	height: 600px;
	margin: 0 auto;
	z-index: 19;
}
.ban-inner video{
	position: absolute;
	width: 100%;
	left: 0;
	top: -300px;
}
.ban-inner .top_logo{
	position: absolute;
	width: 30%;
	top: 5%;
    left: 5%;
	z-index: 3;
}
.ban-inner .banner_title{
	position: absolute;
	top:28%;
	left: 50%;
	margin-left: -259px;
	z-index: 3;
}
.ban-inner .banner_title h3{
	font-size: 46px;
	font-weight: 700;
	color: #ddd;
	line-height: 1.8;
	letter-spacing: 4px;
	text-shadow: 0 1px 0 #ccc;
}
.ban-inner .banner_title h4{
	font-size: 46px;
	color: #ddd;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #ccc;
}
.ban-inner .banner_title h5{
	font-size: 40px;
	color: #ddd;
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0 1px 0 #ccc;
}
.x-nav-musk{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 2;
}

.row-box-xw{
	padding-bottom: 30px;
	background: #fff url(../../newpc/new_web/images/xwzx-bj.png) center top no-repeat;
	padding: 33px 0 0 0px;
	overflow: hidden;
}
.wp {
    width: 1200px;
    margin: 0 auto;
}
.g-tit-hm-1 {
    text-align: center;
}
.b-e-b .title {
    margin-top: 61px;
    margin-bottom: 2px;
    text-align: center;
    padding: 7px 0 8px 0;
}
.b-e-b .title li {
    position: relative;
    display: inline-block;
    margin: 0 58px;
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.b-e-b .title li a {
    padding: 0px 0 1px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    box-shadow: 2px 2px 8px;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    display: block;
    padding-left: 42px;
    color: #464646;
    letter-spacing: 2px;
    font-size: 20px;
    background: #F4F4F4;
    border-radius: 6px;
}
.b-e-b .title .ative>a, .b-e-b .title li:hover a {
    background-position: 0px 0px;
    transform: translate(0,-5px);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    
}
.section-hm-video img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b-e-b .title li a i {
    position: absolute;
    width: 61px;
    height: 100%;
    left: 0;
    background: url(../../others/items-icon-0401.svg) center center no-repeat;
    display: inline-block;
    background-size: 555px;
}


.row-box-xw .g-tit1{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 17px;
    background: url(../../newpc/new_web/images/ico2.png) no-repeat center bottom;
    text-align: center;
}
.row-box-xw .g-tit1 span{
    display: block;
    font-size: 48px;
    margin-bottom: -32px;
    font-family: 'ShinePersonalUse';
    opacity: .15;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.row-box-xw .g-tit1{color: #393939;}

.news_box ul li{
	width: 25%;
	position: relative;
	background: #fff;
	padding: 1%;
	float: left;
	height: 380px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	margin-bottom: 30px;
}
.news_box ul li:hover {
	box-shadow: 0 9px 30px #e4e4e4;
	-webkit-box-shadow: 0 9px 30px #e4e4e4;
	-moz-box-shadow: 0 9px 30px #e4e4e4;
}
.news_box ul li .pic{
	display: block;
	float: left;
	width: 97%;
	/* height: 200px; */
}
.news_box ul li .con .pic img{
	display: block;
	width: 100%;
	border-radius:5px;
	/* height: 100%; */
	margin-bottom: 10px;
}
.news_box ul li .txt{
	float: right;
	/* width: 750px; */
}
.news_box ul li .txt h3 a{
	font-size: 16px;
	color: #555;
	font-weight:700;
	/* line-height: 2.2; */
	transition: color 180ms;
	-webkit-transition: color 180ms;
	-moz-transition: color 180ms;
}
.news_box ul li .txt h3 b{
	font-size: 18px;
	color: #555;
	font-weight: normal;
	/* margin-top: 10px; */
	transition: color 180ms;
	-webkit-transition: color 180ms;
	-moz-transition: color 180ms;
}
.news_box ul li .txt h3:hover a{
	color: #ee7600;
}
.news_box ul li .txt h3:hover b{
	color: #ee7600;
}
.news_box ul li .txt .g-info{
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}
.news_box ul li .txt .g-info i {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: 0 12px;
    vertical-align: middle;
    background: url(../images/xwzx-shu1.jpg) center center no-repeat;
}
.news_box ul li .txt  p{
	/* padding: 16px 0 10px; */
	font-size: 16px;
	color: #3b3b3b;
	font-weight: 400;
	line-height: 1.7;
}
.news_box ul li .more{
	position: absolute;
	bottom:16px;
	right: 20px;
	display: inline-block;
	width: 127px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dedede;
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 300;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.news_box ul li .more:hover{
	color:white;
	background:#FF9E06;
	box-shadow:2px 0px 5px 0px #C6C6C6;
	transform:translate(0,-4px);
	border: 1px solid #FF9E06;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}

.m-hot{
    border: 1px solid #ededed;
    margin-top: 50px;
    clear: both;
}
.m-hot .title{
    padding-left: 20px;
    margin-bottom: 19px;
    height: 48px;
    line-height: 48px;
    color: #d7a746;
    font-size: 18px;
    border-bottom: 1px solid  #ededed;
}
.m-hot ul{
    margin-right: -20px;
    padding: 0 20px 20px;
    overflow: hidden;
}
.m-hot li{
    float: left;
    width: 25%;
}
.m-hot .con{
    border: 1px solid #ededed;
    margin-right: 20px;
}
.m-hot .pic{
    position: relative;
    padding-top: 58%;
    margin-bottom: 18px;
	overflow:hidden;
}
.m-hot .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	-webkit-transition:all .3s;
}
.m-hot .pic img:hover{
	transform:scale(1.05);
	transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	-webkit-transition:all .3s;
}
.m-hot .txt{
    color: #888;
    font-size: 14px;
    padding: 0 0px 20px 20px;
}
.m-hot h4{
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.m-hot .more{
    margin-top: 18px;
}
.m-hot .more a{
    display: inline-block;
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #d7a746;
    border: 1px solid #d7a746;
}
.m-hot .more a:hover{
    color: #fff;
    background-color: #d7a746;
}
.m-hot .more .a1{margin-right: 4px;}



.row-box-xwxq {
    background: #fff /* url(../../newpc/new_web/images/xwzx-bj2.png) center top no-repeat */;
}
.row-box-xwxq .cur {
    height: 42px;
    line-height: 42px;
	color: #666;
    font-size: 12px;
}
.m-infor {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.m-infor .col-l {
    width: 880px;
    overflow: hidden;
    margin-right: 20px;
	float:left;
}
.m-infor .box {
    position: relative;
    border: 1px solid #ededed;
}
.m-infor .box i.bg1 {
    display: block;
    width: 96px;
    height: 95px;
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
}
.m-infor .box i.i1 {
    top: 10px;
    left: 10px;
    background-image: url(../../newpc/new_web/images/xwzx-text.png);
}
.m-infor .box i.i2 {
    top: 10px;
    right: 10px;
    background-image: url(../../newpc/new_web/images/xwzx-text2.png);
}
.m-infor .box i.i3 {
    bottom: 10px;
    right: 10px;
    background-image: url(../../newpc/new_web/images/xwzx-text3.png);
}
.m-infor .box i.i4 {
    bottom: 10px;
    left: 10px;
    background-image: url(../../newpc/new_web/images/xwzx-text4.png);
}
.m-infor .box .title {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.m-infor .box .title h1 {
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 28px;
}
.g-info {
    color: #888;
    margin-bottom: 7px;
    font-size: 12px;
}
.g-info i {
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 0 10px;
    vertical-align: middle;
    background: url(../../newpc/new_web/images/xwzx-shu1.jpg) center center no-repeat;
}
.m-infor .box .con {
    padding: 20px 24px 30px;
    line-height: 2.57em;
    color: #666;
    font-size: 14px;
}
.m-infor .txt1 {
    line-height: 1.71em;
    margin-bottom: -13px;
}
.xq-body1 {
    background: #F4ECE3;
    padding: 10px 10px 10px 10px;
    text-align: Justify;
    text-justify: inter-ideograph;
    font-size: 14px;
    line-height: 25px;
    margin: 10px;
}
.m-infor .txt1 {
    line-height: 1.71em;
    margin-bottom: -13px;
}
.m-bottom {
    overflow: hidden;
    position: relative;
    z-index: 99;
    margin-top: 30px;
    padding-top: 36px;
    border-top: 1px solid #f0f0f0;
}
.m-bottom .link {
    margin-top: 5px;
    float: right;
}
.m-bottom .link a {
    display: inline-block;
    margin-left: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
.m-bottom .link a.a1 {
    background-image: url(../../newpc/new_web/images/xwzx-img1.png);
}
.m-bottom .link a.a2 {
    background-image: url(../../newpc/new_web/images/xwzx-img2.png);
}
.m-bottom .link a.a3 {
    background-image: url(../../newpc/new_web/images/xwzx-img3.png);
}
.m-bottom .arrow a {
    color: #666;
    line-height: 24px;
}
.m-bottom .arrow a :hover{
	color: #ee7600;
}
.m-infor .col-r {
	float: right;
    width: 300px!important;
}
.m-omiqinew {
    margin-bottom: 20px;
    border: 1px solid #ededed;
}
.m-omiqinew .title {
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    color: #d7a746;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}
.m-omiqinew ul {
    padding: 0 19px;
}
.m-omiqinew li {
    padding-left: 25px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px dashed #dbdbdb;
    background: url(../../newpc/new_web/images/xwzx-img4.png) left center no-repeat;
}
.m-omiqinew li a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-omiqinew li.last {
    border-bottom: none;
}
.m-infor .m-hot {
    padding-bottom: 4px;
}
.m-hot .title {
    padding-left: 20px;
    margin-bottom: 19px;
    height: 48px;
    line-height: 48px;
    color: #d7a746;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}
.m-hot ul {
    margin-right: -20px;
    padding: 0 20px 20px;
    overflow: hidden;
}
.m-infor .m-hot ul {
    padding: 0 19px;
}
.m-infor .m-hot li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
.m-infor .m-hot .con {
    border: none;
}
.m-hot .pic {
    position: relative;
    padding-top: 58%;
    margin-bottom: 18px;
    overflow: hidden;
}
.m-hot .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.m-hot h4 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}
.m-hot .more {
    margin-top: 18px;
}

.con .read_pic {
    display: inline-block;
    float: left;
    width: 30%;
}
.con .read_pic  img{
    display: block;
}
.con .read_txt {
    display: inline-block;
    float: left;
    width: 70%;
    line-height: 51px;
    font-size: 10px;
}
.con .read_txt h4 {
    font-size: 11px;
    text-indent: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
	font-weight: normal;
	color: #333;
}