﻿@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;

}
*{	box-sizing: border-box;}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
	max-width: 100%
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	position:relative;
}
.ico {
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1048a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li a {
	color: #333333;
	cursor: pointer;
}
.top_main li a:hover {
	color: #1048a0;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
	display: flex; align-items: center; justify-content: space-between;
	
}

.header_main .header{height: 110px;}
.header_main .logo {
	width: 540px;
	height: 110px;display: flex; align-items: center; justify-content: space-between;

	
}
.header_main .logo img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.header_main .tel {
	position:absolute;
	right:0px;
	top:3px;
	width: 300px;
}
.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #0185d0;
	font-family: arial;
	height:57px;
	line-height:50px;
	margin-left:14px;
}
.header_main .tel s {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
	margin-top:20px;
	margin-left:30px;
}
.nav_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #0042ad;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 170px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #0b2d7e;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #0b2d7e;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #0185d0;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 18px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	font-weight: 800;
}
.nav_main .nav dl {
	width: 169px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #0185d0;
}
.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #0185d0;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../img/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #0185d0;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #1048a0;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #1048a0;
	color: #fff;
}
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}

#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#banner .swiper-slide img{max-width: 100%;max-height: 100%;}

#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 3;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -150px 0px;
}
#banner .tip span.cur {
	background-position: -130px 0px;
}
#banner #btn_prev, #banner #btn_next {
	width: 32px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
#banner #btn_prev {
	background-position: -60px 0;
	left: 12%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -92px 0;
	right: 12%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 11.6%;
}
#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 11.6%;
}



/*footer*/
.footer {
	width: 100%;
	color: #fff;
	background: #0042ad;
}
.footer .links {
	height:40px;
	font-size: 16px;
	border-bottom: 1px solid white;
	line-height: 40px;
}
.footer .links span {
	color: #f9f9f9;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	color: #f9f9f9;
	padding-right: 10px;
}
.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.lianxi {
	height:165px;
}

.m_contact{
	width:30%;
	float: left;
}

.time1 {
	width: 50%;
	float:left;
}
.tm {
	height:80px;
	position: relative;
}
.tm img {
	position: absolute;
	left:120px;
	top:15px;
	width:50px;
	height:50px;
}
.tm span {
	font-size: 25px;
	position: absolute;
	left:180px;
	top:25px;
}

.code {
	width:20%;
	float:left;
	position: relative;
}
.code img {
	width:150px;
	height:150px;
	position:absolute;
	right:0px;
}

/*.foot02-r{  float:right; width: 25%}*/
.foot02-r .ftell{height: 50px; }
.foot02-r .ftell img{float:left; margin-right:20px;}
.foot02-r .ftell span{font-size: 22px; color: #FFFFFF; font-weight: normal; line-height: 25px; margin-bottom: 8px; display: inline-block;}
.foot02-r .ftell p{font-size: 14px; color: #CCCCCC; font-weight: normal; line-height: 20px;margin: 0}



.footer .bNav {
	width: 100%;
	height:50px;
	margin-top:10px;
	position: relative;
}
.nav-index {
	position: absolute;
	left:50%;
	margin-left:-400px;
}
.footer .bNav .item {
	float: left;
	line-height: 26px;
}
.footer .bNav .item h3 {
	margin-bottom: 24px;
	padding: 0 34px;
	border-left: 1px solid white;
}
.footer .bNav .item:first-child h3 {
	border-left: 0
}
.footer .bNav .item h3 a {
	color: #fff;
	font-size: 18px;
	text-indent: 0px;
}
.footer .bNav .item h3 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .bNav .item a {
	color: #ccc;
	display: block;
	font-size: 12px;
	line-height: 26px;
	text-indent: 40px;
}
.footer .bNav .item a:hover {
	color: #fff;
}
/*copyright*/
.copyright {
	height: 50px;
	line-height: 30px;
	color: white;
	font-size: 14px;
	background: #0042ad;
}
.copyright span {
	display: block;
	position: absolute;
	left:0px;
	top:12px
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #fff;
}
/*******index css*******/
.indexTit {
	color: #1048a0;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}
.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}
.indexTit h3 {
	font-size: 24px;
	color: #835026;
}
.index .in_title {
	padding-top: 50px;
}
.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
	text-align: center
}
.index .in_title .tit {
	width: 300px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #1048a0;
}
.index .in_title .tit span {
	float: left;
	margin-left: 40px;
}
.index .in_title .tit em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}
.index .tab {
	text-align: left;
}
.index .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: white;
	font-size: 18px;
	display: inline-block;
	margin: 0 20px 15px;
	color: black;
}
.index .tab a:hover {
	color: #0185d0;
}
.index .more {
	margin-top: 40px;
}
.index .more .line {
	display: block;
	width: 42%;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.index .more .look_more {
	display: block;
	width: 16%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.index .more .look_more:hover {
	background: #1048a0;
	color: #fff;
	transition: all .5s;
	border: 1px solid #1048a0;
}


/*关于我们*/

.index #floor_1_main {
	overflow: hidden; background: url(../img/bj2.png) no-repeat center bottom;
}
.in-title .h1{font: 400 32px/11px "微软雅黑"; color: #000; text-align: center; padding-top:20px; padding-bottom: 10px;}
.in-title .h2{    padding-top: 20px; padding-bottom: 30px; font: 400 16px/11px "微软雅黑"; color: #838383; text-align: center;}
.h_about{ background:#f9f9f9; padding:50px 0px ; overflow: hidden;}
.about_l{ width:100% ;overflow: hidden; padding: 30px 0;}
.about_con dl{ clear:both; overflow:hidden; padding-top:30px;padding-bottom: 30px;} 
.about_con dt{ width: 47%; max-height: 445px; background: url(../img/kuang.png) no-repeat left bottom; overflow: hidden; float: left; padding-bottom: 10px; padding-left: 10px;margin-top:20px;}
.about_con dt img{ max-width:100%; max-height:100%;}
.about_con dd{float: right; width: 50%; font-size: 16px; line-height: 1.7;text-indent: 2em;}
.about_con dd.cha_more a{display: block; width: 115px; height: 35px; line-height: 32px; border-radius: 25px; float: left; font-size: 14px;  }
.about_con .cha_more img{float: right;margin-top: 30px;}
.con3_title{ border-bottom:1px solid #ddd; line-height:40px;  clear:both; overflow:hidden; margin-bottom:15px;}
.con3_title span{ border-bottom:2px solid #35aadf; padding-right:25px; font-size:16px; display:block; float:left; color:#35aadf;}
.con3_title a{ float:right; display:block; text-transform:uppercase; font-size:12px; color:#35aadf;}
.con3_title a:hover{ text-decoration:underline; }
.gsm {
	height:50px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}

.sy_about_c {
	height:130px;
	margin-top: 20px;
}
.sy_about_c li {
    float: left;
    width: 139px;
    border: 2px solid #eee;
    margin-right: 11px;
    height:120px;
    text-align: center;
	position: relative;
}
.sy_about_c li:hover {
	background:rgba(0, 0, 0, 0.4);
}
.sy_about_c li img {
	position: absolute;
	left:45px;
	top:10px;
}
.sy_about_c li p {
	text-align:center;
	color:black;
	font-size:18px;
	position: absolute;
	left:2px;
	top:70px;
}





#floor_2_main {
	background: #fff;
	background:url(../img/download.jpg) top center no-repeat;;
}
#floor_2_main .floor_2 {
	padding-bottom: 0px;
}
.cp {
	height:120px;
	padding-top:35px;
	display: flex;
	position:relative;
	transition: all .5s;
}
.cp-wz {
	font-size: 38px;
    color: #eee;
    font-weight: bold;
	line-height: 80px;
	position:absolute;
	left:20px;
}
.cp-wz1 {
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	position:absolute;
	left:195px;
}
#floor_2_main .floor_2 .title {
}
#floor_2_main .proCenter .list {
	margin-top: 0px;
	background:white;
	margin-left:20px;
}
#floor_2_main .proCenter .list li {
	float: left;
	width: 33.333%;
	margin-top:20px;
	transition: all .5s;
}
#floor_2_main .proCenter .list li .time{
	margin: 0px;    
	/* padding: 38px 30px 0 30px; */
	transition: all .5s;
}
#floor_2_main .proCenter .list li .time .img{
	height: 360px;
	width: 100%;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
#floor_2_main .proCenter .list li img {max-width: 100%; max-height: 100%; border:1px #eee solid;}


#floor_2_main .proCenter .list li .title {
	margin-top: 12px;	
	height: 35px;
	font-size: 18px;
	text-align: center;
	color: #333;
}

#floor_2_main .proCenter .list li em {
	width: 100px;
	height: 26px;
	background: url("../img/em.png") no-repeat;
	transition: all .5s;
}
#floor_2_main .proCenter .list li:hover .title {
	color: white;
	background:#0042ad;
}
#floor_2_main .proCenter .list li:hover em {
	width: 100px;
	height: 26px;
	background: url("../img/em1.png") no-repeat;
	transition: all .5s;
}
#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
/*slip*/
.index_slip {
	height: 180px;
	background: url("../img/ixbannerbg1.png") no-repeat center center;
}
.index_slip .slip_tit {
	width: 772px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #64c5ff;
}
.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../img/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f;
}
.index_slip1 {
	background: url("../img/ixbannerbg.jpg") no-repeat center center;
}
.index_slip1 .slip_tit {
	width: 900px;
}
.index_slip1 .slip_btn {
	margin-left: 94px;
}
.index_slip .slip_btn:hover {
	background: url("../img/ixbanner-btn1.png") no-repeat;
}
.index_slip1 .slip_btn:hover {
	background: url("../img/ixbanner-btn1.png") no-repeat;
}

/*我们的优势*/
.advantage{text-align: center; color: #fff; padding: 55px 0px 30px 0px; background-position:center;background-repeat:no-repeat; background-color: #1C1C1C; margin-top: 20px;overflow: hidden;}


.advantage_col{margin-top: 30px; margin-bottom: 50px;text-align: left;height: 140px;width: 50%;float: left;padding: 0 15px}
.advantage_col .img{width: 115px;height:115px;display: flex; align-items: center; justify-content: center;float: left; }
.advantage_col .con{width: calc(100% - 115px);float: right;color: #fff;padding: 0 10px;}
.advantage_col h4{text-align: left;padding-top: 8px;}
.advantage_col h4 a{color: #fff;}
.advantage_col h4 a:hover{color: #37a601; text-decoration: none;}
.advantage_col span{display: inline-block; text-align: left; border-top: 1px solid #d6d6d6; padding-top: 9px;width: 100%}
.advantage_col img{max-width: 100px; -webkit-transition: -webkit-transform 1.2s ease-out; -moz-transition: -moz-transform 1.2s ease-out; -o-transition: -o-transform 1.2s ease-out; -ms-transition: -ms-transform 1.2s ease-out;}
.advantage_col img:hover {-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}

.advantage_col .con h4{    font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;margin-top: 10px;
    margin-bottom: 10px;font-size: 18px;}
.advantage .fuchil_en{color:#fff;}

/*产品优势*/
#floor_3_main {
overflow: hidden;
background: #0042ad;
margin-top:20px
}
#floor_3_main .proAdvant {
	margin-top: 30px;
}
.word {
	font-size: 38px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    display: block;
	height: 55px;
	width:100%;
    overflow: hidden;
}
.xbt {
	display: block;
	width:100%;
	height:40px;
	position:relative;
}
.entit em{
	display: block;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    background: white;
}
#floor_3_main .in_title .entit{
	color: white;
	font-size: 22px;
	width:550px;
	height:100%;
	line-height: 40px;
	position:absolute;
	left:50%;
	margin-left:-275px;
}
.ys_nr {
	min-height:500px;
	padding-bottom: 30px;
}
.ys_nr li {
	float:left;
	width:290px;
	min-height:450px;
	background: white;
	margin-left:5px;
	margin-right:5px;
	border:1px #eee solid;
}
.ys_img {
	width:100%;
	max-height:300px;
	border:1px #ccc solid;
}
.ys_nr p {
	font-size:30px;
	text-align: center;
	line-height: 80px;
}
.ys_nr span {
	display: block;
    padding: 10px;
    line-height: 28px;
}
#floor_3_main .in_title .tit{color: #fff}

/*#floor_3_main .proAdvant .list {
	width: 106%;
}
#floor_3_main .proAdvant .list li {
	float: left;
	width: 278px;
	margin-right: 120px;
}
#floor_3_main .proAdvant .list li a {
	display: block;
}
#floor_3_main .proAdvant .list li:first-child {
	margin-left: 60px;
}
#floor_3_main .proAdvant .list li .img {
	width: 134px;
	height: 150px;
	margin: 0 auto;
	transition: all .5s;
	margin-left: 72px;
}
#floor_3_main .proAdvant .list li .title {
	margin-top: 30px;
}
#floor_3_main .proAdvant .list li .tit {
	font-size: 24px;
	text-align: center;
	color: #1048a0;
}
#floor_3_main .proAdvant .list li .cont {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}
#floor_3_main .proAdvant .list li:hover .img {
	margin-top: -10px;
	transition: all .5s;
}
#floor_3_main .proAdvant .list li:hover .tit {
	font-weight: bold;
}*/
/*工程案例*/
#floor_4_main {
	background: #f6f6f6;
	padding-bottom: 45px;
}

.word-anli {
	font-size: 38px;
    color: black;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    display: block;
	height: 55px;
	width:100%;
    overflow: hidden;
}

#floor_4_main .in_title .entit {
	color: black;
	font-size: 22px;
	width:550px;
	height:100%;
	line-height: 40px;
	position:absolute;
	left:50%;
	margin-left:-275px;
}
#floor_4_main .in_title .entit em {
	background:black;
}
#floor_4_main .proCase {
	position: relative;
	margin-top: 60px;
}

#floor_4_main .swiper-container{}
#floor_4_main .swiper-container .swiper-slide{    border: 1px solid #ddd; background: #fff; transition: all ease 600ms;}
#floor_4_main .cese-time{    padding: 30px;}
#floor_4_main .cese-time .cese-img{     height: 248px; display: flex; align-items: center; justify-content: center;}
#floor_4_main .cese-time .cese-img img{max-width: 100%;max-height: 100% }
#floor_4_main .cese-time .title{    margin-top: 20px;}
#floor_4_main .cese-time .title .tit{    font-size: 20px; color: #333;text-align:center;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#floor_4_main .cese-time .view_detail{    width: 120px; height: 32px; font-size: 14px; line-height: 30px; text-align: center; background: #1048a0; color: #fff;    margin: 30px auto 0;}
#floor_4_main .swiper-container .swiper-slide:hover{border: 1px solid #1048a0; background: #1048a0; transition: all ease 600ms;}
#floor_4_main .swiper-container .swiper-slide:hover .tit{color: #fff;}
#floor_4_main .swiper-container .swiper-slide:hover .view_detail{    background: #fff; color: #1048a0;}
#floor_4_main .swiper-button-next{right: -36px}
#floor_4_main .swiper-button-prev{left: -36px;}
#floor_4_main .swiper-pagination{display: none;}



/*新闻动态*/
#floor_5_main {
	padding-bottom: 45px;
	background: url(../img/sy_con_bg.jpg) no-repeat ;
}

#floor_5_main .inews {
	overflow: hidden;
}

.word-xinwen {
	font-size: 38px;
    color: black;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    display: block;
	height: 55px;
	width:100%;
    overflow: hidden;
}

#floor_5_main .in_title .entit {
	color: black;
	font-size: 22px;
	width:550px;
	height:100%;
	line-height: 40px;
	position:absolute;
	left:50%;
	margin-left:-275px;
}
#floor_5_main .in_title .entit em {
	background:black;
}

.xinwen-left {
	width:40%;
	float: left;
}

.xinwen-left dl {
	display: flex;
	padding:15px;
}

.xw-img {
	width:200px;
	border:1px #eee solid;
}

.xinwen-left dd {
	width:100%;
	margin-left:20px;
	position: relative;
}

.xw-a {
	font-size: 18px;
	font-weight: 600;
}

.xw-i {
	width:100px;
	height:30px;
	position: absolute;
	bottom: 0px;
	background:#aaa;
	text-align: center;
	line-height: 30px;
}

.xw-i a {
	color:white;
	
}

.xinwen-right {
	width:60%;
	float: right;
}

#floor_5_main .info-list{overflow: hidden;    padding-top: 30px;}

#floor_5_main .info-list li {
	max-width: 100%;
	height:70px;
	overflow: hidden;
    box-shadow: #e1e1e1 0px 0px 10px;
    transition: all 0.4s;
	box-sizing: border-box;    
	background: #fff;
	margin-top:12px;   
}


#floor_5_main .info-list li:hover{transform: translateY(-5px);}

#floor_5_main .info-list li * {
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

#floor_5_main .info-list span {
  display: block;
  /*padding-top: 20px;*/
  overflow: hidden;
  max-width: 100%
}

#floor_5_main .info-list b {
 	float: left;
  	border-right: 1px solid #eeeeee;
  	height: 60px;
	width:80px;
  	color: #333333;
	padding-right: 15px;
	line-height: 1;
	margin: 10px 15px 0px 0;
	font-size: 16px;
	position: relative;
}

#y {
	position: absolute;
	left:14px;
	top:3px;
}
#n {
	position: absolute;
	left:19px;
	top:33px;
}

#floor_5_main .info-list em {
  font-size: 19px;
  display: block;
  color: #333333;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: normal
}

#floor_5_main .info-list strong {
  display: block;
  line-height: 2;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

#floor_5_main .info-list p {
  display: block;
  height: 55px;
  line-height: 2;
  margin: 5px 0;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#floor_5_main .info-list font {
  display: block;
  padding-top: 10px;
  color: #333333;
}

#floor_5_main .info-list font a {
  padding-left: 10px;
  color: #333333;
}

#floor_5_main .info-list font a:hover {
  color: #25e49e;
}

#floor_5_main .info-list i {
  font-size: 18px
}

#floor_5_main .info-list li:hover img {
  transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}

#floor_5_main .info-list li:hover strong {
  transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  color: #0278e6;
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}

#floor_5_main .info-list li:hover p {
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}
.blocks>.block, [class*=blocks-]>.block, [class*=blocks-]>li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.875rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.blocks, [class*=blocks-] {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
 
}

/*******内页样式********/
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.submian {
	padding-bottom: 30px;
}
.submian .sobtitle {
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #333
}
.submian .sobtitle a:hover {
	color: #1048a0;
}
.submian .sobtitle a.now {
	color: #1048a0;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background: url(../img/bg5.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 29px;
}
.submian .subleft .title h2 {
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.submian .subleft .title i {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 13px;
	padding-top: 2px;
}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
.submian .subleft .bor9 {
	border-bottom: 9px solid #eaeaea;
}
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
	background: #fff url(../img/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../img/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../img/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../img/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../img/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../img/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}
.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../img/tb12.png) 26px center no-repeat;
	border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #1048a0;
	font-weight: bold
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.submian .subright .anlitopH4 {
	background: #fff;
}
.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #1048a0;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #1048a0;
	font-weight: bold;
	font-size: 14px;
}
.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}
.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}
.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}
.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}
.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
	    display: block;
    width: calc(100% - 85px);
    white-space: nowrap; text-overflow: ellipsis; 
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #1048a0;
}
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}
.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}
.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
.map_ul .list-inline a:hover {
	background: #1048a0;
	color: #fff;
}
.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}
.submian .subleft .adv a img {
	display: block;
	width: 100%;
}
.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.submian .subleft .leftnews {
	margin-bottom: 10px;
}
.submian .subleft .leftnews .title {
	height: 60px;
	padding-left: 52px;
	padding-top: 18px;
}
.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1048a0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont p {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}
.submian .subleft .leftnews .leftcont p i {
	font-size: 22px;
	color: #1048a0;
	display: block;
}
.submian .subright {
	    width: calc(100% - 280px);
	padding-bottom: 20px;
	line-height: 28px;
}
.submian .subright .aboutlist {
	color: #333
}
.submian .subright img {
	max-width: 100%;
}
.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}
.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}
.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
	color: #1048a0;
	font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
	color: #1048a0;
}
.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
	display: block;
}
.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
	color: #777;
}
.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}
.submian .subright .caselist ul li a {
	display: block;
}
.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}
.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
	color: #777;
}
.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}
.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #1048a0;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #1048a0;
}
.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}
.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}
.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
*padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #1048a0;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}
.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}
.submian .subright .mess .right a:hover {
	background: #cda503;
}
.submian .subright .mess .right input:hover {
	background: #2bba72;
}
.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.honorlist ul.list li.item {
	float: left;
	width: 33.333%;
	margin-bottom: 30px;

}
.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
}
.honorlist ul.list li.item a:hover span {
	color: #fff;
}
.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.list_imgH ul.list li.item {
	width:33.333%;
	float: left;
	padding: 1%;
}

.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}
.list_imgH ul.list li.item a:hover {
	background: #1048a0;
}
.list_imgH ul.list li.item .img{width: 100%;height: 215px;display: flex; align-items: center; justify-content: center;    border: 2px solid #fff;background: #fff}
.list_imgH ul.list li.item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
  	width:100%;
  	height:100%;
}
.item_mask {
	width: 100%;
	height: 213px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.list_imgH ul.list li.item:hover .img{    border: 2px solid #275aa9;}
.submian .t {
	padding: 0 0 25px;
	color: #1048a0;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #1048a0;
	font-size: 24px;
}
/* formData */
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #1048a0;
	margin-right: 2px;
	text-align: center;
	background: #1048a0;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #1048a0;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/** 新闻中心 **/
.submian .subright .thumblist {
}
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}
.submian .subright .thumblist .item {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;overflow: hidden;
}
.submian .subright .thumblist .item a {
	display: block;
}
.submian .subright .thumblist .item .img {
	position: relative;
	width: 148px;
	height: 135px;
	float: left;
	display: block;
	overflow: hidden;
	display: flex; align-items: center; justify-content: center;
}
.submian .subright .thumblist .item .icog {
	position: relative;
	width: 148px;
	height: 50px;
	float: left;
	display: block;
	overflow: hidden;
	display: flex; align-items: center; justify-content: center;
}


.submian .subright .thumblist .item img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
width: calc(100% - 170px);
	cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}
.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;-webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden;
}
.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #1048a0;
	padding-left: 10px;
}
.submian .subright .thumblist .item a:hover .txt h3 {
	color: #1048a0;
}
.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #1048a0;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont .show_down{width: 250px;height: 50px;    font-size: 20px; line-height: 50px;    margin: 5px;}
.submian .subright .conBox .ArticleTencont .show_down img{float: left;    padding-right: 10px;}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.field_down {
	text-align: left;
}
.field_down a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #0267ac;
	color: #fff;
	display: block;
	text-align: center;
}
/********.toolbar*********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../img/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../img/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #0185d0;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #0185d0;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #0185d0;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #0185d0;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #0185d0;
}
.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #1048a0;
	font-weight: bold;
}
.leftprocomt {
	padding-top: 10px;
}
.leftprocomt li {
    float: left;
    text-align: center;
    width: 50%;
    padding: 1%;
	
}
.leftprocomt li .img{height: 88px;display: flex; align-items: center; justify-content: center;}
.leftprocomt li img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #1048a0;
}
/*******font-face********/
@font-face {
	font-family: didot;
	src: url('../font/didot.eot');
	src: url('../fonts/didot.eot')format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/didot.woff') format('woff'), /* Modern Browsers */ url('../fonts/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/didot.svg#didot') format('svg'); /* IE9 Compat Modes */ /* Legacy iOS */
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	    max-width: 920px;
	    width: 100%;
	margin: 0 auto 30px;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../img/CurL.cur), auto;
	background: url(../img/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../img/CurR.cur), auto;
	background: url(../img/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.show_pro {
	width: 100%;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	
}
.show_pro .swiper-slide{text-align: center;}
.show_pro .swiper-pagination{display: none;}

/*↑组图样式↑*/



.feedbackBox dt {
    font-size: 1rem;
}

.feedbackBox dt div {
    padding: 0 15px;
    margin: 20px auto 0;
}

.feedbackBox .feedForm h6 {
    color: #bbb;
    padding: 0 15px;
    margin: 20px auto;
}
.feedbackBox .w50{width: 50%;padding: 0 15px;float: left;}
.feedbackBox .w100{padding: 0 15px;width: 50%}

.feedbackBox #formIndex input {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 34px;
    color: #444;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    outline-color: #238ad4;
    outline: none;
}

.feedbackBox #formIndex textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    outline-color: #238ad4;
    border: 1px solid #e5e5e5;
    outline: none;
}

.feedbackBox #formIndex .submit {
       width: 184px;
    display: block;
    margin: auto;
}

.feedbackBox #formIndex label[for='submit'] a {
    display: block;
    line-height: 34px;
    background-color: #1047a1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.feedbackBox #formIndex label[for='submit'] a:hover {
    background-color: #fff;
    background-color: rgba(202, 25, 43, 0.8);
}

.feedbackBox #formIndex input[type="text"]:focus,
.feedbackBox #formIndex label[for='content'] textarea:focus {
    border-color: #67ac4857;
    box-shadow: 0 0 5px #67ac4857;
}

.feedbackBox #formIndex label p {
    color: red;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1.7;
    height: 20px;
}

/*.sitemap*/
.sitemap{}
.sitemap .fw700{    border-bottom: 1px solid #eee; line-height: 1.8; margin-bottom: 5px;}
.sitemap .fw700 a{font-size: 16px; font-weight: bold;}
.sitemap .bstcoop{margin-bottom: 15px;overflow: hidden;}
.sitemap .bstcoop li{width: 25%;float: left;padding-left: 10px;font-size: 16px;}


.header-m{display: none;}



/*video*/
.willesPlay {
    width: 100%;
}

.willesPlay iframe {
    height: 675px;
}

@media screen and (max-width:1200px) {
    .willesPlay iframe {
        height: 575px;
    }
}

@media screen and (max-width:992px) {
    .willesPlay iframe {
        height: 500px;
    }
}

@media screen and (max-width:767px) {
    .willesPlay iframe {
        height: 320px;
    }
}

@media screen and (max-width:520px) {
    .willesPlay iframe {
        height: 280px;
    }
}

@media screen and (max-width:485px) {
    .willesPlay iframe {
        height: 250px;
    }
}

@media screen and (max-width:412px) {
    .willesPlay iframe {
        height: 220px;
    }
}

@media screen and (max-width:376px) {
    .willesPlay iframe {
        height: 200px;
    }
}

@media screen and (max-width:325px) {
    .willesPlay iframe {
        height: 180px;
    }
}


@media (max-width: 1280px){
.header_main .tel{margin-left: 0}
.header_main .search{width: 250px;}

.index_slip1 .slip_tit{ width: calc(100% - 250px);}
.index_slip1 .slip_btn{margin-left: 0}
}

@media (max-width: 1220px){
.header_main .tel{margin-left: 0}
.header_main .search{width: 250px;}
.header_main .logo{width: 450px;}



}

@media (max-width: 1050px){
.top_main,.header_main,.nav_main{display: none;}

.header-m {display: block!important; z-index: 888; position: fixed; left: 0; top: 0; width: 100%; height: 65px; background: #fff; box-shadow: 1px 1px 20px rgba(0,0,0,0.1) } 
.header-m::after {display: none; position: fixed; content: ''; top: 65px; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5) } 
/*.header-m .logo {position: absolute; left: 5%; line-height: 65px; -webkit-transform: translateY(-50%); transform: translateX(-5%); z-index: 5; } */
.header-m .logo {
    line-height: 65px;
    z-index: 5;
    width: 100%;
    display: block;
    text-align: center;
}
.header-m .logo img {max-height: 45px ;transform: translateY(25%);} 
.header-m .m-menu-b {display: block; position: absolute; top: 0; right: 0; width: 60px; height: 65px; cursor: pointer;z-index: 10;} 
.header-m .m-menu-b::before,.header-m .m-menu-b::after {position: absolute; top: 50%; left: calc(35px / 2); content: ''; width: 25px; height: 1px; z-index: 9999; -webkit-transition: all .3s ease-out .3s; transition: all .3s ease-out .3s; background: #999 } 
.header-m .m-menu-b::before {-webkit-transform: translateY(-4px) rotate(0); transform: translateY(-4px) rotate(0) } 
.header-m .m-menu-b::after {-webkit-transform: translateY(4px) rotate(0); transform: translateY(4px) rotate(0) } 
.header-m .m-menu {display: none; z-index: 1; position: fixed; width: 100%; width: 260px; height: 100%; top: 0; right: -260px; opacity: 1; text-align: left; padding-top: 65px ; transition: all 0.4s;} 
.header-m .m-menu::after {position: absolute; content: ''; width: 100%; height: 1px; background: #ebebeb; top: 65px } 
.header-m .nav {height: 100%; overflow-x: hidden; overflow-y: auto;background: #fafafa; } 
.header-m .nav>li {border-bottom: 1px solid #ebebeb; -webkit-animation: resize .5s both; animation: resize .5s both } 
.header-m .nav>li>a {position: relative; display: block; font-size: 15px; padding: 0 20px 0 40px; color: #666; height: 50px; line-height: 50px } 
.header-m .nav>li>a::after {position: absolute; left: 20px; top: 50%; margin-top: -5px; content: ''; width: 8px; height: 8px; border: 1px solid #999; border-radius: 50%; background: transparent; -webkit-transition: all .3s; transition: all .3s } 
.header-m .nav>li .sub-nav {display: none } 
.header-m .nav>li .sub-nav a.cn {position: relative; display: block; height: 50px; line-height: 50px; padding: 0 40px; background: #ebebeb; color: #4e4e4e }
.header-m .nav>li .ucn {background: #fff; border-bottom: 1px solid #ccc; }
.header-m .nav>li .ucn li a.cn1 {background: #f2f2f2; }
.header-m .nav>li .sub-nav a {position: relative; display: block; height: 34px; line-height: 30px; padding: 0 40px; background: #ebebeb; color: #4e4e4e }
.header-m .nav>li .sub-nav a::before,.header-m .nav>li .sub-nav a::after {position: absolute; content: ''; width: 0; height: 0; left: 20px; top: 50%; border: 5px solid transparent; overflow: hidden; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.header-m .nav>li .ucn li a::before,.header-m .nav>li .ucn li a::after {position: absolute; content: ''; width: 0; height: 0; left: 20px; top: 50%; border: 5px solid transparent; overflow: hidden; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.header-m .nav>li .sub-nav a.cn::before {left: 21px; border-top: 5px solid #555 }
.header-m .nav>li .sub-nav a::before {left: 21px; border-left: 5px solid #555 }
.header-m .nav>li .sub-nav a::after {border-left: 5px #ebebeb solid }
.header-m .nav>li.cur {position: relative }
.header-m .nav>li.cur::after,.header-m .nav>li.cur::before {position: absolute; content: ''; background: #999; -webkit-transition: all .3s; transition: all .3s }
.header-m .nav>li.cur::before {top: 19px; right: 25px; width: 2px; height: 12px }
.header-m .nav>li.cur::after {top: 24px; right: 20px; width: 12px; height: 2px }
.header-m .nav>li.active::after {background: #fff }
.header-m .nav>li.active>a {color: #fff; background: #555 }
.header-m .nav>li.active>a::after {background: #fff; border-color: #fff }
.header-m .nav>li.active .sub-nav li {-webkit-animation: ReturnToNormal .5s both; animation: ReturnToNormal .5s both }
.header-m .m-language {position: absolute; left: 0; bottom: 0; width: 100%; text-align: center }
.header-m .m-language a {color: #666; line-height: 40px; font-size: 16px; display: block; border-bottom: 1px solid #ebebeb; -webkit-animation: slideInUp 1.5s both; animation: slideInUp 1.5s both }
.header-m .m-search-ba {display: block; position: absolute; top: 0; right: 0; width: 35px; height: 65px; background-size: 18px; cursor: pointer; background: url(../picture/mhome.png)no-repeat left center; }
.header-m .m-search-ba a {display: block; width: 100%; height: 100% }
.header-m .m-search {display: none; position: fixed; top: 75px; left: 3%; width: 94%; height: 40px; border-radius: 5px; border: 1px solid #ccc; padding: 0 2%; overflow: hidden; background: #fff }
.header-m .m-search .txt {float: left; width: 82%; margin-top: 8px; font-size: 14px; background: transparent }
.header-m .m-search .btn {float: right; width: 40px; height: 40px; cursor: pointer; font-size: 0; background: url(../images/m_search.png) no-repeat 70% center; background-size: 20px }
html.active {height: 100%; overflow: hidden }
html.active body {height: 100%; overflow: hidden }
html.active .header-m {/*left: 260px*/ }
html.active .header-m::after {display: block }
html.active .header-m .m-menu-b::before,html.active .header-m .m-menu-b::after {background: #000 }
html.active .header-m .m-menu-b::before {-webkit-transform: translateY(0) rotate(225deg); transform: translateY(0) rotate(225deg) }
html.active .header-m .m-menu-b::after {-webkit-transform: translateY(0) rotate(-225deg); transform: translateY(0) rotate(-225deg) }
html.active .header-m .m-menu {display: block;     left: auto; right: 0; }
html.active footer,html.active .i-main,html.active main,html.active .i-banner,html.active .banner {-webkit-transform: translateX(-260px); transform: translateX(-260px) }
.i-banner ul li {height: 5rem }
.i-main .i-about .pic li {margin-bottom: .1rem }
main .pic-item {height: 500px }
main .pic-item li a {width: 115px; height: 115px }
main .add-list .head li {width: 20% }
main .add-list .con li {padding: 0 15px }
main .add-list .con .item h3 {width: auto; margin-bottom: .1rem }


/**/
.cndns-right{display: none;}
/*banner*/

#banner {padding-top: 65px;} 
#floor_4_main .swiper-button-prev,#floor_4_main  .swiper-button-next{display: none;}

.index_slip1 .slip_btn{margin-left: 0}
.index_slip .slip_tit .tit2{font-size: 18px;}
.index_slip .slip_tit .tit1{    font: bold 24px "microsoft yahei";}
#banner #btn_prev, #banner #btn_next{display: none;}
}

@media (max-width: 768px){
		.index .tab{display: none;}
#floor_2_main .proCenter .list li{width: 50% ;margin: 0}
.index .more .line{width: 40%}
.index .more .look_more{width: 20%}
.advantage_col{width: 100%}
#floor_4_main .swiper-pagination{display: block;bottom: 0}
#floor_4_main .swiper-container{padding-bottom:35px;}
.index_slip .slip_tit .tit1{font-size: 18px}
.index_slip .slip_tit .tit2{font-size: 14px;}
.footer .bNav{display: none;}
.footer .m_contact{display: block;    width: calc(100% - 240px);} 

.submian .subleft{display: none;}
.submian .subright{width: 100%}
.feedbackBox #formIndex textarea{width: 96%;}

}
@media (max-width: 640px){

	.index_slip1 .slip_tit{width: 100%;    padding-bottom: 15px;}
	.index_slip .slip_tit .tit1{padding-top: 15px;}
	.index_slip1 .slip_btn{    margin: 0 auto; float: none; overflow: hidden;}
	.about_con dt{width: 100%}
	.about_con dd{width: 100%;padding-top: 15px;}
	.about_con dd.cha_more a{    color: #fff; background: #1048a0; text-indent: 0; text-align: center;float: none;    margin: 10px auto;border-radius:0;}
	#floor_5_main .info-list li{width: 100%}
	.submian .subright .divremmnews ul li{width: 100%;margin: 0}
	.reLink{height: auto;}
.reLink .prevLink, .reLink .nextLink{width: 100%;}
.list_imgH ul.list li.item{width: 50%;}
.feedbackBox .w50{width: 100%}

}
@media (max-width: 480px){

.index .more .look_more{width: 33.3333%}
.index .more .line{width: 33.333%;}
#floor_2_main .proCenter .list li{width: 100%}
.index_slip1 .slip_tit{text-align: center;}

.footer .links{display: none;}

.footer .m_contact{width: 100%}
.footer .contact{float: left;    padding-top: 15px;}
.copyright{height: auto;line-height: 1.5; padding: 10px 0;}
.submian .subright .thumblist .item .img{display: none;}
.submian .subright .thumblist .item .txt{width: 100%;}
.list_imgH ul.list li.item{width: 100%;padding: 1% 12%;}
	
}

@media (max-width:980px) {
	.code {
		display: none;
	}
	.time1 {
		display: none;
	}
}

@media all and (max-width:414px){
	.gsm {
		font-size: 20px;
		width:320px;
		height:40px;
		text-align: center;
	}
	.sy_about_c li{
		margin-left:35px;
		margin-top:10px;
	}
	.cp-wz1 {
		display: none;
	}
	.cp-wz {
		width:100%;
		text-align: center;
	}
	.word {
		font-size: 25px;
	}
	.ys_nr li{
		float:none;
		border:1px black solid;
		margin:10px auto;
	}
	.xinwen-left {
		display: none;
	}
	.xinwen-right {
		width:100%;
	}
	#xian {
		border:1px black solid;
	}
	.time1 {
		display: none;
	}
	.code {display: none;}
	.copyright {height:60px;padding:0px;}
	#floor_3_main .in_title .entit{font-size: 18px;}
	#floor_4_main .in_title .entit{font-size: 18px;}
	#floor_5_main .in_title .entit{font-size: 18px;}
}

