?
*{
    margin:0px;
}
.inner-con {
	padding-bottom: 2.2%;
}
/*case.html*/
.case-list {
	font-size: 0;
}
.case-list ul {
	margin-left: -17px;
	margin-right: -17px;
}
.case-list ul li {
	display: inline-block;
	width: 33.3333%;
	padding-left: 17px;
	padding-right: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 25px;
}
.case-img {
	padding: 5px;
	border: 1px solid #b6b6b6;
	overflow: hidden;
}
.case-img img {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.case-txt {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.case-list ul li:hover .case-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-list ul li:hover .case-txt {
	color: #1754a3
}
.inner-con.det-con {
	text-align: center;
}
.det-tit {
	font-size: 30px;
	color: #1754a3;
	line-height: 1;
}
.det-tit2 {
	font-size: 18px;
	color: #7d7d7d;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}
.det-info span {
	font-size: 14px;
	color: #7d7d7d;
	margin: 0 15px;
	line-height: 1;
}
.det-con {
	margin-top: 40px;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
	text-align: left;
	margin-bottom: 250px;
}
.det-con img {
	margin-top: 25px;
	margin-bottom: 25px;
	max-width: 100%;
	text-align: left;
}
/*contact-us.html*/
.contact-tit {
	font-size: 24px;
	color: #1754a3;
	line-height: 1;
	margin-bottom: 35px;
}
.contact-info {
	font-size: 0
}
.contact-info span {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	color: #585858;
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-info span:nth-child(2n) {
	padding-left: 20px;
}
.contact-info span:nth-child(2n+1) {
	padding-right: 20px;
}
#dituContent {
	width: 100%;
	padding-bottom: 33.333333%;
	margin-top: 7.08333%;
	margin-bottom: 2.9167%;
}
.inner-con p {
	font-size: 16px;
	color: #585858;
	line-height: 30px;
}
/*resource.html*/
.resource-warp {
}
.resource-warp table {
	border-top: 1px solid #c0c0c0;
	padding-top: 4px;
	width: 100%;
	text-align: center;
	font-family: "宋体";
}
.resource-warp thead tr {
	background-color: #e4e4e4;
}
.resource-warp table th {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: "宋体";
	font-weight: normal;
	color: #424242;
}
.resource-warp table td {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	border-bottom: 1px dotted #d6d8d9;
}
.resource-warp table td a {
	color: #5b5b5b;
	transition: all .2s ease;
}
.resource-warp table tr:hover td a {
	color: #1754a3;
}
.resource-warp tbody tr {
	background-color: #f9f9f9;
	transition: all .2s ease;
}
.resource-warp tbody tr:hover {
	background-color: #e7f2f7;
}
.resource-warp tbody tr:nth-child(2n) {
	background-color: #f2f6f8;
	transition: all .2s ease;
}
.resource-warp tbody tr a {
	display: block;
	width: 100%;
	height: 100%;
}
.career-tit span {
	font-size: 18px;
	color: #1754a3;
	font-family: "宋体";
	line-height: 30px;
	height: 30px;
	background: #e4e4e4;
	text-indent: 5px;
	display: block;
}
.career-tit::before {
	content: "";
	background: #c0c0c0;
	width: 100%;
	height: 1px;
	display: block;
	margin-bottom: 5px;
}
.career-con {
	font-size: 18px;
	color: #5f5f5f;
	line-height: 36px;
	font-family: "宋体";
	margin-top: 30px;
}
@media (max-width: 1440px) {
.case-list ul {
	margin-left: -15px;
	margin-right: -15px;
}
.case-list ul li {
	padding-left: 15px;
	padding-right: 15px;
}
}
 @media (max-width: 1200px) {
.case-list ul {
	margin-left: -12px;
	margin-right: -12px;
}
.case-list ul li {
	padding-left: 12px;
	padding-right: 12px;
}
.case-txt {
	margin-top: 20px;
	margin-bottom: 20px;
}
.case-list ul li {
	margin-bottom: 10px;
}
.det-tit {
	font-size: 24px;
}
.career-con {
	font-size: 16px;
	line-height: 24px;
	margin-top: 25px;
}
}
@media (max-width: 992px) {
.case-list ul {
	margin-left: -10px;
	margin-right: -10px;
}
.case-list ul li {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media (max-width: 768px) {
.case-list ul li {
	width: 50%;
}
.case-list ul {
	margin-left: -8px;
	margin-right: -8px;
}
.case-list ul li {
	padding-left: 8px;
	padding-right: 8px;
}
.inner-menu a {
	width: 25%;
	font-size: 14px;
}
.case-txt {
	font-size: 14px;
}
.det-tit {
	font-size: 20px;
}
.det-tit2 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.det-con {
	margin-top: 30px;
}
.inner-con p {
	font-size: 14px;
	line-height: 22px;
}
.det-info span {
	margin: 0 10px;
}
.contact-tit {
	font-size: 16px;
	margin-bottom: 20px;
}
.career-tit span {
	font-size: 16px;
}
.career-con {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.contact-info span {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
#dituContent {
	display: none;
}
.contact-info span:nth-child(2n) {
	padding-left: 0;
}
.contact-info span:nth-child(2n+1) {
	padding-right: 0;
}
}
@media (max-width:480px) {
.case-list ul {
	margin-left: -5px;
	margin-right: -5px;
}
.case-list ul li {
	padding-left: 5px;
	padding-right: 5px;
}
.case-txt {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
.tagg {
    border-bottom: 1px dashed #eee;
    font-size: 15px;
    padding-bottom: 0.5%;
}
.tagg a{
    color:#333
}
.ny_news_ye,.tagg {
    text-align: left;
    margin-top: 1%;
}
.related {
    display: flex;
    flex-direction: column;
}
.xgcp{
	overflow: hidden;
	margin-top:1%
}
ul.xgxw {
    margin: 3% 0;
}
.xgcp li:nth-child(4n) {
	margin-right: 0px !important;
}
.xgcp li:nth-child(3n) {
	margin-right: 30px;
}
.xgcp li {
	width: 24% !important;
	margin-right: 10px !important;
}
.xgcp li {
	float: left;
	width: 30%;
	margin-right: 43px;
	margin-bottom: 30px;
	position: relative;
}
.xgxw li {
    width: 49% !important;
    margin: 0px !important;
    margin-right: 1% !important;
    padding: 1% 0;
    border-bottom: 1px dashed #d9d9d9;
    display: flex;
    justify-content: space-between;
}
.xgxw li a{
    color:#333;
}
.xgxw li a:hover{
	color:#1754a3;
	font-weight: bold;
}
.xgxw li span{
	float: right;
}
.xgcp li {
	margin-right: 60px;
}
.xgcp li:nth-child(4n) {
	margin-right: 0px;
}
.xgcp li .pro_img {
	background: #f5f5f5;
	padding: 10px 10px 60px;
}
.xgcp li .pro_img a {
	width: 100%;
	height: 220px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	display: block;
}
.xgcp li .pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.xgcp li .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.xgcp li p {
	padding: 5px 1%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	background: #7b7b7b;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.xgcp li p span {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xgcp li p span a {
	color: #fff;
}
.xgcp li p em {
	display: none;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
}
.xgcp li p em a {
	color: #fff;
}
.xgcp li:hover p em {
	display: block;
}
.xgcp li:hover p span {
	height: 40px;
	line-height: 40px;
}
.xgcp li:hover .pro_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
}
.xgcp li:hover p {
	height: 80px;
	background: #1754a3;
}
.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 40px 0 30px;
}
.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #fff;
	color: #1754a3;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.news-list {
	margin-bottom: 35px;
	border-bottom: 1px solid #e8e8e8
}
.list-one {
	display: block;
	padding: 30px 0px;
	transition: all .3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-list > ul > li:nth-child(odd) {
	background: #f7f7f7;
}
.list-one:hover {
}
.list-one-img {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #eaeaea;
	font-size: 0;
}
.list-one-img a {
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
}
.list-one-img img {
	width: 374px;
	height: 218px;
	transition: all .65s ease;
}
.list-one-img img:hover {
	transform: scale(1.08);
	-ms-transform: scale(1.08);     /* IE 9 */
	-moz-transform: scale(1.08);    /* Firefox */
	-webkit-transform: scale(1.08); /* Safari 和 Chrome */
	-o-transform: scale(1.08);  /* Opera */
}
.list-one-words {
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.words-title {
	margin-bottom: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.words-title a {
	color: #333;
	transition: all .2s linear;
}
.words-title a:hover {
	color: #3d649b;
}
.news-belong {
	margin-bottom: 10px;
	line-height: 12px;
}
.news-belong span {
	margin-right: 21px;
	font-size: 12px;
	color: #7b7b7b;
}
.words-info {
	color: #878787;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	border-top: 1px dashed #c5c5c5;
	padding-top: 22px;
	margin-bottom: 37px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	display: inline-block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #e8e8e8;
	font-size: 0;
	transition: all .2s linear;
}
.words-view span {
	font-family: '宋体';
}
.words-view a {
	display: block;
	font-size: 12px;
	color: #797979;
	transition: all .2s linear;
}
.words-view:hover {
	background: #1754a3;
}
.words-view:hover a {
	color: #fefefe;
}
@media (max-width: 75em) {
.list-one-words {
	width: 56%;
}
}
@media (max-width: 62em) {
.list-one-words {
	width: 43%;
}
}
@media (max-width: 48em) {
.news-list {
	margin-bottom: 40px;
}
.list-one-img {
	margin-bottom: 14px;
}
.list-one {
	padding: 20px;
	text-align: center;
}
.list-one-words {
	float: none;
	width: 100%;
	text-align: left;
}
.words-title {
	margin-bottom: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.news-belong {
	margin-bottom: 6px;
}
.words-info {
	height: 54px;
	line-height: 18px;
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	width: 84px;
	height: 24px;
	line-height: 24px;
}
}
@media (max-width: 34em) {
.list-one {
	padding: 15px 0;
	text-align: left;
}
.list-one-img img {
	max-width: 100%;
	height: auto;
	transition: all .65s ease;
}
}
@media (max-width: 768px) {
.inner-menu a {
	width: 50%;
}
.inner-con {
    margin-top: 10px;
    margin-bottom: 6%;
}
}
<!--耗时1764542280.302秒-->