/* Theme style */
#ib_img {
	display: none !important;
}

.nowrap {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.full_width {
	margin: auto -100%;
	padding-left: 100%;
	padding-right: 100%;
	width: 100%;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	padding-top: 35px;
	padding-bottom: 35px;
}

.header {
	z-index: 1000;
}

.home .header {
	position: absolute;
	width: 100%;
}

.header .header_container {}

.logo_container a {
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.nav_top {
	padding: 15px 25px 2px;
	text-align: right;
}

.nav_top a {
	color: #666;
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
}

.home .nav_top a {
	color: #aaa;
}

.nav_top a.lan {
	border: 1px solid #48a0f6;
	color: #48a0f6 !important;
	background-color: transparent;
	padding: 0px 15px;
	font-size: 12px;
	margin-left: 10px;
}

.nav_top a.lan.active {
	background-color: #48a0f6;
	color: #fff !important;
}

.nav_top a.lan:hover {
	background-color: #48a0f6;
	color: #fff !important;
}

.navbar-toggle .icon-bar {
	background-color: #666;
}

.home .navbar-toggle .icon-bar {
	background-color: #fff;
}

.nav {
	margin-bottom: 0px;
	border: none;
}

.nav a {
	color: #666;
	font-size: 16px;
}

.nav .page-nav-ul {
	position: relative;
}

.nav .page-nav-ul .sub-menu.dropdown-menu {
	border-radius: 0px;
	border-top: 3px solid #48a0f6;
	background-color: rgba(255, 255, 255, 0.8);
	top: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	/* Firefox 4 */
	-webkit-transition: opacity 0.8s ease;
	/* Safari and Chrome */
	-o-transition: opacity 0.8s ease;
	/* Opera */
}

.nav .page-nav-ul .menu-item#nav-menu-item-75>.sub-menu.dropdown-menu {
	left: auto;
	right: 0px;
}

.nav .page-nav-ul .sub-menu.dropdown-menu>.menu-item>a {
	color: #666;
	font-size: 16px;
	padding: 16px 145px 16px 30px;
	border-top: 1px solid #ddd;
	position: relative;
}

.nav .page-nav-ul .sub-menu.dropdown-menu>.menu-item:first-child>a {
	border-top: 1px solid transparent;
}

.nav .page-nav-ul .sub-menu.dropdown-menu>.menu-item>a {
	background: url(../images/geng.png) no-repeat 190px;
	background-size: 20px 20px;
}

.nav .page-nav-ul .sub-menu.dropdown-menu>.menu-item:hover>a {
	background: #48a0f6 url(../images/geng1.png) no-repeat 190px !important;
	background-size: 20px 20px !important;
	color: #fff;
	border-top: 1px solid #48a0f6;
}

.phone {
	background: url(../images/phone.png) no-repeat left 20px;
	background-size: 45px 45px;
	padding-left: 50px;
}

.phone h1 {
	margin-top: 22px;
	font-size: 14px;
	color: #999;
}

.phone h1 e {
	font-size: 28px;
	color: #006ed5;
	font-family: impact;
}

.nav .page-nav-ul .sub-menu.dropdown-menu>.menu-item:hover>a:after {
	color: #fff;
}

.nav .page-nav-ul .menu-item.has_sub:hover>.sub-menu {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav .page-nav-ul>.menu-item {
	padding: 0 34px;
}

.nav .page-nav-ul>.menu-item>a {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 13px;
	border-bottom: 2px solid transparent;
	position: relative;
}

.nav .page-nav-ul>.menu-item>a span {
	color: #fff;
	display: block;
}

.nav .page-nav-ul>.menu-item>a e {
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
}

.nav .page-nav-ul>.menu-item>a i {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}

/*.nav .page-nav-ul>.menu-item>a:after{
    content: " ";
    position: absolute;
    width: 1px;
    height: 12px;
    right: -30px;
    top: 19px;
    background-color: #fff;
}*/
.nav .page-nav-ul>.menu-item>a:hover {
	background: #48a0f6 !important;
}

.nav .page-nav-ul>.menu-item:hover,
.nav .page-nav-ul>.menu-item.current>a,
.nav .page-nav-ul>.menu-item.active {
	color: #fff;
	background: #48a0f6;
}

.nav .page-nav-ul>.menu-item.current>a span {
	color: #fff
}

.nav .page-nav-ul>.menu-item.current>a i {
	color: #48a0f6
}

.nav .page-nav-ul>.menu-item>a:hover span {
	color: #fff
}

.nav .page-nav-ul>.menu-item>a:hover i {
	color: #48a0f6
}

.home .nav a {
	color: #eee;
}

#header_fix {
	width: 100%;
	background-color: #fff;
	z-index: 1001;
	display: block;
	position: fixed !important;
	top: -150%;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.6s ease;
	/* Safari ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ Chrome */
	-o-transition: all 0.6s ease;
	/* Opera */
}

#header_fix.isFix {
	top: 0px;
}

#header_fix .nav>.menu-item>a {
	color: #666;
}

#header_fix .nav-search .fa {
	color: #666;
}

.nopadding {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 16px;
	line-height: 34px;
	padding: 0px 15px;
	color: #666;
	border-radius: 0px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	text-align: left;
}

.form_row input[type="text"],
.form_row input[type="email"],
.form_row input[type="tel"],
.form_row input[type="password"],
.form_row input[type="search"],
.form_row textarea {
	line-height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
textarea:focus {
	border-color: #48a0f6 !important;
	box-shadow: none !important;
	outline: 0px !important;
}

.wpcf7 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.wpcf7 div[class*="col-sm-"] {
	padding-left: 0px;
	margin-bottom: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
	background-color: transparent;
	border: 1px solid #ccc;
	font-size: 14px;
}

.wpcf7 .wpcf7-submit,
.wpcf7 input[type="submit"] {
	display: inline-block;
	border: none;
	width: 100px;
	line-height: 32px;
	height: 32px;
	background-color: #48a0f6;
	color: #fff;
	text-align: center;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.3s ease;
	/* Safari ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ Chrome */
	-o-transition: all 0.3s ease;
	/* Opera */
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover {
	background-color: #feb252;
}

.wpcf7 textarea {
	height: 108px;
	resize: vertical;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 .wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-response-output {
	margin-left: 0px !important;
	margin-right: 15px !important;
	margin-top: 3px !important;
	padding: 5px !important;
	font-size: 12px;
}

a.nav-search {
	width: 47px;
	text-align: center;
	font-size: 17px;
}

.nav-search .fa {
	display: none;
}

.nav-search .fa-search,
.nav-search.open .fa-times {
	display: block;
}

.nav-search.open .fa-search {
	display: none;
}

li.mobile-search-container {
	position: absolute;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	right: -30px;
	top: 100%;
	width: 355px;
	z-index: 99;
	display: none;
}

li.mobile-search-container form {
	width: 100%;
	text-align: left;
}

#searchsubmit {
	border: none;
	background-color: transparent;
	font-size: 24px;
	color: #666;
	line-height: 24px;
	padding: 5px;
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: bottom;
}

li.mobile-search-container .form-control {
	display: inline-block;
	width: 286px;
}

.navbar-header {
	position: absolute;
	right: 0px;
	top: -70px;
}

.has_sub.with_icon .sub-menu {
	overflow: hidden;
	padding: 15px !important;
	width: 1200px;
}

#kuandu {
	left: -400px;
}

.sub-menu .menu-item.with_icon {
	width: 16.66%;
	float: left;
	border: none;
	padding: 6px;
}

.sub-menu .menu-item.with_icon>a {
	padding: 0px !important;
	border: none !important;
}

.sub-menu .menu-item.with_icon>a:after {
	display: none;
}

.sub-menu .menu-item.with_icon>a>span {
	display: block;
	text-align: center;
	background-color: #919191;
	color: #fff;
}

.sub-menu .menu-item.with_icon>a>span.menu-title {
	padding: 4px;
}

.sub-menu .menu-item.with_icon>a>span.menu-icon>i {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: #fefefe;
	height: 120px;
	overflow: hidden;
}

/*.sub-menu .menu-item.with_icon>a>span.menu-icon>i.sda{
    background-image: url(../images/sda_nav.jpg);
}
.sub-menu .menu-item.with_icon>a>span.menu-icon>i.zks{
    background-image: url(../images/zks_nav.jpg);
}*/
.sub-menu .menu-item.with_icon>a:hover>span {
	background-color: #48a0f6;
}



.sou {
	height: 65px;
	overflow: hidden;
	background: #f0910b;
}

.sou p {
	font: 14px "Microsoft YaHei";
	color: #fff;
	width: 760px;
	font-weight: bold;
	line-height: 66px;
	height: 66px;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
}

.sou p a {
	display: inline-block;
	padding: 0 14px;
	color: #f7f7f7;
	font-weight: normal;
	/* background:url(../images/sou_line.gif) no-repeat right center; */
}

.sou p a:hover {
	color: #333;
	text-decoration: underline;
}

.sou p a.nones {
	background: none;
}

.sou .content {
	width: 1200px;
	margin: 0 auto;
}

.zxtit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -33px;
}

.zxx h2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}

.zxx h3 {
	font-size: 14px;
	color: #666
}

.s_chanye {
	width: 100%;
	margin: auto;
}

.s_chanye .m {
	width: 100%;
	margin: auto;
}

.s_chanye .s_tt {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 67px;
}

.s_chanye .s_tt span {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.s_chanye .hd {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 18px;
	margin-top: 18px;
}

.s_chanye .hd .on {
	background: #ff8a00;
	transition: .6s;
	-webkit-transition: .6s;
}

.on .show1 {
	display: none;
}

.on .hide1 {
	display: block;
}

.on h5 {
	color: #fff;
}

.s_chanye .hd ul {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}

.s_chanye .hd ul li {
	width: 9%;
	padding: 15px 0;
	margin: 0 10px;
	border-radius: 5px;
	/* float:left; */
	/* height:160px; */
	border: 1px solid #e8eaec;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .6s;
	-webkit-transition: .6s;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.s_chanye .hd ul li a {
	/* height: 160px; */
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: center; */
	/* align-items: center; */
}

.s_chanye .hd ul li:hover {
	background: #f0910b;
	transition: .6s;
	-webkit-transition: .6s;
}

.s_chanye .hd ul li:hover .show1 {
	display: none;
}

.s_chanye .hd ul li:hover .hide1 {
	display: block;
}

.s_chanye .hd ul li:hover h5 {
	color: #fff;
}

.s_chanye .hd ul li:before {
	position: absolute;
	left: 50%;
	margin-left: -11px;
	top: 0;
	transition: .6s;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
}


.s_chanye .hd ul li img {
	margin: 0 auto;
}

.s_chanye .hd ul li h5 {
	/* display:inline-block; */
	/* height:68px; */
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	/* margin-left:18px; */
}

.s_chanye .hd ul li h5 div {
	display: table-cell;
	vertical-align: middle;
	height: 68px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.s_chanye .hd ul li h5 span {
	display: block;
	font-size: 18px;
	color: #555;
	font-weight: 100;
	margin-bottom: 6px;
}

.s_chanye .hd ul li a h5 div:hover {
	color: #ff8a00;
	transition: all ease-out 0.5s;
	transform: scale(1.1)
}

.s_chanye .hd ul li a h5 div:hover span {
	color: #ff8a00;
	transition: all ease-out 0.5s;
	transform: scale(1.1)
}

.s_chanye .bd {
	position: relative;
	background: url(../picture/bga.png) bottom no-repeat;
	padding-bottom: 80px;
}

.s_chanye .bd ul {}

.s_chanye .bd ul li {
	overflow: hidden;
}

.s_chanye .bd ul li .img {
	width: 540px;
	height: 350px;
	float: right;
	border: 5px solid #fff;
}

.s_chanye .bd ul li .txt {
	width: 495px;
	height: 350px;
	float: left;
	padding-top: 63px;
}

.s_chanye .bd ul li .txt i {
	width: 52px;
	height: 4px;
	display: block;
	background: url(../images/s_chanye_ico.jpg) center no-repeat;
	margin-bottom: 20px;
}

.s_chanye .bd ul li .txt h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.s_chanye .bd ul li .txt span {
	font-size: 14px;
	color: #748ec0;
	font-weight: 100;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.s_chanye .bd ul li .txt p {
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	margin-top: 32px;
}

.indexBusiness {
	height: auto;
	overflow: hidden;
}

.indexMainTit {
	height: auto;
	overflow: hidden;
	padding: 67px 0 0;
	color: #333;
	text-align: center;
}

.indexMainTit div {
	font-size: 24px;
}

.indexMainTit p {
	font-size: 36px;
	color: #cbcbcb;
	text-transform: uppercase;
}

.mainCategory {
	height: auto;
	overflow: hidden;
	padding-bottom: 14px;
	text-align: center;
	color: #e5e5e5;
	line-height: 32px;
}

.mainCategory a {
	display: inline-block;
	padding: 0 30px;
	color: #464646;
	font-size: 14px;
}

.showBox {
	position: relative;
	width: 1210px;
	margin: 0 auto;
}

.showBox .shd {
	width: 1210px;
}

.showBox .shd ul {
	width: 1210px !important;
}

.showBox .shd li {
	position: relative;
	width: 295px;
	float: left;
	overflow: hidden;
	margin: 0 3px;
}

.moviesPhoto2 {
	width: 1200px;
	margin: auto;
}

.moviesPhoto2 .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 40px;
	margin-bottom: 40px;
}

.moviesPhoto2 .swiper-slide:nth-child(4n) {
	margin-right: 0%;
}

.moviesPhoto2 .swiper-slide:nth-of-type(n+5) {
	margin-bottom: 0;
}

.moviesPhoto2 .swiper-slide .neislide {
	width: 94%;
	/* padding: 0 10px; */
	box-sizing: border-box;
	/* height: 280px; */
	position: relative;
	background-color: #fff;
}

.moviesPhoto2 .swiper-slide .neislide img {
	display: block;
	width: 100%;
	height: 282px;
}

.moviesPhoto2 .swiper-slide .neislide .morbox {
	/* position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: table; */
	/* 	background-color: #000;
	background-color: rgba(0,0,0,0.5); */
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	/* opacity: 0; */
}

.moviesPhoto2 .swiper-slide .neislide .morbox .sub {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	/* 	opacity: 0; */
	transition: all .6s ease .2s;
	-webkit-transition: all .6s ease .2s;
	-moz-transition: all .6s ease .2s;
}

.moviesPhoto2 .swiper-slide .neislide .morbox .sub h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.moviesPhoto2 .swiper-slide .neislide .morbox .sub font {
	display: block;
	margin: 5px 0 15px;
	width: 100%;
	font-size: 13px;
	color: #fff;
}

.moviesPhoto2 .swiper-slide .neislide .morbox .sub a {
	display: inline-block;
	width: 96px;
	height: 47px;
	border: 1px solid #ff8a00;
	line-height: 47px;
	color: #fff;
	font-family: 'arial';
	font-weight: bold;
}

.moviesPhoto2 .swiper-slide .neislide .morbox .sub a:hover {
	color: #fff;
	background-color: #ff8a00;
	border-color: #ff8a00;
}

.moviesPhoto2 .swiper-slide .neislide:hover .morbox {
	opacity: 1;
}

.moviesPhoto2 .swiper-slide .neislide:hover .morbox:before,
.moviesPhoto2 .swiper-slide .neislide:hover .morbox:after {
	width: 50px;
	height: 78px;
	opacity: 1;
}

.moviesPhoto2 .swiper-slide .neislide:hover .morbox .sub {
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.hide1 {
	display: none;
}


.case_top {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	margin-top: 80px;
}

.case_tu1 {
	position: relative;
	width: 590px;
	height: 334px;
	float: left;
	background: #f1f1f1;
}

.biaoqian {
	position: absolute;
	top: -36px;
	left: 36px;
}

.case_tu1 a img {
	width: 580px;
	height: 324px;
	display: block;
	margin: 5px;
}

.case_right {
	width: 580px;
	height: 318px;
	float: right;
	margin-top: 12px;
}

.case_right dl {
	height: 274px;
}

.case_right dl dt {
	width: 552px;
	height: 44px;
	background: url(../images/case_tt.jpg) left bottom no-repeat;
	line-height: 44px;
	overflow: hidden;
}

.case_right dl dt a {
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}

.case_right dl p {
	width: 100%;
	height: 112px;
	font-size: 14px;
	color: #484848;
	line-height: 28px;
	margin-top: 24px;
	overflow: hidden;
}

.case_right dl span {
	display: block;
	margin-top: 30px;
	width: 130px;
	height: 38px;
	float: left;
	margin-right: 30px;
	text-align: center;
	background: #02489f;
}

.case_right dl span a {
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}

.case_right dl span:hover {
	background: #f9651c;
}

.case_phone {
	height: 48px;
	background: url(../images/case_phone.png) center left no-repeat;
}

.case_phone p {
	padding-left: 58px;
	font-size: 16px;
	color: #333;
	line-height: 48px;
}

.case_phone p span {
	font-size: 18px;
	color: #333;
}

.case_bottom {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

.case_bottom ul {
	display: flex;
	justify-content: space-between;
}

.case_bottom ul li {
	width: 290px;
	/*float: left;*/
	text-align: center;
	height: 180px;
	background: #f1f1f1;
	/*margin: 0 12px;*/
}

.case_bottom ul li img {
	width: 280px;
	height: 170px;
	display: block;
	margin: 5px;
}

.case_bottom ul li p {
	width: 290px;
	height: 30px;
	background: #02489f;
	position: relative;
	top: -35px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.9;
}

.case_bottom ul li p a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.case_bottom ul li:hover {
	background: #02489f;
}

.case_bottom ul li:hover img {
	-webkit-animation: flipInY 1s .2s ease both;
	-moz-animation: flipInY 1s .2s ease both;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.case_tu1:hover img {
	-webkit-animation: flipInY 1s .2s ease both;
	-moz-animation: flipInY 1s .2s ease both;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚Â */
.morbox {
	padding-bottom: 10px;
	height: 134px;
}

.morbox span {
	display: block;
	width: 40px;
	height: 3px;
	background: #1789f5;
	margin: 0 auto;
}

.dy {
	width: 44px;
	height: 44px;
	background: rgba(46, 106, 219, 0.2);
	border-radius: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 5%;
}

.xy {
	width: 34px;
	height: 34px;
	background: #1789f5;
	border-radius: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
}

.morbox h1 {
	font-size: 16px;
	text-align: center;
	color: #474747;
	margin-top: 10px;
}

.morbox p {
	font-size: 13px;
	text-align: center;
	color: #999;
	margin-top: 8px;
}

.product {
	background: url(../images/cbj.png) no-repeat center bottom;
}

.moviesPhoto2 .swiper-slide .neislide:hover {
	background: #fcb044;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.moviesPhoto2 .swiper-slide .neislide:hover .morbox span {
	width: 100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.moviesPhoto2 .swiper-slide .neislide:hover .dy {
	margin-top: -24px;
	position: relative;
	z-index: 999;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.moviesPhoto2 .swiper-slide .neislide:hover .morbox h1 {
	margin-top: 10%
}

.geng {
	width: 110px;
	line-height: 40px;
	border: 1px #fcb044 solid;
	color: #fcb044 !important;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.geng:hover {
	border: 1px #fcb044 solid;
	background: #fcb044;
	color: #fff !important;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

/*=============ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»================*/
#s_news {
	overflow: hidden;
	position: relative;
	background: url(../images/njb.jpg) no-repeat;
	background-size: 100% 100%;
}

#s_news .j_parallax {
	background-attachment: fixed;
	background-position: center 0px;
	background-repeat: no-repeat;
	position: relative;
	height: 775px;
}

#s_news .main_box {
	padding-top: 55px;
}

#s_news .left {
	padding: 40px 25px 35px 25px;
	width: 320px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#D8FFFFFF', endColorstr='#D8FFFFFF');
	background: #fff;
}

#s_news .right {
	width: 855px;
}

/*=============ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã…Â¸Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬ËœÃ…Â ================*/
#s_notice {
	position: relative;
}

#s_notice .more {
	display: block;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 0;
	top: 14px;
}

#s_notice .more:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(180deg);
	/* Firefox */
}

#s_notice ul {
	margin-top: 40px;
}

#s_notice li {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #b5bbc1;
}

#s_notice li span {
	display: block;
	background: #1789f5;
	width: 75px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

#s_notice li a {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	color: #4b4b4e;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_notice li p {
	display: block;
	font-size: 12px;
	color: #a4a3a8;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_notice li a:hover {
	color: #f8b049;
}

#s_notice li.last {
	padding: 0;
	margin: 0;
	border: none;
}

/*=============ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»================*/
#s_news_tab {}

#s_news_tab .hd {
	height: 50px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 3px solid #fff;
}

#s_news_tab .hd .a {
	padding: 0 30px;
	cursor: pointer;
	line-height: 50px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

#s_news_tab .hd .a.on {
	background: #fff;
	color: #f8b049
}

#s_news_tab a.more {
	display: block;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 0;
	top: 14px;
}

/*=============ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»================*/
#s_news_tab .fll {}

#s_news_tab .fll dl {
	overflow: hidden;
}

#s_news_tab .fll dd {
	position: relative;
	display: block;
	width: 265px;
	float: left;
	margin: 0 10px;
	margin-bottom: 25px;
}

#s_news_tab .fll dd a {
	display: block;
	background: #fff;
	overflow: hidden;
}

#s_news_tab .fll dd img {
	width: 100%;
	height: 185px;
	display: block;
}

#s_news_tab .fll dd h1 {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_news_tab .fll dd h1:hover {
	color: #f3955a;
}

/*=============ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»================*/
#s_news_tab .fr {
	width: 385px;
}

#s_news_tab li {
	display: block;
	height: 46.5px;
	border-bottom: 1px dotted #c4cdd6;
}

#s_news_tab li a {
	display: block;
	line-height: 46.5px;
	font-size: 14px;
	color: #f2f3f4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#s_news_tab li a:hover {
	color: #f8b049;
}

#s_qsqy {
	padding: 65px 0;
}

#s_qsqy .tel_box {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#s_qsqy .tel_box span {
	color: #5a5a5a;
	font-size: 16px;
	display: inline-block;
	background: url(../images/icon_tel.png) left center no-repeat;
	padding-left: 30px;
	margin-bottom: 7px;
}

#s_qsqy .tel_box strong {
	color: #f8b049;
	display: block;
	font-size: 22px;
}

#s_qsqy .content {
	background: #f9fafb;
	height: 395px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

#s_qsqy .hd {
	width: 350px;
	z-index: 9;
	position: relative;
}

#s_qsqy .hd li {
	height: 98.75px;
	display: block;
}

#s_qsqy .hd li a {
	padding: 25px;
	display: block;
	background: url(../images/icon_jt_qs.png) 230px center no-repeat;
}

#s_qsqy .hd li a h1 {
	display: block;
	margin-bottom: 3px;
	color: #5d5d60;
}

#s_qsqy .hd li a span {
	display: block;
	font-size: 12px;
	color: #afb0b3;
}

#s_qsqy .hd li a i {
	display: block;
	height: 2px;
	width: 25px;
	background: #005b65;
	margin-top: 8px;
}

#s_qsqy .hd li.on {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC005B65', endColorstr='#CC005B65');
	background: rgba(0, 91, 101, 0.8);
}

#s_qsqy .hd li.on a {
	background: url(../images/icon_jt_qs.png) 305px center no-repeat;
}

#s_qsqy .hd li.on a h1 {
	color: #fff;
}

#s_qsqy .hd li.on a span {
	color: #fff;
}

#s_qsqy .hd li.on a i {
	background: #fff;
}

#s_qsqy .bd {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#s_qsqy .bd .box {
	position: relative;
	height: 395px;
}

#s_qsqy .bd .box dd {
	position: relative;
}

#s_qsqy .bd .box img {
	display: block;
	width: 930px;
	height: 395px;
}

#s_qsqy .bd .box .text_box {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 215px;
	padding: 30px 25px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F040404', endColorstr='#7F040404');
	background: rgba(4, 4, 4, 0.5);
}

#s_qsqy .bd {}

#s_qsqy .bd h1 {
	color: #fff;
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
}

#s_qsqy .bd i {
	margin-bottom: 20px;
	display: block;
	height: 3px;
	width: 40px;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

#s_qsqy .bd p {
	font-size: 14px;
	line-height: 27px;
	margin: 13px auto;
	color: #fff;
	height: 108px;
	overflow: hidden;
	opacity: .7;
	filter: alpha(opacity=70);
	height: 135px;
}

#s_qsqy .bd a {
	margin-top: 40px;
	display: block;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	height: 38px;
}

#s_qsqy .bd a:hover {
	color: #f3955a;
	border: 1px solid #f3955a
}

.s_title {
	border-left: 4px solid #f8b049;
	padding-left: 15px;
	position: relative;
}

.s_title h1 {
	color: #343436;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.s_title strong {
	color: #f8b049;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
}

#s_news_tab .bd {
	height: 520px;
	overflow: hidden;
}

.in_partner_list {
	width: 1200px;
	margin: 30px auto;
	/* margin-top: 30px; */
}

.in_partner_list ul {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

.in_partner_list li {
	float: left;
	width: 16.666%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.in_partner_list li a {
	display: block;
	padding: 5% 15%;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.in_partner_list li img {
	width: 100%;
}

.in_partner_list li:hover {
	box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
}

.botgg {
	/* margin-top: 50px; */
	width: 100%;
}

.botgg img {
	width: 100%;
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¥ÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹ */
.gongcheng {
	width: 1200px;
	margin: 50px auto;
}

.gcl {
	width: 665px;
}

.gc1 {
	width: 100%;
	padding: 0 7px;
	height: 412px;
}

.gc1 img {
	width: 100%;
	height: 100%
}

.gc2 {
	padding: 0 7px;
	width: 332px;
	height: 271px;
	margin: 20px 0;
	margin-bottom: 0;
}

.gc2 img {
	width: 100%;
	height: 100%
}

.gcr {
	width: 514px;
}

.gc3 {
	background: #f9a125;
	padding: 10% 6%;
}

.gc3 h1 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 56px;
}

.gc3 h2 {
	font-size: 18px;
	margin-top: 10%;
	color: #fff;
}

.gc3 h3 {
	font-size: 14px;
	margin-top: 2%;
	color: #fff;
}

.gc4 {
	margin-top: 20px;
	height: 436px;
}

.gc4 img {
	width: 100%;
	height: 100%
}

/* .ys11{width:960px;position: relative;} */
.yss {
	/* position: absolute;right:0;top: 24%; */
	background: rgba(249, 161, 37, 0.7);
	padding: 9% 21%;
	color: #fff;
	width: 601px;
	margin-top: 31%;
	box-sizing: border-box;
}

.yss h1 {
	font-size: 32px;
	font-weight: bold;
}

.yss h1 e {
	font-size: 18px;
	font-weight: normal
}

.yss>e {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin-top: 10px;
	;
}

.yss p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0;
}

.yss span {
	font-size: 13px;
	margin-top: 10px;
}

.ys1 ul {
	width: 598px;
	padding: 4%;
	box-sizing: border-box;
}

.ys1 {
	background: url(../images/y1.jpg) no-repeat;
	height: 590px;
	margin-top: 40px;
	background-size: 100% 100%;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.pp1 h1 {
	font-size: 48px;
	font-family: impact;
	color: #f9a125;
	font-style: italic;
}

.pp1 {
	display: flex;
	justify-content: left;
}

.pp2 {
	margin-left: 21px;
}

.pp2 h2 {
	font-size: 22px;
	font-weight: bold;
	color: #f9a125;
}

.pp2 span {
	font-size: 13px;
	color: #ccc;
	margin-top: 6px;
	display: block;
}

.ys1 ul li p {
	font-size: 14px;
	color: #666;
	margin-top: 13px;
	line-height: 28px;
	margin-left: 40px;
}

.ys1 ul li {
	margin-top: 60px;
}

.ys2 ul {
	width: 598px;
	padding: 4%;
	box-sizing: border-box;
}

.ys2 {
	background: url(../images/y2.jpg) no-repeat;
	/* height: 590px; */
	background-size: 100% 100%;
}

.ys2 ul li p {
	font-size: 14px;
	color: #666;
	margin-top: 13px;
	line-height: 28px;
	margin-left: 40px;
}

.ys2 ul li {
	margin-top: 18px;
}

.ys3 ul {
	width: 598px;
	padding: 4%;
	box-sizing: border-box;
}

.ys3 {
	background: url(../images/y3.jpg) no-repeat;
	/* height: 590px; */
	background-size: 100% 100%;
}

.ys3 ul li p {
	font-size: 14px;
	color: #666;
	margin-top: 13px;
	line-height: 28px;
	margin-left: 40px;
}

.ys3 ul li {
	margin-top: 18px;
}

.digital {
	width: 100%;
	background: url(../images/s1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 2%;
	box-sizing: border-box;
}

.main {
	width: 940px;
	/* border:1px #e0e0e0 solid; */
	margin: 0 auto;
	font-size: 0;
}

.mumping_mun li {
	width: 25%;
	text-align: center;
	display: inline-block;
	padding: 30px;
	/* border-right:1px #e0e0e0 solid; */
}

.mumping_mun {
	list-style: none;
	background: #fff;
}

.mumping_mun p {
	font-size: 16px;
	margin-top: 5px;
	color: #777;
	width: 100%;
	display: block;
	clear: both;
}

.mumping_mun span {
	color: #f9a125;
	font-size: 44px;
	font-weight: normal;
}

.bx {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #999;
	padding: 10px 0;
	border-bottom: 1px #ccc dashed
}

.bx a {
	font-size: 14px;
	color: #999;
}

.bx .on {
	color: #ff8a00;
}

.bx a p {
	margin: 0;
}

/*Ã¤ÂºÅ’Ã§ÂºÂ§Ã¥Â¯Â¼Ã¨Ë†Âª*/
.nav2 {
	width: 1200px;
	margin: 2% auto;margin-bottom:0;
	padding-bottom: 10px;
	background: #f5f5f5;
	height: 50px;
}

.nav2 ul {
	overflow: hidden;
}

.nav2 li {
	float: left;
	padding-bottom: 10px;
}

.nav2 li a {
	border-right: 1px solid #fff;
	display: inline-block;
	width: 240px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}

.nav2 li.active {
	background: url(../images/b2.png) no-repeat center 49px;
}

.nav2 li.active a {
	background: #f0910b;
	color: #fff;
}

.nav2 li:hover {
	background: url(../images/b2.png) no-repeat center 49px;
}

.nav2 li:hover a {
	background: #f0910b;
	color: #fff;
}

/*Ã¦â€“Â°Ã©â€”Â»*/



.n_kwk_news {
/* 	padding: 2.5rem 0 */
}



.n_kwk_news .fl01 ul {
	margin: 0 -1rem;
	overflow: hidden;
	margin-bottom: 1rem
}



.n_kwk_news .fl01 ul li {
	float: left;
	width: 33.33333%;
	padding: 0 1rem;
	margin-bottom: 3.125rem;
}



.n_kwk_news .fl01 ul li .img {
	overflow: hidden;
	width: 100%;
	position: relative
}



.n_kwk_news .fl01 ul li .img img {
	width: 100%
}



.n_kwk_news .fl01 ul li .img a {
	position: relative;
	z-index: 1
}



.n_kwk_news .fl01 ul li .con {
	padding: 0 0.45rem 0;
	overflow: hidden;
	position: relative;
}



.n_kwk_news .fl01 ul li .con h5 {
	font-size: 16px;
	color: #4b4b4b;
	margin-bottom: 0.75rem;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}



.n_kwk_news .fl01 ul li .con h5 a {
	height: 26px;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 26px;
}



.n_kwk_news .fl01 ul li .con p {
	font-size: 14px;
	height: 20px;
	color: #868686;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}



.n_kwk_news .fl01 ul li .img:before {
	content: "";
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#72000000', endColorstr='#72000000');
	background: rgba(0, 0, 0, 0.45);
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}



.n_kwk_news .fl01 ul li .img:after {
	content: "";
	background: url(../images/icon_eye.png) center no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	position: absolute;
	z-index: 2;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}



.n_kwk_news .fl02 ul li {
	border: #f1f1f1 1px solid;
	margin: -1px 0;
	position: relative
}
.n_kwk_news .fl02 ul li:hover {background: #f1f1f1;-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;}


.n_kwk_news .fl02 ul li .box {
	padding: 2.5rem 0
}



.n_kwk_news .fl02 ul li .box h5,
.n_kwk_news .fl02 ul li .box h5 a {
	font-size: 16px;
	color: #3b3b3b;
	height: 26px;
	line-height: 26px;
}



.n_kwk_news .fl02 ul li .box p {
	font-size: 14px;
	color: #868686;
	line-height: 24px;
	/* height: 1rem; */
	margin: 5px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.n_kwk_news .fl02 ul li .box h6 a {
	font-size: 12px;
	color: #666666
}



.n_kwk_news .fl02 ul li .box h6 a small {
	margin-left: 0.5rem
}



.n_kwk_news .fl02 ul li .box h4 {
	font-size: 14px;
	color: #868686;
	margin-top: 0.75rem;
}



.n_kwk_news .fl02 ul li:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	top: 0;
	height: 100%;
	background: #f3f3f5;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}



.n_weixiu .fl01 {
	padding: 2rem 0 4rem;
	text-align: center
}



.n_weixiu .fl01 h3 {
	font-size: 1.375rem;
	color: #535353;
	margin-bottom: 2rem
}



.n_weixiu .fl01 p.content01 {
	margin-bottom: 2.5rem
}



.n_weixiu .fl01 p {
	font-size: 0.875rem;
	color: #656565;
	line-height: 1.875rem;
	margin-bottom: 0.5rem
}



.n_weixiu .fl02 {
	padding: 5rem 0 4rem;
	text-align: center;
	background: #fff
}



.n_weixiu .fl02 .n_erji {
	margin-bottom: 4rem
}



.n_weixiu .fl02 .ar_article,
.n_weixiu .fl02 .ar_article p {
	text-align: left;
	font-size: 0.875rem;
	color: #797979;
	line-height: 1.875rem
}
.layui-container01{width:1200px;margin:0 auto;}


.n_weixiu .fl02 .ar_article h4 {
	font-size: 0.9375rem;
	color: #797979;
	text-align: left;
	margin-bottom: 2.75rem
}



.n_weixiu .fl02 .ar_article hr {
	margin: 2.5rem 0 2.75rem
}



.n_weixiu .fl02 .hide {
	display: none;
}



.n_weixiu .fl02 .show {
	display: block;
}

.tut{text-align: center;margin:2% 0;}
.tut h1{font-size:30px;color:#474747;font-weight:bold}
.tut p{font-size:14px;color:#787878;margin-top:6px;}
.tut img{display: block;margin:0 auto;}

/*Ã¥Â¤Â§Ã¤Âºâ€¹Ã¨Â®Â°start*/

.event_box{width: 60%;margin: 3% auto 3%;position: relative;/* min-height: 420px; */}

.event_box .parHd {width: 100%; display: inline-block;

    height: 92px;

    overflow: hidden;}

.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{      content: '';

    width: 100%;

    height: 1px;

    background: #580000;

    position: absolute;

    /* top: 33%; */

    /* right: -140%; */

    right: 8%;

    top: 35%;

    /* margin-top: -0.5px; */

    z-index: 10;}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd li{  display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px; color: #000;margin:0 30px; position: relative; }

.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parBd{ text-align: center; margin-top:30px;}

.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; /*width: 200px;*/ padding: 0 60px;  display: inline-block; text-align: center;}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}

.parBd h4:before{ content:''; background: #000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}

.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}

div#listBox {

    width: 100%;

}

.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }

.sbb{display: flex;justify-content:center;flex-wrap: wrap;}
.sbb li{width:22.5%;margin:0 1%;margin-bottom: 10px;}
.sbtu{width:100%;/* height:167px; */}
.sbtu img{width:100%;height:100%;}
.sbb li h1{font-size:16px;line-height:36px;height:36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sbb li p{color:#666;font-size:14px;line-height: 28px;height:55px;overflow: hidden;}
.bx-wrapper{width:1200px!important;margin:0 auto;}
.slide {width:364px!important;height:262px;margin:15px 18px!important;float:left; border:10px #d1d4dd solid;}
.slide img{width:100%;height:100%;}
.bx-pager{display: none;}

.rytit{font-size:16px;line-height:44px;border-bottom: 1px #ccc solid;width:1150px;margin:2% auto;margin-bottom:40px;}

.cutop{width:1200px;margin:2% auto;display: flex;justify-content: space-around;}
.cutop li{width:23%;margin:0 1%;}
.cutop li img{width:100%;}

.cubot{width:1200px;margin:0 auto;display:flex;justify-content: flex-start;flex-wrap: wrap;}
.cubot li{width:23%;margin:1%; background: url(../images/bk.jpg) no-repeat left;background-size:4px 100%; padding:3%;    padding-top: 2%;}
.cubot li h1{font-size:24px;color:#666;margin-top:15px;}
.cubot li p{font-size:16px;color:#666;line-height: 34px;margin-top:10px;}
.cul{margin-bottom:4%;}

.n_main_box {
    position: relative;
}
.n_content_box {
    min-height: 500px;
    position: relative;
}
.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }
	 .parHd .tempWrap {
	     margin: 0 auto;
	 }

/*===================ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â ================*/

#n_news{ }

#n_news ul{margin:-15px -20px; overflow:hidden;}

#n_news li{width:345px;background:#f3f5f9; padding:15px; float:left; margin: 20px 19px; }

#n_news li a{display:block}

#n_news li:hover {}

#n_news li img{width: 100%;height:225px;margin:0 auto;display:block;background:#fff;}

#n_news li .pic_box{position:relative;width: 100%;height:225px;overflow: hidden;}

#n_news li .mark{opacity:0;filter:alpha(opacity=0);position:absolute;width:100%;height:100%}

#n_news li .text_box{border-top:1px solid #fff;padding:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

#n_news li h1{font-size:16px;color:#4c4c4b;display:block;margin:10px 0; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

#n_news li span{position:relative;height:20px;line-height:20px;display:block;font-size:12px;color:#888;background:url(../images/icon_time.png) left center no-repeat;padding-left:25px}

#n_news li:hover .text_box h1{color:#f0910b}
.main_box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
#n_cultur .n_title { margin-bottom: 20px;}

#n_cultur { padding-bottom:170px;}

#n_cultur .content_box{ position: absolute; left: 0; width: 100%; top: 50%; margin-top: -230px; z-index: 2; }

#n_cultur ul{ position: relative; height: 520px;   }

#n_cultur li{ display: block;   position: absolute; overflow: hidden; background: #000;}

#n_cultur li img.img{ display: block; width: 100%; position: relative; opacity:.65;filter:alpha(opacity=65); -webkit-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05);transition: all 1s; transition-delay: 0s;}

#n_cultur li .box{ display:table-cell; vertical-align: middle; }

#n_cultur li .text_box{ position: absolute; top: 0; left: 0; height: 100%; display: table; text-align: center; width: 100%;}

#n_cultur li .text_box .box .icon{ display: block; margin: 0 auto 10px auto;}

#n_cultur li .text_box h1{font-size: 16px; color: #fff; font-weight: 400; display: block; margin-bottom: 3px;  }

#n_cultur li .text_box strong{font-size: 12px; color: #fff; text-transform: uppercase; font-weight: 400; display: block; }

#n_cultur li .text_box_pop{display: table;text-align: center;position: absolute;top: 0;left: 0;height: 100%;background: #fff;overflow: hidden;opacity: 0;/* -webkit-transform: scale(0.5, 0.5); *//* transform: scale(0.5, 0.5); *//* transition: all .6s; *//* transition-delay: 0s; */}

#n_cultur li .text_box_pop .box{ text-align: left; padding: 0 10%}

#n_cultur li .text_box_pop .icon{ display: block; margin: 0 auto 10px auto;}

#n_cultur li .text_box_pop h2{ font-size: 16px; font-weight: 400;color:#b29364; display: block; margin-bottom: 15px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #e4e6e9;}

#n_cultur li .text_box_pop p{ font-size:14px; line-height: 26px; color: #615e5e; text-align: center;}

#n_cultur li.li1{ left: 0; top: 0; width: 285px; height: 520px;}

#n_cultur li.li1 .text_box_pop{width: 285px;}

#n_cultur li.li2{ left: 305px; top: 0; width: 590px; height: 250px;}

#n_cultur li.li2 .text_box_pop{width: 590px;}

#n_cultur li.li3{ left: 305px; bottom: 0;width: 590px; height: 250px;}

#n_cultur li.li3 .text_box_pop{width: 590px;}

#n_cultur li.li4{ right: 0; top: 0; width: 285px; height: 520px;}

#n_cultur li.li4 .text_box_pop{width: 285px;}#n_cultur li:hover img{ -webkit-transform: scale(1, 1) !important;transform: scale(1, 1) !important;}

#n_cultur li:hover .text_box_pop {opacity: 1 !important; -webkit-transform: scale(1, 1) !important;transform: scale(1, 1) !important;transition-delay: 0s;}

#n_cultur li:hover .text_box { opacity: 0 !important;}

#n_cultur .icon_box{ position:absolute;  display:block; left:0; top:0; width:100%; height:100%;  }

#n_cultur li:hover .icon_box {}

#n_cultur .icon_box::before,#n_cultur .icon_box::after {position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;content: '';opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s; -moz-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

#n_cultur .icon_box::before {border-top: 3px solid #b29364;border-bottom: 3px solid #b29364;-webkit-transform: scale(0,1);transform: scale(0,1);}

#n_cultur .icon_box::after {border-right: 3px solid #b29364;border-left: 3px solid #b29364;-webkit-transform: scale(1,0);transform: scale(1,0);}

#n_cultur li:hover .icon_box::before,#n_cultur li:hover .icon_box::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}


/*==================æ‹›è˜ä¿¡æ¯=====================*/

#n_hr{}

#n_hr .left{ background: url(../images/bg_hr_info.jpg) center top no-repeat; width:355px; height: 780px; display: block;}

#n_hr .left .ar_article{ padding:90px 20px 55px 20px; text-align: center;font-size: 13px;}

#n_hr .left .ar_article p{text-align: center; font-size: 13px;}

#n_hr .left .more{ text-align:center; }

#n_hr .left .more a{ display: block; text-align: center;}

#n_hr .left .more a img{ display: block; margin: 0 auto; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

#n_hr .left .more h1{ font-size: 12px; color: #5b5b5d; display: block; margin-top: 5px;}

#n_hr .left .more:hover img{ margin-top: -5px; }

#n_hr .left .more:hover h1{ color: #b29364;}



#n_hr .right{ width: 740px;}



/*==============äººæ‰æ‹›è˜=====================*/

#n_hr .up_box{ margin-bottom: 65px;}

#n_hr #list_slide{  position:relative;}

#n_hr #list_slide dl strong.num{ position: absolute; left: -90px; top: -1px; display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size:18px; background: #f0910b; }

#n_hr #list_slide dl{  margin-left: 60px; margin-bottom:15px; border-bottom:1px dotted #cccdd1; position: relative; background:#f3f5f8; border: 1px solid #e7e7eb;}



#n_hr #list_slide dt{border:none;  display:block; position:relative;  padding: 0px 30px; background: #fff;  cursor:pointer; height:48px; }



#n_hr #list_slide dt h1{  color:#424243; font-size:15px; line-height:48px; background:url(../images/icon_hr_on.png) right center no-repeat;  display:block;}



#n_hr #list_slide dd{ display:none; line-height:24px;  padding: 0px 30px;}



#n_hr #list_slide dd p{  margin-bottom:0;}

#n_hr #list_slide dd p:last-child{ padding-bottom:0;}



#n_hr #list_slide dd .content{ padding:14px 0px 15px 0px;}



#n_hr #list_slide dd .content { color:#929397; font-size:12px; line-height:24px;}


#n_hr #list_slide dt.on{background: #f3f5f8;}
#n_hr #list_slide dt.on h1{ background:url(../images/icon_hr_off.png) right center no-repeat ;  }

.prog{width:1200px;margin:0 auto;position: relative;}
.prl{width:450px;position:absolute;left:0;top:10%;}
.prr{width:800px;position: relative;z-index: -2;}
.prl h1{font-size:28px;font-weight:bold;color:#444;margin:5% 0;margin-bottom:10%;}
.hk{padding:4%;box-sizing: border-box;color:#fff;font-size:15px;line-height: 30px;background:#f0910b;}
.nnr{margin-top:75px;font-size:16px;line-height: 34px;color:#787878;}

.proj{background: url(../images/a7.jpg) no-repeat; background-size:100% 100%;padding:3% 0;margin-top:3%;}
.prbox{width:1200px;margin:0 auto;}
.prbox li .fl h1{font-size:26px;font-weight: bold;color:#48a0f6;margin-bottom:5px;margin-top:10px;}
.prbox li .fl span{font-size:14px;color:#999;}
.prbox li img{margin-right:10px;width:60px}
.prbox li p{font-size:15px;color:#666;line-height: 24px;margin-top:15px;}
.prbox li{margin-bottom:20px;}

.zhao{width:1200px;margin:0 auto;text-align: center;padding-bottom:50px;border-bottom:1px #ccc solid;}
.zhao img{display: block;margin:20px auto;}
.zhao p{font-size:16px;color:#474747;margin-top:40px;line-height: 30px;}
.zhao span{font-size:13px;color:#999;margin-top:30px;line-height: 30px;}
.market{width:1200px;margin:50px auto;}
.martit h1{font-size:30px;color:#474747;margin-bottom:5px;}
.martit{text-align: center;}
.martit p{font-size:18px;color:#474747;margin-bottom:10px;}
.martit span{display: block;width:30px;background: #474747; height:3px;margin:0 auto;}
.market img{display: block;margin:0 auto;margin-top:50px;}

.bbsu .fl{width:350px;height:350px;}
.bbsu .fl img{width:100%;height:100%;}
.bbsu{background: #f2f2f2;}
.bbsu .fr{width:400px;padding:4%;box-sizing: border-box;}
.bbsu .fr h1{font-size:20px;color:#007EE7;font-weight:bold}
.bbsu .fr p{font-size:14px;color:#666;margin-top:10px;line-height: 28px;margin-bottom:20px;}

.xxjs{border:1px #eee solid;padding:2%;box-sizing: border-box;margin-top:20px;}
.xxjs li h1{width:110px;line-height:35px;height:35px; background: #f9a125;color:#fff;text-align: center;font-size:16px;border-right:20px solid #fff; border-bottom:35px solid #f9a125;}
.xxjs li p{font-size:14px;color:#666;line-height: 32px;margin:15px 0;}
.slider1 {
    width: 1200px;overflow: hidden;
    margin: 0 auto;
}















.case_top {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	margin-top: 80px;
}

.case_tu1 {
	position: relative;
	width: 590px;
	height: 334px;
	float: left;
	background: #f1f1f1;
}

.biaoqian {
	position: absolute;
	top: -36px;
	left: 36px;
}

.case_tu1 a img {
	width: 580px;
	height: 324px;
	display: block;
	margin: 5px;
}

.case_right {
	width: 580px;
	height: 318px;
	float: right;
	margin-top: 12px;
}

.case_right dl {
	height: 274px;
}

.case_right dl dt {
	width: 552px;
	height: 44px;
	background: url(../images/case_tt.jpg) left bottom no-repeat;
	line-height: 44px;
	overflow: hidden;
}

.case_right dl dt a {
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}

.case_right dl p {
	width: 100%;
	height: 112px;
	font-size: 14px;
	color: #484848;
	line-height: 28px;
	margin-top: 24px;
	overflow: hidden;
}

.case_right dl span {
	display: block;
	margin-top: 30px;
	width: 130px;
	height: 38px;
	float: left;
	margin-right: 30px;
	text-align: center;
	background: #f0910b;
}

.case_right dl span a {
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}

.case_right dl span:hover {
	background: #f9651c;
}

.case_phone {
	height: 48px;
	background: url(../images/case_phone.png) center left no-repeat;
}

.case_phone p {
	padding-left: 58px;
	font-size: 16px;
	color: #333;
	line-height: 48px;
}

.case_phone p span {
	font-size: 18px;
	color: #333;
}

.case_bottom {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

.case_bottom ul {
	display: flex;
	justify-content: space-between;
}

.case_bottom ul li {
	width: 290px;
	/*float: left;*/
	text-align: center;
	height: 180px;
	background: #f1f1f1;
	/*margin: 0 12px;*/
}

.case_bottom ul li img {
	width: 280px;
	height: 170px;
	display: block;
	margin: 5px;
}

.case_bottom ul li p {
	width: 290px;
	height: 30px;
	background: #f0910b;
	position: relative;
	top: -35px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.9;
}

.case_bottom ul li p a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.case_bottom ul li:hover {
	background: #f0910b;
}

.case_bottom ul li:hover img {
	-webkit-animation: flipInY 1s .2s ease both;
	-moz-animation: flipInY 1s .2s ease both;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.case_tu1:hover img {
	-webkit-animation: flipInY 1s .2s ease both;
	-moz-animation: flipInY 1s .2s ease both;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.xyt {
	width: 1200px;
	margin: 3% auto;
}

.xyttit img {
	display: block;
	margin: 2% auto;
}

.xyttit p {
	text-align: center;
	font-size: 14px;
	color: #666;
}

/*---case---*/


.center1_bg {
	width: 100%;
	height: 480px;
	background: url(../images/case_bg.jpg) center no-repeat;
}

.center1 {
	width: 1180px;
	height: 1180px;
	height: 430px;
	margin: 0 auto;
	padding-top: 60px;
}

.center1_t {
	width: 1180px;
	height: 92px;
	background: url(../images/center1_t.png) center 10px no-repeat;
	text-align: center;
}

.center1_t h3 a {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 26px;
}

.center1_t p {
	font-size: 24px;
	color: #f0910b;
	font-weight: bold;
	line-height: 34px;
}

.center1_nr {
	width: 1180px;
	height: 340px;
	margin: 0 auto;
}

.center1_nr dl {
	width: 236px;
	float: left;
	text-align: center;
}

.center1_nr dl img {
	width: 191px;
	height: 214px;
	display: block;
	margin: 0 auto;
}

.center1_nr dl dt {
	height: 52px;
	font-size: 18px;
	color: #f0910b;
	font-weight: bold;
	line-height: 52px;
}

.center1_nr dl p {
	height: 70px;
	margin-top: 6px;
	width: 258px;
	margin: 0 auto;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 28px;
}

.center1_nr dl:hover img {
	-webkit-animation: rotateIn 1s .2s ease both;
	-moz-animation: rotateIn 1s .2s ease both;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1
	}
}

.case_t {
	width: 384px;
	margin: 0 auto;
	height: 98px;
	background: url(../images/case_t.png) center no-repeat;
}

.case_t h3 a span {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 34px;
}

.case_t p {
	font-size: 14px;
	color: #393939;
	padding-left: 152px;
	line-height: 36px;
}

.case_t h3 a {
	font-size: 32px;
	color: #02489f;
	font-weight: bold;
	line-height: 22px;
}

.xinwen {
	background: url(../images/xw.jpg) no-repeat;
	margin-top: 2%;
	background-size: 100% 100%;
	padding: 1.5% 0;
	padding-bottom: 2%;
}

.xwtit span {
	display: block;
	color: #fff;
	text-align: center;
}

.xwtit h1 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}

.xwtit p {
	text-align: center;
	font-size: 14px;
	color: #fff;
}


.between {
	width: 1200px;
	margin: 0 auto;
	margin-top: 1%;
	overflow: hidden;
}

.new_wrapper {
	position: relative;
}

.new_title {
	position: absolute;
	top: 14px;
	right: 692px;
	z-index: 999;
}

.new_title h4 {
	width: 110px;
	height: 67px;
	background: #ffa801;
	margin-bottom: 16px;
	text-align: center;
}

.new_title h4:hover {
	background: #f0910b;
}

.new_title>h4>a {
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
	display: block;
	line-height: 40px;
}

.new_title>h4>span>a {
	font-size: 12px;
	text-transform: uppercase;
}

.new_title a {
	color: #fff;
}

.new_body_left {
	width: 430px;
	height: 440px;
	float: left;
}

.new_body_left img {
	width: 100%;
	height: 258px;
}

.new_body_left div {
	height: 145px;
	background: #f1f1f1;
	padding: 20px;
}

.new_body_left>div>a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.new_body_left p {
	height: 51px;
	overflow: hidden;
	color: #666;
	line-height: 24px;
}

.new_body_right {
	background: #fff;
	width: 692px;
	height: 404px;
	float: right;
	padding: 1%;
}

.new_body_right>div>ul>li>a {
	width: 130px;
	height: 100px;
	float: left;
	margin-right: 25px;
}

.new_body_right img {
	width: 130px;
	height: 100px;
}

.new_body_right li {
	height: 100px;
	margin-bottom: 30px;
}

.new_body_right>div>ul>li>div {
	width: 410px;
	float: left;
}

.new_body>div {
	display: none;
}

.new_body_right>div>ul>li>div>a {
	font-size: 16px;
	color: #454545;
	font-weight: bold;
}

.new_body_right>div>ul>li>div>p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.new_body_right>div>ul>li>h5 {
	width: 82px;
	border: solid 1px #e5e1e0;
	float: right;
}

.new_body_right>div>ul>li>h5>p {
	display: block;
	margin: 0;
	width: 82px;
	height: 49px;
	background: #e5e1e0;
	color: #666;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.new_body_right>div>ul>li>h5>span {
	display: block;
	color: #666;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.ygfc {
	background: url(../images/ygfc.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 3% 0;
}

.yqlj {
	margin: 0 auto;
	padding: 15px;
	border-bottom: #999 1px solid;
}

.yqlj h1 {
	font-size: 18px;
	color: #f0910b;
	line-height: 27px;
	;
	font-weight: bold;
	margin-right: 10px;
}

.yqlj a {
	display: inline-block;
	margin: 0 1.2%;
	color: #fff;
	line-height: 30px;
}

.n_nav_box {
	background-color: #f4f5f9;
	/*height: 55px;*/
	position: relative;
	padding: 1% 0;
}

.n_nav {
	width: 900px;
}

.n_nav a {
	display: inline-block;
	margin-left: 49px;
	margin-bottom: -2px;
	height: 57px;
	font-size: 14px;
	float: left;
	line-height: 53px;
	color: #373737;
	font-weight: normal;
}

.n_nav a strong {
	display: block;
	font-size: 16px;
	color: #58585a;
	position: relative;
	z-index: 4;
	font-weight: normal;
}

.n_up_box {
	position: relative;
	position: relative;
}

.position {
	width: 300px;
	height: 210px;
	position: absolute;
	line-height: 56px;
	left: 50%;
	margin-left: -600px;
	bottom: 0px;
	color: #fff;
	background-color: #f0910b;
	padding: 0 35px;
	text-align: left;
}

.n_nav i {
	display: block;
	background: #f0910b;
	text-align: center;
}

.n_nav .on i {
	height: 2px;
}

.position h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.position h2 {
	font-size: 40px;
	font-family: impact;
	margin-top: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.position span,
.position a,
.position i {
	font-size: 15px;
	color: #fff;
}

.position em {
	font-size: 12px;
	color: #f08519;
}

.position a:hover {
	color: #f08519;
}

.position i {
	margin: 0 6px;
}

.gsjj {
	width: 1200px;
	margin: 0 auto;
}

.gsl {
	width: 720px
}

.gsh1 h1 {
	font-size: 26px;
	font-weight: bold;
	color: #444;
	margin-bottom: 4px;
}

.gsh1 span {
	color: #666;
	font-size: 14px;
}

.gsh1 {
	margin-bottom: 4%;
	margin-top: 6%
}

.gsl p {
	font-size: 16px;
	line-height: 45px;
	color: #666;
}

.gsl1 {
	width: 550px;
}

.gsl1 p {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	margin-top: 17%
}


.hstit {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px
}

.nybox {}

.hstit li {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	width: 11%;
	text-align: center;
	background: url(../images/now1.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 32px;
	height: 40px;
	margin: 1% 0.5%;
}

.hsnow {
	background: url(../images/now.png) no-repeat center !important;
	background-size: 100% 100% !important;
	color: #fff !important
}

.hstit li:hover {
	background: url(../images/now.png) no-repeat center !important;
	background-size: 100% 100% !important;
	color: #fff !important
}

#n_news {}

#n_news .up_box {
	/*padding-bottom: 50px;*/
	margin-top: 50px;
}

#n_news .up_box .left {
	width: 725px;
}

#n_news .up_box .right {
	width: 450px;
}

/*=====================ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»================*/

#hot_pic_news a {
	position: relative;
	display: block;
	border: 2px solid #dedee2;
	padding-left: 500px;
	height: 315px;
	overflow: hidden;
}

#hot_pic_news .pic_box {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 4px solid #dedee2;
	width: 470px;
	height: 315px;
	overflow: hidden;
}

#hot_pic_news .pic_box img {
	display: block;
	width: 470px;
	height: 315px;
}

#hot_pic_news .text_box {
	padding: 55px 30px 0 0;
	position: relative;
}

#hot_pic_news .text_box h1 {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-weight: 700;
	color: #4c4c4f;
}

#hot_pic_news .text_box span.more {
	margin-top: 30px;
	background: #f0910b;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width: 95px;
	text-align: center;
}

#hot_pic_news .text_box p {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 12px;
	color: #505159;
	opacity: .74;
	filter: alpha(opacity=74);
}

#hot_pic_news a:hover {
	background: #fff;
}

#hot_pic_news .text_box h1:hover {
	color: #f0910b;
}

#hot_pic_news .text_box span:hover {
	border-radius: 16px;
}

/*=====================ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»================*/

#hot_text_news {}

#hot_text_news li {
	margin-bottom: 20px;
	margin-bottom: 17px;
	display: block;
	position: relative;
	height: 149px;
	overflow: hidden;
	border: 2px solid #dedee2;
	padding: 15px 30px;
}

#hot_text_news li .text_box {
	position: relative;
	margin-top: 10px;
}

#hot_text_news li h1 {
	display: block;
	padding-bottom: 10px;
}

#hot_text_news li h1 a {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #404142;
	font-size: 15px;
	display: block;
}

#hot_text_news li p {
	font-size: 12px;
	line-height: 19px;
	color: #8a8b8d;
	height: 38px;
	overflow: hidden;
}

#hot_text_news li span {
	margin-top: 2px;
	display: block;
	font-size: 12px;
	color: #5c5c5d
}

#hot_text_news .fot_box {
	position: relative;
	height: 12px;
	line-height: 14px;
	margin-top: 20px;
}

#hot_text_news .fot_box span {
	color: #a1a1a1;
	font-size: 12px;
}

#hot_text_news .fot_box span.time {
	background: url(../images/icon_time.png) left center no-repeat;
	padding-left: 20px;
}

#hot_text_news .fot_box span.read {
	position: absolute;
	right: 20px;
	top: 0;
	background: url(../images/icon_read.png) left center no-repeat;
	padding-left: 20px;
}

#hot_text_news .fot_box a {
	display: block;
	color: #a1a1a1;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon_more_jt.png) right center no-repeat;
	padding-right: 20px
}

#hot_text_news li:hover {
	border-bottom: 2px solid #f0910b;
	background: #fff;
}

#hot_text_news li h1 a:hover {
	color: #e23a53;
	text-decoration: none
}

#hot_text_news li .fot_box a:hover {
	background: url(../images/icon_more_jt_hover.png) right center no-repeat;
	color: #e23a53
}

#hot_text_news li .mark {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon_mark_news.png) center no-repeat;
}

#hot_text_news li.on .mark {
	display: block;
}

/*=====================ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨================*/

#list_news {
	background: #fff;
}

#list_news ul {}

#list_news li {
	height: 145px;
	margin: 30px 0;
	position: relative;
	display: block;
	overflow: hidden;
}

#list_news li .main_box {}

#list_news li a {
	display: block;
}

#list_news li .pic_box {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	width: 220px;
	height: 145px;
	overflow: hidden
}

#list_news li .pic_box a {
	position: relative;
}

#list_news li img {
	width: 220px;
	height: 145px;
	display: block
}

#list_news li .text_box {
	position: relative;
	margin-left: 265px;
}

#list_news li h1 {
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
}

#list_news li h1 a {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #535355;
	font-size: 16px;
	color: #434345;
	display: block;
}

#list_news li p {
	font-size: 14px;
	line-height: 27px;
	color: #9c9f9f;
	height: 60px;
	overflow: hidden;
}

#list_news li span {
	margin-top: 2px;
	display: block;
	font-size: 12px;
	color: #5c5c5d
}

#list_news .fot_box {
	position: relative;
	height: 12px;
	line-height: 14px;
	margin-top: 5px;
}

#list_news .fot_box span {
	color: #979798;
	font-size: 14px;
	opacity: 1;
	filter: alpha(opacity=65);
}

#list_news .fot_box span.time {
	background: url(../images/icon_time.png) left center no-repeat;
	padding-left: 20px;
}

#list_news .fot_box span.read {
	position: absolute;
	left: 120px;
	top: -2px;
	background: url(../images/icon_read.png) left center no-repeat;
	padding-left: 20px;
	color: #979798;
}

#list_news .fot_box a {
	display: block;
	color: #a1a1a1;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon_more_jt.png) right center no-repeat;
	padding-right: 20px
}

#list_news li:hover {
	background: #f4f5f7;
}

#list_news li h1 a:hover {
	color: #076ce0;
	text-decoration: none
}

#list_news li .fot_box a:hover {
	background: url(../images/icon_more_jt_hover.png) right center no-repeat;
	color: #e23a53
}

.main_box {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.ee img {
	width: 100px;
	display: block;
}

.ee p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.ee {
	margin-right: 60px;
}

.con_width {
	width: 1200px;
	margin: 0 auto;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/

.cp {
	background: url(../images/cp_bg.jpg) no-repeat bottom;
	padding: 30px 0 45px 0;
	height: 760px;
}

.cp .fl {
	width: 240px;
}

.cp .tit {
	width: 240px;
	height: 420px;
	border: solid 1px #72B4FF;
	background: #fff;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}

.cp .tit .title {
	padding-bottom: 10px;
	background: url(../images/cp_tit.jpg) no-repeat 4px -3px;
	padding-left: 55px;
	margin-bottom: 15px;
	border-bottom: solid 1px #EFEFEF;
	font-size: 14px;
	color: #0E38A4;
	font-weight: bold;
}

.cp .tit .title h2 {
	font-size: 20px;
}

.cp .tit .title span {
	font-size: 12px;
	font-weight: 100;
	display: block;
}

.cp .tit dl {
	margin-bottom: 14px;
}

.cp .tit dl>a {
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px #ccc dashed;
	display: block;
	text-align: center;
}

.cp .tit dl>a:hover {
	color: #fff;
	background: #48a0f6;
}

.cp .tit dl dt {
	background: #006ed5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.cp .tit dl dt a {
	color: #fff;
}

.cp .tit dl dd {
	background: url(../images/title.png) no-repeat 10px center;
	line-height: 35px;
	padding-left: 40px;
	border-bottom: dashed 1px #EFEFEF;
}

.cp .ban {
	background: #006ed5;
	width: 240px;
	height: 260px;
	float: left;
	margin-top: 5px;
}

.cp .ban .cont {
	border: solid 1px #7596CC;
	margin: 13px;
	font-size: 14px;
	color: #fff;
	padding: 45px 10px;
}

.cp .ban .cont span {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 36px;
	font-family: impact;
}

.cp .ban .cont a {
	margin: 22px 0 0 20px;
	width: 133px;
	height: 52px;
	display: block;
}


/*
.cp .tab-wrapper li.first{ width:605px;  height:405px; }

.cp .tab-wrapper li.first img{ width:605px;  height:405px; }

.cp .tab-wrapper li.first p{ height: 45px; line-height: 45px; }*/

.cp .tab-wrapper li {
	width: 295px;
	height: 195px;
	float: left;
	position: relative;
	margin: 9px;
	overflow: hidden;
}

.cp .tab-wrapper li img {
	width: 100%;
	height: 100%;
	-moz-transition: all 1s ease !important;
	-webkit-transition: all 1s ease-in-out !important;
	-o-transition: all 1s ease-in-out !important;
	-ms-transition: all 1s ease-in-out !important;
	transition: all 1s ease-in-out !important;
}

.cp .tab-wrapper li:hover img {
	-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-webkit-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.cp .tab-wrapper li p {
	margin: 0;
	background: rgba(0, 0, 0, 0.7);
	margin-left: 1%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 99%;
	text-align: center;
}

.cp .container {

	width: 940px !important;

	height: 400px;

	float: right;

}

.cp .tab-wrapper {

	position: relative;

	width: 940px;
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;

	padding-left: 10px;

}

.cp .tab-wrapper>h1 {
	font-size: 26px;
	font-weight: bold;
	color: #006ed5;
	background: url(../images/fk.jpg) no-repeat left center;
	padding-left: 25px;
}

.cp .tab-wrapper .tab-radio {

	display: none;

}

.cp .tab-handler {

	position: relative;

	z-index: 2;

	display: block;

	float: left;

	height: 50px;

	padding: 0 3px;

	color: #333;

	font-size: 22px;

	line-height: 50px;

	transition: .3s;

	transform: scale(.9);

	font-weight: bold;

}

.cp .tab-radio:checked+.tab-handler {

	transform: scale(1);

	color: #0F3B94;

}

.cp .tab-radio:checked+.tab-handler+.tab-content {

	visibility: visible;

	opacity: 1;

	transform: scale(1);

}

.cp .tab-wrapper .tab-content {
	position: absolute;

	top: 55px;

	left: 0;

	width: 940px;

	color: #999;

	font-size: 14px;

	line-height: 1.618em;
}

.title1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.title1 a h1 {
	font-family: impact;
	font-size: 65px;position: relative;z-index: -3;
	text-align: center;
	color: #e6e4e4;
}

.title1 a p {
	font-size: 34px;
	font-weight: 700;
	margin-right: 5px;
	color: #474747;
	text-align: center;
	margin-bottom: 0;
}

.about_box>a>img {
	width: 495px;
	height: 510px;
	float: left;
}

.about_r {
	width: 660px;
	height: 494px;
	overflow: hidden;
	background: url(../images/about_ico.png) no-repeat center left;
}

.float_r {
	float: right;
}

.about_cont h3>p {
	font-size: 40px;
	font-family: "Arial";
	color: #666666;
	text-transform: uppercase;
	line-height: 40px;
}

.about_cont h3 span {
	color: #215bcf;
}

.about_cont h3 a {
	color: #215bcf;
	font-size: 20px;
}

.about_cont h3 em {
	color: #215bcf;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 12px 0 20px 0;
}

.about_cont>p {
	width: 610px;
	height: 164px;
	overflow: hidden;
	color: #4c4c4c;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 34px;
}

.ryzz h3>a {
	color: #215bcf;
	font-size: 18px;
}

.ryzz h3>a {
	color: #215bcf;
	font-size: 18px;
}

.ryzz h3>a {
	color: #215bcf;
	font-size: 18px;
}

.box0_ry .rights {
	background: url(../images/right3.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 88px;
}

.lunbo_box_ry {
	margin: 20px auto;
	width: 580px;
}

.box0_ry li {
	float: left;
	width: 126px;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

.box0_ry li img {
	width: 126px;
	height: 180px;
	border: 1px solid #cfdbeb;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.box0_ry li span a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	text-align: center;
	width: 100%;
	color: #303030;
}

.box0_ry li:hover span a {
	color: #006ed5
}

.box0_ry .lefts {
	background: url(../images/left3.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 88px;
}

.box0_ry .rights {
	background: url(../images/right3.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 88px;
}

.box0_ry {
	width: 610px;
	position: relative;
	margin: auto;
}

.ryzz h3>a>span {
	color: #808080;
	font-size: 12px;
	text-transform: uppercase;
}

.abbj {
	background: #eeeeee;
	padding: 20px 0;
	margin-bottom: 40px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿*/



.gg1 {
	position: relative;
}

.gg1_zi {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	line-height: 32px;
	margin: 40px 0px 0px 380px;
}

.gg1_zi p {
	font-size: 16px;
}

.gg1_tel {
	color: #FFF;
	position: absolute;
	bottom: 34px;
	left: 50%;
	margin-left: 9px;
}

.gg1_tel p {
	font-size: 14px;
	height: 60px;
}

.gg1_tel span {
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}

.gg1_tel a {
	display: block;
	margin: 0px 0 0 30px;
}

a.zixun {
	background: #fff;
	width: 121px;
	height: 40px;
	float: left;
	margin-left: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.cli_in {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	width: 1200px;
}

.cli_in dl {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	background: url(../images/cli_img_bg.png) no-repeat 117px center;
	overflow: hidden;
	padding-right: 57px;
}

.cli_in dl:hover {
	background: url(../images/cli_img_bg1.png) no-repeat 117px center;
	);
}

.cli_in dl:hover a {
	color: #fff
}

.cli_in dl:hover p {
	color: #fff
}

.cli_in dl dt {
	margin: 7px auto;
	border: 1px #b3b3b3 solid;
	padding: 3px;
}

.cli_in dl dt a {
	display: block;
	width: 170px;
	height: 130px;
	overflow: hidden;
}

.cli_in dl dt img {
	width: 170px;
	height: 130px;
}

.cli_in dl dd {
	width: 303px;
	margin: 16px 0 0 15px;
}

.cli_in dl dd a {
	display: block;
}

.cli_in dl dd a.cli_tit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}

.cli_in dl dd p {
	line-height: 24px;
	margin-top: 7px;
	height: 96px;
	overflow: hidden;
	color: #666;
}

.cli_in dl dd.more {
	width: 12px;
	height: 12px;
}

.cli_in dl dd.more a.xq {
	background: url(../images/cli_more.png) no-repeat center center;
	width: 12px;
	height: 12px;
	margin: 54px 0 0 34px;
}

.ckgd {
	display: block;
	width: 120px;
	border: 1px #007ee7 solid;
	line-height: 35px;
	text-align: center;
	color: #007ee7 !important;
	margin: 0 auto;
	margin-bottom: 30px;
}

.ckgd:hover {
	background: #007ee7;
	color: #fff !important;
	border: 1px #007ee7 solid;
}

.zixun:hover {
	background: #48a0f6;
	color: #fff
}
