﻿@charset "UTF-8";
.container, .container-middle, .wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin:0 auto;
}
@media (min-width: 1260px) {
.wrap, .container {
width: 1230px;
}
}
@media (min-width: 1460px) {
.wrap, .container {
width: 1430px;
}


}
@media (min-width: 1920px) {
.wrap {
width: 1430px;
}
}


/*header*/



.header {
	width:100%;
}
.header_dtop {
	width: 100%;
	height: 42px;
    background: #ededed;
    font-size: 14px;
    border-top: 2px solid #015ebb;
}
.dtop_p {
	line-height: 35px;
	color: #333;
	margin: 0 auto;
	font-size:14px;
}
.dtop_p span {
	float: right;
}
.dtop_p span a {
	color: #333;
	margin: 0px 10px;
	font-size:14px;
}
.dtop_p span a:hover {
	color: #F00;
	margin: 0px 10px;
	font-size:14px;
	text-decoration: none;
}




.logo_box{ width:100%}

.top2 {
	height: 80px;
	margin: 30px auto;
}
.top2>img {
	float: left;
}
.top2 .ci {
	font-size: 18px;
	color: #555;
	float: left; padding-left:20px; min-height:80px;
}
.top2 .ci b {
	font-size: 24px;
	color: #000;
	display: block;
	line-height: 46px;
	font-weight: initial; letter-spacing:2px;
}
.top2 .top-tel {
	padding-left: 70px;
	font-size: 18px;
	color: #000;
	float: right;
	text-align: center;
}
.top2 .top-tel>img {
	vertical-align: middle;
	margin-right: 10px;
}
.top2 .top-tel p {
	font-family: impact;
	color: #2a65af;
	font-size: 36px;
	height: 30px;
	margin: 0;
	padding: 0;
}










.Iheader {

	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background: transparent;
transition: ease .5s; background:#2a65af;
}


.navbar {
transition: ease .5s; width:100%;
}
.navitem {
	float: left; width:12.5%; text-align:center;
}
.navitem>a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
	background: transparent;
	padding: 15px 10px;
	position: relative;
}
.navitem>a::before {
position: absolute;
content: "";
width: 0px;
height: 3px;
background: #d8001c;
left: 50%;
bottom: 0%;
transform: translateX(-50%);
transition: ease .5s;
}
 .navitem:hover>a::before, .navitem.active>a::before {
width: 100%;
}
.navitem>a span {
	width: 0;
	height: 18px;
	display: inline-block;
transition: ease .5s;
	opacity: 0;
	text-align: center;
	margin-right: 10px;
}
.navitem>a span img {
	display: block;
	max-width: 100%;
	margin-top: 3px;
}
.navitem.active>a span {
	width: 18px;
	opacity: 1;
}
.navitem.nav-aft {
	position: relative;
}
.navitem.nav-aft::before {
content: "";
position: absolute;
width: 65px;
height: 36px;
background: url(../images/nav-aft_03.png)no-repeat center top;
top: -36px;
left: 30%;
}
.navitem {
	position: relative;
}
.dropdown-menu.single {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/* width: auto; */
	width: 160px;
	z-index: 1100;
	background: rgba(255, 255, 255, 1);
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
 -webkit-transition: max-height .5s;
 -o-transition: max-height .5s;
 transition: max-height .5s;
	border: none;
	color: #303233;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 0;
	display: block;
}
.dropdown-menu.single ul {
	padding: 0px 10px;
}
.dropdown-menu.single li {
	display: block;
	font-size: 16px;
	width: 100%;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
	border-bottom: dashed 1px #e5e5e5;
	position: relative;
	text-align: center;
}
.dropdown-menu.single li:last-child {
	border-bottom: 0;
}
.dropdown-menu.single li>a {
	line-height: 47px;
	white-space: nowrap;
	display:block;
	width: 100%;
	color: #666666;
	height: auto;
	background: 0 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dropdown-menu.single li:hover a {
	color:#2a65af;
}
.navitem:hover .dropdown-menu.single {
	max-height: 450px;
	opacity: 1;
}
/*header -end*/








/* index */
.Ititle-tit {
	font-size: 40px;
	line-height: 70px;
	color: #222;
	text-align: center;
}
.Ititle-dec {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	text-align: center;
	margin-top: 6px;
}
.Ititle-En {
	display: block;
	font-size: 20px;
	color: #949494;
	text-transform: uppercase;
	text-align: center;
}
.Ititle-tit i {
	font-style: normal;
	font-size: 62px;
	color: #d8001c;
	font-family: "DINMITTELSCHRIFTSTD";
}
/* 按钮 */
.pro_btn {
	margin-bottom:20px;
}
.pro_btn a {
	background: #2a65af;
	position: relative;
	width:12%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin-left:0.5%;
	margin-bottom:10px;
}
.pro_btn a+a {
}
.pro_btn .on, .pro_btn a:hover {
	background:#d8001c;
	color:#fff;
transition: all .5s;
}
.Ibtn-more {
	text-align: center;
	margin: 0 -10px;
	margin-top: 60px;
	font-size: 0;
}
.Ibtn-more a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
}
.Ibtn-morea {
	border-radius: 30px;
	border: solid 1px #d8001c;
	position: relative;
	overflow: hidden;
}
.Ibtn-morea span {
	display: block;
	position: relative;
	z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
position: absolute;
content: "";
width: 100%;
height: 50%;
background: #d8001c;
left: 0;
transition: all .5s;
}
.Ibtn-morea::before {
top: 0;
}
.Ibtn-morea::after {
bottom:0;
}
.Ibtn-more1 {
	color: #fff;
}
.Ibtn-more1:hover {
	color: #d8001c;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
height: 0;
}
.Ibtn-more2 {
	color: #d8001c;
}
.Ibtn-more2::before, .Ibtn-more2::after {
height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
height: 50%;
}
.Ibtn-more2:hover {
	color: #fff;
}
.Ibtn-more2 {
}
.Ibtn-more2 i {
	font-size: 20px;
	padding-left: 10px;
}
/* 按钮 end */
._banner {
}
/* 产品 */
.Iproduct {
	padding: 70px 0 70px;
}
.Iproduct_content {
	padding-top: 60px;
}
.Pro_roll {
	height: 1100px;
	width: 1060px;
	margin: 0 auto;
}
/*左侧*/


.Ipro_left{width:260px; float:left;}
.dh_left {
	width: 260px;
	float: left;
}
.dh_leftTop {
	width: 260px;
	height: 90px;
	background:#d8001c;
}
.dh_leftTop h3 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding-top: 26px;
	box-sizing: border-box;
}
.dh_left ul {
	width: 260px;
}


.dh_left .dd {
	width: 100%;
	height: 50px;
	background: #eeeeee;
	border-top: 1px solid #fff;
transition: all .2s;
}
.dh_left .dd a {
	display: block;
	width: 100%;
	height: 100%;
}
.dh_left .dd span {
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	float: right;
	margin-top: 17px;
	margin-right: 20px;
	opacity: 0;
transition: all .8s;
}
.dh_left .dd p {
	float: left;
	line-height: 50px;
	font-size: 15px;
	color: #333;
	margin-left: 30px;
transition: all .2s;
	width: 190px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dh_left .dd:hover {
	background: #999;
}
.dh_left .dd:hover p {
	color: #fff;
}
.dh_left .dd:hover span {
	opacity: 1;
}
.dh_left .rr {
	width: 100%;
	height: 50px;
	background: #2a65af;
transition: all .2s;
}
.dh_left .rr span {
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	float: right;
	margin-top: 17px;
	margin-right: 20px;
	opacity: 1;
transition: all .8s;
}
.dh_left .rr p {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
transition: all .2s;
}
.dd_box {
	display: none;
}
.dh_left li {
	border-bottom: 1px solid #fff;
}
.Iproduct_list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Iproduct_list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iproduct_list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Iproduct_list li .pic {
	position: relative;
}
.Iproduct_list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.Iproduct_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Iproduct_list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iproduct_list li:hover .pic:before {
	background-color: rgba(23, 134, 200, 0.5);
}
.Iproduct_list li .tit {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ddd;
	background:#2a65af;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.Iproduct_list li:hover .tit {
	background:#d8001c;
}
/* 产品 end */







/* 关于我们  */
.Iabout {
	height:800px;
	background: url(../images/Iabout_bg.jpg) no-repeat bottom fixed;
	padding: 86px 0 71px;
}
.Iabout_content {
	padding-top: 60px;
}
.Iabout_content p {
	text-align: center;
	display: block;
	font-size:16px;
	color:#333333;
	line-height:30px;
	font-weight:normal;
}
.Iabout_list_box {
	margin-top: 60px;
	text-align: center;
	width:70%;
	margin-left:15%
}
.Iabout_list {
}
.Iabout_list ul {
}
.Iabout_list li {
	float: left;
	width: 25%;
}
.Iabout_list li h3 {
	font-size: 26px;
	line-height: 30px;
	color: #333;
transition: ease .5s;
}
.Iabout_list li p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-top: 9px;
}
.Iabout_list li h3 span {
	display: inline-block;
	font-family: "DINMITTELSCHRIFTSTD";
	font-size: 46px;
}
.Iabout_list li h3 i {
	font-style: normal;
	font-family: "DINMITTELSCHRIFTSTD";
	font-size: 48px;
}
.Iabout_list li:hover h3 {
	color: #2a65af;
}
/* 关于我们 end  */

/* 案例展示 */

.Icase {
	padding:70px 0 70px;
}
.Icase_content {
	padding: 20px 0 20px;
}
.case-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.case-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.case-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.case-list li .pic {
	position: relative;
}
.case-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.case-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.case-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.case-list li:hover .pic:before {
	background-color: rgba(23, 134, 200, 0.5);
}
.case-list li .tit {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ddd;
	background:#2a65af;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.case-list li:hover .tit {
	background:#d8001c;
}
.box {
	display: block;
	width: 100%;
}
/* 案例展示 end  */
/*************************新闻中心******************************/
.Inews {
	padding: 87px 0 80px; background: url(../images/Inews_bg.jpg) no-repeat bottom;
}

.Inews-menu {
	text-align: center;
	margin: 0 -10px;
	margin-top: 20px;
	font-size: 0;
}
.Inews-menu a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	background: #d2d2d2;
	border-radius: 25px;
}
.Inews-menu a span {
	display: inline-block;
	font-size: 22px;
	color: #333;
	margin-left: 5px;
transition: ease .5s;
}
.Inews-menu a.on {
	background-color: #e60012;
}
.Inews-menu a.on span {
	color: #fff;
}
.Inews-content {
	margin-top: 45px;
}

.Inews-content1 {
	display: none;
}
.Inews-content1.on {
	display: block;
}
.Inews-list {
}
.Inews-list ul {
	display: block;
	overflow:hidden;
}
.Inews-list ul li {
	display: block;
	margin: 15px 0;
}
.Inews-list ul li a {
	display: block;
}
.Inews-list ul li:hover .Inews-list_bot {
	background-color: #d8001c;
	transition:all 0.5s;
}
.Inews-list_top {
	overflow: hidden;
}
.Inews-list_top img {
	width: 100%;
	height: 100%;
}
.Inews-list_bot {
	height: 165px;
	background-color: #2a65af;
}
.Inews-list_bot_l {
	width: 20%;
	text-align: center;
	padding-top: 30px;
	float:left;
}
.Inews-list_bot_l p {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 44px;
	display: block;
	text-align: center;
}
.Inews-list_bot_l span {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
}
.Inews-list_bot_r {
	width: 78%;
	padding-right: 20px;
	float:right
}
.Inews-list_bot_r p {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	margin-top: 25px;
	color:#fff;
	font-weight:600;
}
.Inews-list_bot_r i {
	display: block;
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Inews-list_bot_r span {
	display: block;
	line-height: 26px;
	color: #fff;
	height: 52px;
	overflow: hidden;
	font-size:15px;
}
.Itechnology {
	width: 100%;
}
.Itechnology ul {
	display: block;
}
.Itechnology ul li {
	display: block;
	margin: 15px 0;
}
.Itechnology ul li a {
	display: block;
	height: 130px;
	border: 1px solid #e6e6e6;
 -o-transition: all .6s;
 -moz-transition: all .6s;
 -webkit-transition: all .6s;
 -ms-transition: all .6s;
 transition: all .6s;
}
.Itechnology ul li a i {
	width: 20%;
	float: left;
	font-style: normal;
	margin-top: 32px;
	border-right: 1px dotted #e6e6e6;
}
.Itechnology ul li a i big {
	display: block;
	font-weight: bold;
	font-size: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #777;
}
.Itechnology ul li a i small {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #777;
	font-size:16px;
}
.Itechnology ul li a p {
	display: block;
	width: 76%;
	float: right;
	margin-top: 24px;
}
.Itechnology ul li a p strong {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 600;
}
.Itechnology ul li a p span {
	display: block;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	color: #777;
	padding-right: 30px;
	margin-top: 5px;
	font-size:15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.Itechnology ul li a:hover {
	-moz-box-shadow:0 0 10px #b2b5b7;
	-webkit-box-shadow:0 0 10px #b2b5b7;
	box-shadow:0 0 10px #b2b5b7;
	transition:all 0.5s;
	background:#2a65af;
}
.Itechnology ul li a:hover * {
	color: #d8001c;
	transition:all 0.5s;
}
/*搜索*/
.Isearch {
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.Isearch .fl {
	padding-top: 18px;
	max-width: 1000px;
	line-height: 20px;
}
.Isearch .fl a:hover {
	text-decoration: underline;
	color: #be050d;
}
.Isearch .fl a {
	display: inline-block;
	color: #555;
	font-size: 15px;
}
.Isearch .fl span:last-of-type {
	display: none;
}
.Isearch .fl strong {
	display: block;
	float: left;
	max-width: 90px;
	font-size: 15px;
}
.Isearch_right form {
	float: left;
	display: block;
	width: 270px;
	background: #f5f5f5;
	border-radius: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 9px 0 9px 0px;
}
.Isearch_right form .search-i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #2a65af url(../images/dot_so.png) no-repeat center;
}
.Isearch_right .search-i:hover {
	background-color: #d8001c;
}
.Isearch_right .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}
.Isearch_right .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 220px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
	font-size:15px;
}


.body_pro_right{width:1080px; float:right}


/*footer*/
.footer {
	border-top: 5px solid #d8001c;
	background:#222;
}
.footer_box {
	padding: 47px 0 60px;
}
.footer-lx {
	float: left;
}
.footerlx-txt {
}
.footer-lx h3 {
	font-size: 48px;
	color: #888888;
	line-height: 50px;
}
.footer-ewm {
	text-align: center;
	float: left;
	width: 156px;
	margin-right: 56px;
}
.footer-ewm img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 8px;
}
.footer-ewm p {
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}
.footer-contact {
	float: left;
	width: 360px;
}
.footer-contact h3 {
	font-size: 30px;
	line-height: 40px;
	padding-left: 36px;
	color: #d8001c;
	font-family: "DINMITTELSCHRIFTSTD";
	position: relative;
	display: inline-block;
}
.footer-contact h3::before {
position: absolute;
content: "";
width: 29px;
height: 22px;
background: url(../images/bottom-ph.png)no-repeat center;
background-size: 100% 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.footer-contact p {
	font-size: 16px;
	line-height: 26px;
	color: #888888;
}
.footer-contact p i {
	font-style: normal;
	float: left;
}
.footer-contact p span {
	float: left;
	max-width: 84%;
}
.footer-lx ul {
	float: right;
}
.footer-lx li {
	font-size: 16px;
	line-height: 30px;
	color: #888888;
}
.footer-ul {
	float: left;
}
.footer-ul ul {
	float: left;
	margin-right: 120px;
}
.footer-ul ul:last-child {
	max-width: 15.5%;
}
.footer-ul ul li {
	padding: 0px 0;
}
.footer-ul ul li:first-child {
	margin-bottom: 20px;
}
.footer-ul ul li a, .footer_box-contact li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #888888;
transition: ease .5s;
}
.footer-ul ul li:first-child a {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.footer-ul ul li a:hover {
	color: #d8001c;
}
.footer-ul ul li:first-child a:hover {
	color: #d8001c;
}
.footer_box-ewm {
	float: right;
}
.copyright {
	padding: 20px 0;
}
.copyright a {
	display:inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
transition: .5s;
	position: relative;
}
.copyright a i {
	font-style: normal;
	margin: 0 10px;
}
.copyright .copyright-con {
	padding-top: 22px;
	border-top: 1px solid #393939;
}
.copyright a.link-ctm::after {
display: none;
}
.copyright a:hover {
	color: #d8001c;
}
.copyright .copyright-left {
	float: left;
	padding: 2px 0;
}
.copyright .copyright-right {
	float: right;
}
.copyright .copyright-left p {
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
	margin-right: 30px;
}
.copyright .copyright-left span {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}
.copyright .copyright-right a {
	float: left;
}
/*footer -end*/

/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#2a65af;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:24px;
	margin:5px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}
 @media(max-width:1919px) {
.navbar {
margin-left: 40px;
}
.navitem {
 padding: 0 14px;
}
}
 @media(max-width:1459px) {
 .navbar {
margin-left: 20px;
}
 .header .logo img {
width: 140px;
height: auto;
}
 .navitem>a {
font-size: 17px;
}
 .navitem {
padding: 0 5px;
}

.Ipro_left{width: 260px;
    float: left;}

.Pro_roll {
    width: 840px;
    margin: 0 auto;
}
.Iproduct_list li .tit {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ddd;
    background: #2a65af;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.body_pro_right {
    width: 900px;
    float: right;
}
.case-list li .tit {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ddd;
    background: #2a65af;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.footer-ul ul {
    float: left;
    margin-right: 80px;
}
.footer-contact {
    float: left;
    width: 320px;
}
.footer-ewm {
    text-align: center;
    float: left;
    width: 156px;
    margin-right: 36px;
}
}
 @media(max-width:1259px) {

}
 @media all and (-ms-high-contrast:none) {
}


.proshowa {
	background:#fff;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
}
.proshowa .swiper-container {
	display:none;
}
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
	display:block;
	background:url(img/spr.png) no-repeat;
}
#tFocus {
	width:552px;
	overflow:hidden;
}
#tFocus-pic {
	width:550px;
	height:415px;
	position:relative;
}
#tFocus-pic li {
	width:550px;
	height:415px;
	position:absolute;
	left:0;
	top:0;
filter:alpha(opacity:0);
	opacity:0;
}
#tFocus-pic li img {
	display:block;
	width:100%;
	margin:0 auto;
}
#tFocusBtn {
	width:550px;
	height:120px;
	border:1px solid #d9d9d9;
	padding:15px 0px;
	position:relative;
	z-index:20;
	overflow:hidden;
}
#tFocus-btn {
	width:500px;
	height:88px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
#tFocus-btn ul {
	width:100000px;
	position:absolute;
	left:0;
	top:0;
}
#tFocus-btn li {
	height:86px;
	width:115px;
	position:relative;
	border:1px solid #ddd;
	display:block;
	float:left;
	margin:0 4px;
	cursor:pointer;
}
#tFocus-btn li.active {
	border:1px solid #d8001c;
}
#tFocus-btn li img {
	display:block;
	width:100%;
	margin:0 auto;
}
#tFocus-btn li i {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/vpic.png) no-repeat center rgba(0, 0, 0, 0.3);
}
#tFocus-leftbtn, #tFocus-rightbtn {
	position:absolute;
	height:88px;
	top:15px;
	width:25px;
	text-align:center;
	font-family:"宋体";
	font-size:1.25rem;
	cursor:pointer;
	line-height:88px;
	color:#000;
}
#tFocus-leftbtn {
	left:0;
}
#tFocus-rightbtn {
	right:0;
}
.proshowa_wb {
	width:40%;
}
.nycp_bt {
	color:#6b6b6b;
	font-size:1rem;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.nycp_bt p {
	font-size:1.5rem;
	font-weight:bold;
	padding-bottom:5px;
	color:#2a65af;
}
.nycp_nr {
	font-size:1rem;
	color:#333;
	line-height:50px;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #ddd;
}
.nycp_nr img {
	max-width:100%;
}
.nycp_tel {
	margin-top:1.875rem;

	font-size:1rem;
	color:#979797; 
}
.nycp_tel strong {
	color:#454545;
}
.nycp_more {
	width:133px;
	height:45px;
	padding-top:19px;
}
.nycp_more a {
	display:block;
	background:#2a65af;
	text-align:center;
	line-height:45px;
	font-size:1.125rem;
	color:#fff;
	font-weight:bold;
	color:#fff;
}
.nycp_more .job_moreb {
	display:none;
}
.proshow_bom {
	margin-top:20px;
}
.proms_l {
	background:#fff;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
}
.proshow_title {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
}
.proshow_title p {
	font-size:1.125rem;
	font-weight:bold;
	display:inline-block;
	padding:0 30px;
	background:#2a65af;
	color:#fff;
}
.proshow_nr {
	font-size:1rem;
	line-height:28px;
	padding-top:25px;
}
.proshow_nr img {
	max-width:100%;
}
.showcp_an {
	padding-top:0.875rem;
	width:100%;
	padding-top:40px;
	margin-bottom:50px;
}
.showcp_an p {
	width:120px;
}
.showcp_an p a {
	width:100%;
	height:40px;
	background:#0255a7;
	text-align:center;
	line-height:40px;
	display:block;
	font-size:1rem;
	color:#fff;
	font-weight:bold;
}
.cnxh {
	background:#fff;
	padding:2%;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
	margin-top:20px;
	display:none;
}
.cnxh_tit {
	font-size:1.125rem;
	font-weight:bold;
	color:#454545;
	height:50px;
	line-height:50px;
	border-bottom:3px solid #454545;
	text-align:center;
}
.cnxh_nr li {
	margin-top:20px;
}
.cnxh_pic {
	overflow:hidden;
	border:1px solid #ddd;
}
.cnxh_pic img {
	display:block;
	width:100%;
	transition:0.5s;
}
.cnxh_nr li:hover .cnxh_pic img {
	transform:scale(1.1);
}
.cnxh_wb {
	background:#ddd;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:0.875rem;
	text-align:center;
	transition:0.5s;
}
.cnxh_nr li:hover .cnxh_wb {
	background:#0255a7;
	color:#fff;
	transition:0.5s;
}
@media screen and (max-width:1024px) {
#tFocus {
float:none;
margin:0 auto;
}
.proshowa_wb {
width:100%;
float:none;
padding-top:30px;
}
.nycp_bt p {
font-size:1.375rem;
}
}
@media screen and (max-width:770px) {
.proshowa {
background:none;
}
}
@media screen and (max-width:520px) {
.proshowa .swiper-container {
display:block;
width:100%;
height:100%;
}
.swiper-slide {
text-align:center;
font-size:18px;
background:#fff;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
}
.swiper-slide img {
display:block;
width:100%;
}
#tFocus {
display:none;
}
.proshowa_wb {
    padding-top: 10px;
}
.nycp_nr {
    border-bottom: none;
	padding-top: inherit;
    padding-bottom: inherit;
}
.nycp_bt p {
font-size:1.25rem;
}
.nycp_more .job_morea {
display:none;
}
.nycp_more .job_moreb {
display:block;
}
.nycp_more { display:none
}
.nycp_more a {
line-height:40px;
font-size:1rem;
}
.proshow_title {
height:40px;
line-height:40px;
}
.proshow_title p {
padding:0 20px;
font-size:1rem; color:#FFF !important;
}
.proshow_nr {
font-size:0.875rem;
line-height:24px;
}
.showcp_an {
padding-top:20px;
margin-bottom:30px;
}
.showcp_an p {
width:100px;
}
.showcp_an p a {
height:34px;
line-height:34px;
font-size:0.93751rem;
}
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-family: 宋体;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.5);
}