/* CSS Document */
html{overflow-y:scroll!important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:14px; background:#ffffff;font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

#doyoo_f_frame,.doyoo_f_frame{display:none!important;}

a {color: #333333;}
img{display:block;}

input:focus {
	outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;}

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
	content:".";/*加一段内容*/
	display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
	height:0;/*避免生成的内容破坏原有布局高度*/
	clear:both;/*清除浮动*/
	visibility:hidden;/*让生成的内容不可见*/
}

.max{ position:relative; overflow:hidden;}

.inner{width:1200px; min-width: 1200px; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}
.header {
	padding: 15px 0;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_tel {
	font-size: 18px;
	color: #000000;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 18px;
	padding-left: 28px;
}
.header_search{
	margin-left: 55px;
	width: 220px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #a7a7a7;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_search input {
	font-size: 16px;
	color: #999999;
	border: none;background: inherit;
	width: 155px;
	outline: none;
}
.header_search button {
	border: none;
	background: inherit;
	width: 17px;
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 1;
	background: Transparent;
	border: 2px solid #ffffff;
	margin: 0 4.5px;
}
.banner .swiper-pagination-bullet-active {
	background: #1c57a1;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.nav {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(28,87,161,0.8);
	z-index: 71;
}
.nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_item {
	width: 200px;
	padding: 14px 0;
	position: relative;
}
.nav_link {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.nav_item:first-of-type .nav_link {
	border-left: none;
}
.nav_er_list {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #1c57a1;
	padding:10px 10px 10px 10px;
	display: none;
}
.nav_er_item {
	margin-bottom: 30px;
	text-align: center;
}
.nav_er_link {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid Transparent;
	line-height:40px;
	width:100%;
	float:left;
}
.nav_item:hover {
	background: #d91c1c;
}
.nav_item:hover .nav_link {
	font-weight: bold;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.nav_er_item:hover .nav_er_link {
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
.nav_current {
	background: #d91c1c;
}
.nav_current .nav_link {
	font-weight: bold;
}
.index_pro {
	margin: 60px 0;
}
.index_pro_left {
	float: left;
	width: 265px;
}
.index_pro_title {
	width: 265px;
	height: 90px;
	background: url(../images/bg1.jpg) no-repeat left center;
	background-size: 100% 100%;
	padding: 22px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_pro_title img {
	width: 42px;
}
.index_pro_title_info {
	margin-left: 10px;
}
.index_pro_titlezh {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}
.index_pro_titleen {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 9px;
}
.index_pro_left_list {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.index_pro_left_item {
	border-bottom: 1px solid #e6e6e6;
	padding: 18.5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.index_pro_left_item img {
	width: 9px;
	margin-left: 30px;
}
.index_pro_left_hide {
	display: none;
}
.index_pro_left_item span {
	font-size: 18px;
	color: #666666;
}
.index_pro_left_on span {
	color: #1c57a1;
}
.index_pro_left_on .index_pro_left_hide {
	display: block;
}
.index_pro_left_on .index_pro_left_show {
	display: none;
}
.index_pro_left_item:hover span {
	color: #1c57a1;
}
.index_pro_left_item:hover .index_pro_left_hide {
	display: block;
}
.index_pro_left_item:hover .index_pro_left_show {
	display: none;
}
.index_pro_left_photo {
	width: 265px;
}
.index_pro_left_photo img {
	width: 100%;
}
.index_pro_right {
	float: right;
	width: 895px;
	position: relative;
}
.index_pro_item {
	float: left;
	width: 285px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	position: relative;
	padding: 15px;
	margin-left: 20px;
	margin-top: 20px;
}
.index_pro_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_pro_item:nth-child(1) {
	margin-top: 0;
}
.index_pro_item:nth-child(2) {
	margin-top: 0;
}
.index_pro_item:nth-child(3) {
	margin-top: 0;
}
.index_pro_item img {
	width: 160px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.index_pro_item img.index_pro_logo {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 77px;
	border: none;
}
.index_pro_item span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin-top: 15px;
}
.index_pro_item:hover span {
	color: #1c57a1;
}
.index_pro_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;    transition: all 1s ease-in-out 0s;
	/*opacity:0!important;*/

	display: none;
}
.index_pro_list_active {
	/*opacity:1!important;*/

	display: block;
}
.index_ying_top {
	border-bottom: 1px solid #e6e6e6;
}
.index_ying_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_ying_title {
	width: 1010px;
	height: 90px;
	position: relative;
}
.index_ying_zh {
	font-size: 24px;
	color: #1c57a1;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.index_ying_en {
	font-size: 60px;
	color: #e7e7e7;
	line-height: 60px;
	font-weight: bold;
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.index_ying_more {
	width: 190px;
	text-align: center;
	position: relative;
	height: 90px;
	border-left: 1px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_ying_more::after {
	content: '';
	position: absolute;
	top: 0;
	left: -3.5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e6e6e6;
}
.index_ying_more a {
	font-size: 14px;
	color: #1c57a1;
	position: relative;
	padding-bottom: 10px;
}
.index_ying_more a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #d91c1c;
}
.index_ying_more a::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #1c57a1;
}
.index_ying_block {
	position: relative;
}
.index_ying_area {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 980px;
	transition: all 1s ease-in-out 0s;opacity: 0;
}
.index_ying_area img {
	width: 100%;
	border-radius: 5px;
}
.index_ying_model {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	padding: 23px 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
.index_ying_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_ying_info {
	width: 90%;
}
.index_ying_name {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}
.index_ying_text {
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}
.index_ying_link {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.index_ying_right {
	background: #f3f3f3;
	width: 190px;
	padding: 20px 0;
	float: right;
}
.index_ying_item {

	cursor: pointer;
}
.index_ying_item a {
	padding: 20px 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_ying_item img {
	width: 9px;
}
.index_ying_item span {
	font-size: 18px;
	color: #666666;
	margin-left: 20px;
}
.index_ying_on {
	visibility: visible;opacity: 1;
}
.index_ying_hide {
	display: none;
}
.index_ying_active {
	background: #1c57a1;
}
.index_ying_active .index_ying_hide {
	display: block;
}
.index_ying_active .index_ying_show {
	display: none;
}
.index_ying_active span {
	color: #ffffff;
	font-weight: bold;
}
.index_ying_item:hover {
	background: #1c57a1;
}
.index_ying_item:hover .index_ying_hide {
	display: block;
}
.index_ying_item:hover .index_ying_show {
	display: none;
}
.index_ying_item:hover span {
	color: #ffffff;
	font-weight: bold;
}
.index_eg {
	margin: 60px 0;
}
.index_eg_title {
	margin-bottom: 50px;
}
.index_eg_zimu {
	font-size: 72px;
	color: #eeeeee;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
}
.index_eg_en {
	font-size: 36px;
	color: #cccccc;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	margin-top: -40px;
}
.index_eg_zh {
	font-size: 24px;
	color: #1c57a1;
	line-height: 24px;
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
}
.index_eg_banner {
	position: relative;
}
.index_eg_banner .inner {
	position: relative;
	width: 1300px;
}
.index_eg_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.index_eg_photo {
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.index_eg_photo img {
	width: 100%;
}
.index_eg_name {
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin: 20px 0 15px 0;
	line-height: 20px;
}
.index_eg_text{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.index_eg_more {
	font-size: 14px;
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.index_eg_link:hover .index_eg_more {
	border-bottom: none;
	color: #1c57a1;
}
.index_eg_link:hover .index_eg_more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #d91c1c;
}
.index_eg_link:hover .index_eg_more::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #1c57a1;
}
.index_eg_link:hover .index_eg_name {
	color: #1c57a1;
}
.index_eg_banner .swiper-button-prev {
	width: 40px !important;
	height: 55px !important;
	background-image: url(../images/jian4.png);
	background-repeat: no-repeat;
	outline: none;
	top: 29%;
	transform: translateY(-50%);
	left: 0%;
	margin-top: 0 !important;
	background-size: contain;
}
.index_eg_banner .swiper-button-prev:after {
	content: '';
}
.index_eg_banner .swiper-button-next {
	width: 40px !important;
	height: 55px !important;
	background-image: url(../images/jian6.jpg);
	background-repeat: no-repeat;
	outline: none;
	top: 29%;
	transform: translateY(-50%);
	right: 0% !important;
	margin-top: 0 !important;
	background-size: contain;
}
.index_eg_banner .swiper-button-next:after {
	content: '';
}
.index_eg_banner .swiper-button-prev:hover {
	background-image: url(../images/jian7.jpg);
}
.index_eg_banner .swiper-button-next:hover {
	background-image: url(../images/jian5.png);
}
.index_jian .index_eg_banner .swiper-button-prev  {
	top: 50%;
}
.index_jian .index_eg_banner .swiper-button-next  {
	top: 50%;
}
/*.index_eg_banner .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}*/
.index_choose {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 45px 0 60px 0;
}
.index_choose .index_eg_zh {
	color: #ffffff;
}
.index_choose .index_eg_en {
	color: #ffffff;
}
.index_choose .index_eg_zimu {
	color: #ffffff;
	opacity: 0.2;
}
.index_choose_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.index_choose_item {
	width: 230px;
	position: relative;
	z-index: 1;
}
.index_choose_item::after {
	content: '';
	position: absolute;
	top: 55.5px;
	left: 74%;
	width: 92%;
	height: 1px;
	background: #ffffff;
	z-index: -1;
	opacity: 0.2;
}
.index_choose_item:last-of-type::after {
	background: inherit;
}
.index_choose_item img {
	margin: 0 auto;
	width: 111px;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_choose_item:hover img {
	transform: rotateY(-180deg);
}
.index_choose_name {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0;
}
.index_choose_text {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	opacity: 0.5;
	line-height: 20px;
}
.index_about {
	margin: 60px 0;
}
.index_about .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about_left {
	width: 600px;
}
.index_about_explain {
	margin: 0 0 25px 0;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.index_about_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about_text {
	font-size: 24px;
	color: #000000;
	line-height: 36px;
}
.index_about_text font {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	font-family: 'Arial';
}
.index_about_caption {
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
.index_about_more {
	font-size: 14px;
	color: #1c57a1;
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
	margin-top: 35px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.index_about_more:hover {
	transform: translate3d(0,-5px,0);
}
.index_about_more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #d91c1c;
}
.index_about_more::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #1c57a1;
}
.index_about_right {
	width: 540px;
	background: #f8f8f8;
	padding: 60px 35px;
}
.index_jian {
	background: #eeeeee;
	padding: 40px 0 70px 0;
}
.index_jian .index_eg_zimu {
	color: #ffffff;
}
.index_jian_photo {
	overflow: hidden;
	border: 5px solid #ffffff;
}
.footer {
	background: url(../images/bg5.jpg) no-repeat left center;
	background-size: cover;
	padding: 45px 0;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_list {
	width: 775px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_link {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
}
.footer_box_link {
	margin-top: 15px;
	font-size: 14px;
	color: #dddddd;
}
.footer_box_link:hover {
	text-decoration: underline;
}
.footer_con {
	padding-left: 70px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.footer_con_en {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
}
.footer_info span {
	margin-top: 15px;
	font-size: 14px;
	color: #dddddd;
}
.small {
	background: #242424;
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.small span {
	font-size: 14px;
	color: #999999;
}
.small img {
	margin: 0 10px 0 20px;
}
.fu_hide {
	display: none;
}
.fu {
	position: fixed;
	right: 2%;
	top: 20%;
	z-index: 70;
}
.fu_box {
	margin-bottom: -10px;
	position: relative;
	cursor: pointer;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	border-radius: 5px;
}
.fu_box img {
	margin: 0 auto;
	/*width: 45px;*/
}
.fu_box_text {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 8px;
}
.fu_model {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.fu_tel {
	width: 290px;
	height: 50px;
	background-size: 100% 100%;
	font-size: 16px;
	color: #1c57a1;
	line-height: 50px;
	text-align: center;
}
.fu_model img {
	width: 122px;
	height: 122px;
}
.fu_photo {
	width: 170px;
	padding: 15px 25px 8px 25px;
}
.fu_caption {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-bottom: 15px;
}
.fu_box:hover .fu_model {
	display: block;
}
.fu_box:hover .fu_box_text {
	color: #ffffff;
}
.fu_box:hover .fu_show {
	display: none;
}
.fu_box:hover .fu_hide {
	display: block;
}
.zixun {
	position: fixed;
	z-index:100;
	left: 2%;
	top: 20%;
	width: 120px;
}
.zixun_top {
	background: #d91c1c;
	padding: 12px 0;
}
.zixun_top_zh {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.zixun_top_tel {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
.zixun_area {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 18px 0 20px 0;
}
.zixun_list {
	margin: 0 auto;
	position: relative;
	width: 66px;
}
.zixun_list img {
	width: 66px;
}
.zixun_item {
	margin-bottom: 11px;
	position: relative;
	z-index: 2;
}
.zixun_list::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 85%;
	background: #ffffff;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.zixun_list::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 85%;
	background: #ffffff;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.zixun_caption {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}
.zixun_code {
	width: 90px;
	margin: 0 auto;
	background: #ffffff;
	padding: 6px;
}
.zixun_close {
	position: absolute;
	top: -30px;
	right: -20px;
	width: 23px;
	cursor: pointer;
}
.zi .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
}
.zi a {
	font-size: 16px;
	color: #999999;
}
.zi span {
	font-size: 16px;
	color: #999999;
}
.zi img {
	width: 14px;
	margin-right: 10px;
}
.ying_top {
	z-index:20;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
	position: relative;
}
.ying_top_box:hover .ying_top_model {
	display: block;
}
.ying_top_link {
	font-size: 18px;
	color: #333333;
	margin: 0 30px;
	padding: 0 0 10px 0;
	border-bottom: 3px solid Transparent;
}
.ying_top_link:hover {
	border-bottom: 3px solid #1c57a1;
	color: #1c57a1;
	font-weight: bold;
}
.ying_top_on {
	border-bottom: 3px solid #1c57a1;
	color: #1c57a1;
	font-weight: bold;
}
.ying_top_model {
	background: #f6f9fc;
	box-shadow: 0 5px 10px rgba(14,23,3,0.2);
	display: none;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}
.ying_top_text {
	cursor: pointer;
	padding: 20px 0;
	font-size: 16px;
	color: #999999;
	border-bottom: 3px solid Transparent;
	margin: 0 30px;
	display: inline-block;
}
.ying_top_current {
	font-weight: bold;
	color: #1c57a1;
	border-bottom: 3px solid #1c57a1;
}
.ying_top_text:hover {
	font-weight: bold;
	color: #1c57a1;
	border-bottom: 3px solid #1c57a1;
}
.ying_photo {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.ying_photo img {
	width: 100%;
}
.ying_photo_box {
	position: absolute;
	top: 30px;
	left: 0;
	width: 260px;
	height: 50px;
	background: url(../images/bg6.png) no-repeat left center;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ying_photo_num {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
	width: 50px;
	line-height: 50px;
	text-align: center;
}
.ying_photo_name {
	width: 210px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}
.ying_item {
	width: 285px;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	position: relative;
	padding: 0 30px 30px 30px;
}
.ying_item:nth-child(4n-3) {
	margin-left: 0;
}
.ying_item img {
	width: 160px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.ying_item img.index_pro_logo {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 77px;
	border: none;
}
.ying_name {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin: 15px 0;
}
.ying_text {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-align: center;
}
.ying_bottom {
	background: #f4f4f4;
	padding: 55px 0 80px 0;
}
.ying_bottom_title {
	font-size: 24px;
	color: #1c57a1;
	line-height: 24px;
	font-weight: bold;
	padding-left: 18px;
	border-left: 5px solid #1c57a1;
	margin-bottom: 35px;
}
.ying_bottom_banner{
	margin: 0 auto;
	width: 1300px;
	position: relative;
}
.ying_bottom_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.ying_bottom_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ying_bottom_photo {
	width: 280px;
	height: 200px;
	border-radius: 5px;
	overflow: hidden;
}
.ying_bottom_photo img {
	width: 100%;
	border-radius: 5px;
}
.ying_bottom_area {
	width: 260px;
}
.ying_bottom_name {
	font-size: 20px;
	color: #111111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.ying_bottom_text{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 20px 0 50px 0;
}
.ying_bottom_more {
	font-size: 14px;
	color: #1c57a1;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.ying_bottom_more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #d91c1c;
}
.ying_bottom_more::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #1c57a1;
}
.ying_bottom_banner .swiper-button-prev {
	width: 40px !important;
	height: 57px !important;
	background-image: url(../images/jian8.png);
	background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	margin-top: 0 !important;
	background-size: contain;
}
.ying_bottom_banner .swiper-button-prev:after {
	content: '';
}
.ying_bottom_banner .swiper-button-next {
	width: 40px !important;
	height: 57px !important;
	background-image: url(../images/jian11.jpg);
	background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	right: 0% !important;
	margin-top: 0 !important;
	background-size: contain;
}
.ying_bottom_banner .swiper-button-next:after {
	content: '';
}
.ying_bottom_banner .swiper-button-prev:hover {
	background-image: url(../images/jian10.jpg);
}
.ying_bottom_banner .swiper-button-next:hover {
	background-image: url(../images/jian9.png);
}
.eg_item {
	float: left;
	width: 575px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.eg_item:nth-child(odd) {
	margin-left: 0;
}
.fan {
	margin-bottom: 60px;
	text-align: center;
	margin-top: 25px;
}
.fan a {
	display: inline-block;
	margin: 0 2.5px;
	font-size: 14px;
	color: #333333;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #e6e6e6;
	border-radius: 5px;
}
.fan a:hover {
	background: #1c57a1;
	color: #ffffff;
}
.fan a.on {
	background: #1c57a1;
	color: #ffffff;
}
.fan img {
	margin: -2px auto 0 auto;
	display: inline-block;
	width: 10px;
}
.fan a:first-of-type {
	width: 60px;
}
.fan a:last-of-type {
	width: 60px;
}
.egex_left {
	float: left;
	width: 835px;
}
.egex_title {
	font-size: 20px;
	color: #111111;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.box {
	margin-bottom: 25px;
}
.box img {
	display: inline-block;
}
.egex_guan {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}
.egex_guan span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	width: 80px;
}
.egex_guan_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
}
.egex_guan_box a {
	font-size: 16px;
	color: #1c57a1;
	font-weight: bold;
}
.ex {
	padding: 20px 0 40px 0;
	border-top: 1px solid #cccccc;
}
.ex a {
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.ex a:hover {
	color: #1c57a1;
}
.egex_right {
	float: right;
	width: 285px;
	border: 1px solid #e6e6e6;
	border-top: 4px solid #1c57a1;
	padding: 25px 20px 5px 20px;
}
.egex_right_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.egex_right_top span {
	font-size: 24px;
	color: #1c57a1;
	line-height: 24px;
	font-weight: bold;
}
.egex_right_top a {
	font-size: 16px;
	color: #666666;
}
.egex_right img {
	width: 100%;
	border-radius: 5px;
}
.egex_right_link {
	padding: 15.5px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.egex_right_link:last-of-type {
	/*border-bottom: none;*/
}
.egex_right_link:hover {
	color: #1c57a1;
}
.ying_bottom .index_pro_list {
	position: inherit;
}
.ying_bottom .index_pro_item {
	background: #ffffff;
}
.ying_bottom .index_pro_item:nth-child(3n-2) {
	margin-left: 20px;
}
.ying_bottom .index_pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.ying_bottom .index_pro_item:nth-child(4) {
	margin-top: 0;
}
.pro_list {
	margin-bottom: 80px;
}
.pro_list .index_pro_list {
	position: inherit;
}
.pro_list .index_pro_item {
	background: #ffffff;
}
.pro_list .index_pro_item:nth-child(3n-2) {
	margin-left: 20px;
}
.pro_list .index_pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.pro_list .index_pro_item:nth-child(4) {
	margin-top: 0;
}
.ying_top1 {
	margin-bottom: 30px;
}
.projectlist_top {
	border-bottom: 10px solid #f5f5f5;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 40px;
}
.projectlist_top_title {
	font-size: 30px;
	color: #1c57a1;
	font-weight: bold;
	text-align: center;
}
.projectlist_top_link {
	position: absolute;
	top: 13px;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.projectlist_top_link img{
	margin-left: 10px;
}
.projectlist_top_link span {
	font-size: 16px;
	color: #1c57a1;
}
.proex_section {
	background: #f8f8f8;
	padding: 50px 0 30px 0;
	margin-top: -30px;
	margin-bottom: 40px;
}
.proex_left {
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	width: 895px;
	float: left;
}
.proex_left_title {
	background: #e8eef5;
	padding: 24px;
	border-radius: 5px;
	font-size: 30px;
	color: #1c57a1;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.proex_left_block {
	padding: 40px 30px;
}
.proex_left_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.proex_left_banner {
	width: 450px;
}
.proex_left_banner .gallery-thumbs .swiper-slide {
	padding: 1px;
}
.proex_left_da {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 450px;
	padding: 25px 25px 40px 25px;
	position: relative;
}
.proex_left_da img {
	width: 350px;
	margin: 0 auto;
}
.proex_left_da img.proex_left_logo {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 77px;
}
.proex_left_banner .gallery-thumbs {
	margin-top: 10px;
	padding-right: 5px;
}
.proex_left_banner .swiper-button-prev {
	width: 40px !important;
	height: 57px !important;
	background-image: url(../images/jian8.png) !important;
	background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	margin-top: 0 !important;
	background-size: contain;
	z-index: 71;
	opacity: 1;
}
.proex_left_banner .swiper-button-prev:after {
	content: '';
}
.proex_left_banner .swiper-button-next {
	width: 40px !important;
	height: 57px !important;
	background-image: url(../images/jian11.jpg) !important;
	background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	right: 0% !important;
	margin-top: 0 !important;
	background-size: contain;
	z-index: 71;
	opacity: 1;
}
.proex_left_banner .swiper-button-next:after {
	content: '';
}
.proex_left_banner .swiper-button-prev:hover {
	background-image: url(../images/jian10.jpg) !important;
}
.proex_left_banner .swiper-button-next:hover {
	background-image: url(../images/jian9.png) !important;
}
.proex_left_banner .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #1c57a1;
	border-radius: 5px;
}
.proex_left_banner .gallery-thumbs img {
	width: 100%;
}
.proex_left_right {
	width: 350px;
}
.proex_left_box {
	margin-bottom: 25px;
}
.proex_left_box_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}
.proex_left_box_info span {
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.proex_left_box_info span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	/*transform: translateY(-50%);*/
	width: 8px;
	height: 8px;
	background: #1c57a1;
}
.proex_left_box_info1 span {
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.proex_left_box_info1 span::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	/*transform: translateY(-50%);*/
	width: 8px;
	height: 8px;
	background: #d91c1c;
}
.proex_left_bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.proex_left_tel {
	width: 450px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(#3c86e3 , #256ec8);
	background: -o-linear-gradient(#3c86e3, #256ec8);
	background: -moz-linear-gradient(#3c86e3, #256ec8);
	background: linear-gradient(#3c86e3 , #256ec8);
	padding: 15px 0;
}
.proex_left_tel span {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
}
.proex_left_zixun {
	width: 350px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(#f74e5b , #e61a55);
	background: -o-linear-gradient(#f74e5b, #e61a55);
	background: -moz-linear-gradient(#f74e5b, #e61a55);
	background: linear-gradient(#f74e5b , #e61a55);
	padding: 15px 0;
}
.proex_left_zixun span {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
}
.proex_section .egex_right {
	background: #ffffff;
}
.proex_area_title {
	font-size: 24px;
	color: #1c57a1;
	font-weight: bold;
	padding-left: 15px;
	border-left: 4px solid #1c57a1;
	margin-bottom: 15px;
}
.proex_area_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.proex_area_item {
	position: relative;
	width: 285px;
	height: 140px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.proex_area_item:nth-child(4n-3) {
	margin-left: 0;
}
.proex_area_item img {
	width: 100%;
}
.proex_area_name {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(20,58,106,0.8);
	padding: 15px 18px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 60%;
	text-align: center;
}
.con_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}
.con_item {
	width: 400px;
	border-left: 2px solid #eef3f8;
}
.con_item:first-of-type {
	border-left: none;
}
.con_item img {
	width: 141px;
	margin: 0 auto;
}
.con_item span {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.con_block {
	position: relative;
	margin-bottom: 80px;
}
.con_area {
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
	background: #ffffff;
	border-radius: 5px;
	padding: 35px 115px 1px 115px;
}
.con_area span {
	font-size: 18px;
	color: #333333;
	margin-bottom: 35px;
}
.news_left {
	float: left;
	width: 835px;
}
.news_item {
	margin-bottom: 30px;
}
.news_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_time {
	background: #1c57a1;
	border-radius: 5px;
	width: 120px;
	padding: 30px 15px;
}
.news_day {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
}
.news_year {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
	margin-top: 8px;
}
.news_block {
	width: 685px;
}
.news_title {
	font-size: 20px;
	color: #111111;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.news_text {
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 15px 0;
}
.news_more {
	font-size: 14px;
	color: #1c57a1;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.news_more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #d91c1c;
}
.news_more::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #1c57a1;
}
.news_item:hover .news_title {
	color: #1c57a1;
}
.news_item:hover .news_more {
	color: #d91c1c;
}
.news_item:hover .news_more::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background: #d91c1c;
}
.newsex_title {
	font-size: 20px;
	color: #111111;
	font-weight: bold;
	text-align: center;
}
.newsex_time {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin: 10px 0 25px 0;
}


#doyoo_monitor{z-index:10!important;}
