@charset "utf-8";
.yr_mack{transition: .5s;position: fixed;z-index: 9998;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(0,0,0,0.3);}.yr_Loding{box-shadow: 0 0 5px rgba(0,0,0,0.2);padding-left: 5px;padding-right: 5px;border-radius:4px;position: fixed;z-index: 9999;background-color: rgba(0,0,0,0.6);text-align: center;box-sizing: border-box;min-width: 100px;min-height: 100px;padding-top: 15px;}.yr_Loding p{font-size: 14px;color: #F2F2F2;margin-top: 8px;}.yr_Loding svg{animation: loading-rotate 2s linear infinite;width: 40px;height: 40px;}.yr_Loding .path{animation: loading-dash 1.5s ease-in-out infinite;stroke-dasharray: 90,150;stroke-dashoffset: 0;stroke-width: 2;stroke: #409eff;stroke-linecap: round;}@keyframes loading-rotate{to{transform: rotate(1turn);}}@keyframes loading-dash {0% {stroke-dasharray: 1,200;stroke-dashoffset: 0}50% {stroke-dasharray: 90,150;stroke-dashoffset: -40px}to {stroke-dasharray: 90,150;stroke-dashoffset: -120px;}}
.Switch_code.disabled{cursor:no-drop}.Switch_code{padding-left:20px;box-sizing:border-box;font-size:13px;color:#f2f2f2;transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;width: 80px;height: 20px;position: relative;background-color:#FF4949;display: block;border-radius: 66px;opacity: inherit;cursor: pointer;}.Switch_code::before{content: '';display: block;transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;width: 20px;height: 20px;border-radius: 50%;background-color: #fff;position: absolute;left: 0;top: 0;}.Switch_code_active{background-color: #13CE66;padding-left:10px;}.Switch_code_active::before{left: calc(100% - 16px)}
.yr_alert{overflow: hidden;box-shadow: 0 0 5px rgba(0,0,0,0.2);box-sizing: border-box;padding-bottom: 40px;max-width: 400px;background-color: #fff;border-radius: 4px;min-width: 260px;min-height: 160px;position: fixed;z-index: 9999;}.yr_alert .yr_alert_close{width: 35px;line-height: 35px;position: absolute;right: 0;top: 0;font-size: 24px;text-align: center;cursor: pointer;}.yr_alert .yr_alert_close::after{content: '×';transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}.yr_alert .yr_alert_close:hover::after{color: #409eff;}
.yr_alert .yr_alert_title{min-height: 36px;color: #222;text-align: center;font-size: 20px;font-weight: bold;line-height: 38px;box-sizing: border-box;padding-right: 35px;padding-left: 35px;}
.yr_alert .yr_alert_msg{max-height: 60vh;overflow-y: auto;font-size: 0;text-align: center;font-size: 16px;color: #333;padding-top: 15px;padding-bottom: 15px;box-sizing: border-box;padding-left: 35px;padding-right: 35px;word-wrap: break-word;}
.yr_alert .yr_alert_no{transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;background-color: #fff;box-sizing: border-box;display: inline-block;vertical-align: top;width: 50%;text-align: center;cursor: pointer;color: #999;}
.yr_alert .yr_alert_yes{transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;background-color: #fff;border-left: 1px solid #E2E2E2;box-sizing: border-box;display: inline-block;vertical-align: top;width: 50%;text-align: center;cursor: pointer;color: #409EFF;}
.yr_alert .yr_alert_btn{box-sizing: border-box;border-top: 1px solid #E2E2E2;position: absolute;bottom: 0;left: 0;width: 100%;line-height: 40px;}
.yr_alert .yr_alert_yes:hover{filter: brightness(.95);}
.yr_alert .yr_alert_no:hover{filter: brightness(.95);}
.yrani{-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: .3s;animation-duration: .3s;}
.yrfadeIn{animation-name: yrfadeIn;-webkit-animation-name:yrfadeIn;}
.yrfadeOut{animation-name: yrfadeOut;-webkit-animation-name:yrfadeOut;}
.yrzoomIn{animation-name: yrzoomIn;-webkit-animation-name:yrzoomIn;}
.yrzoomOut{animation-name: yrzoomOut;-webkit-animation-name:yrzoomOut;}
.yrfadeInup{animation-name: fadeInUp_qs100;-webkit-animation-name:fadeInUp_qs100;}
@-webkit-keyframes yrfadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes yrfadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@-webkit-keyframes rotate {0% {transform:rotate(0)}100% {transform:rotate(360deg)}}
@keyframes rotate {0% {transform:rotate(0)}100% {transform:rotate(360deg)}}
@-webkit-keyframes fadeInUp_qs100 {from {opacity: 0;-webkit-transform: translate3d(0px, 100px, 0)}to {opacity: 1;-webkit-transform: none}}
@keyframes fadeInUp_qs100 {from {opacity: 0;transform: translate3d(0px, 100px, 0)}to {opacity: 1;transform: none}}
@-webkit-keyframes fadeInUp_qs50 {from {opacity: 0;-webkit-transform: translate3d(0px, 50px, 0)}to {opacity: 1;-webkit-transform: none}}
@keyframes fadeInUp_qs50 {from {opacity: 0;transform: translate3d(0px, 50px, 0)}to {opacity: 1;transform: none}}
@-webkit-keyframes yrfadeOut {0% {opacity: 1;}100% {opacity: 0;}}
@keyframes yrfadeOut {0% {opacity: 1;}100% {opacity: 0;}}
@-webkit-keyframes yrzoomIn {0% {transform: scale(.95);}100% {transform: scale(1);}}
@keyframes yrzoomIn {0% {transform: scale(.95);}100% {transform: scale(1);}}
@-webkit-keyframes yrzoomOut {0% {transform: scale(1);}100% {transform: scale(.85);}}
@keyframes yrzoomOut {0% {transform: scale(1);}100% {transform: scale(.85);}}
@-webkit-keyframes yrani1 {0% {transform: translateY(10px);}50% {transform: translateY(0);}100% {transform: translateY(10px);}}
@keyframes yrani1  {0% {transform: translateY(10px);}50% {transform: translateY(0);}100% {transform: translateY(10px);}}
.guodu{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.hoverText:hover,.hoverText:hover span,.hoverText:hover a{color: #2755a8 !important;}
.hoverText1:hover,.hoverText1:hover span,.hoverText1:hover a{color: #333 !important;}
.hoverBtn{cursor: pointer;}
.hoverBtn:hover{opacity: .85;filter: brightness(1.05);}
.hover{cursor: pointer;font-size: 0;}
.hover .img2{display: none;}
.hover .img1{display: inline-block;}
.hover:hover .img1{display: none;}
.hover:hover .img2{display: inline-block;}
.header{
	height: 100px;
	background-color: #FAFAFA;
	position: relative;
	z-index: 999;
}
.header .header_body{
	width: 1200px;
	margin: 0 auto;
}
.header .logo{
	width: 200px;
	/* height: 46px; */
	font-size: 0;
	padding-top: 27px;
}
.header .nav .nav_ul{font-size: 0;}
.header .nav .nav_ul .nav_li{
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	max-width: 160px;
	position: relative;
}
.header .nav .nav_ul .nav_li:nth-child(2),.header .nav .nav_ul .nav_li:nth-child(3),.header .nav .nav_ul .nav_li:nth-child(4),.header .nav .nav_ul .nav_li:nth-child(5){
	min-width: 120px;
}
.header .nav .nav_ul .nav_li:nth-child(1) a{background-color: transparent !important;color: #4C4C4C !important;}
.header .nav .nav_ul .nav_li.active:nth-child(1) a{color: #2755A8 !important;}
.header .nav .nav_ul .nav_li:nth-child(1):hover a{color: #2755A8 !important;}
.header .nav .nav_ul .nav_li .nav_li_a{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 100px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	display: block;
	text-align: center;
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.header .nav .nav_ul .nav_li .nav_li_a span{
	white-space: nowrap;
}
.header .nav .nav_ul .nav_li.active .nav_li_a{
	background-color: #2755A8;
	color: #FFFFFF;
	position: relative}
.header .nav .nav_ul .nav_li .nav_li_a::after{
	content: '';
	display: block;
	width: 0;
	height: 100%;
	/* background-color: #2755A8; */
	position: absolute;
	top: 0;
	left: 50%;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.header .nav .nav_ul .nav_li .nav_li_a::before{
	content: '';
	display: block;
	width: 0;
	height: 100%;
	/* background-color: #2755A8; */
	position: absolute;
	top: 0;
	right: 50%;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.header .nav .nav_ul .nav_li:hover .nav_li_a::after{
	width: 50%;
}
.header .nav .nav_ul .nav_li:hover .nav_li_a::before{
	width: 50%;
}
.header .nav .nav_ul .nav_li.navhover .nav_li_a::after{
	width: 0;
}
.header .nav .nav_ul .nav_li.navhover .nav_li_a::before{
	width:0;
}
.header .nav .nav_ul .nav_li.navhover .nav_li_a{
	background-color: #FAFAFA;
	color: #4c4c4c;
}
.header .nav .nav_ul .nav_li:hover .nav_li_a{
	color: #2755A8;
	background-color: transparent;
}
.header .nav .nav_ul .nav_li:hover .nav_li_a span{
	position: relative;
	display: block;
	z-index: 9;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header .nav .nav_ul .nav_li .sub_nav{
	position: absolute;
	top: 100px;
	left: 0;
	min-width: 100%;
	white-space: nowrap;
	text-align: center;
	display: none;
}
.header .nav .nav_ul .nav_li .sub_nav li a{
	font-size: 16px;
	color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #2755A8;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}
.header .nav .nav_ul .nav_li .sub_nav li a:hover{
	background-color: #0B40A1;
}
.header .lang{font-size: 0;margin-left: 50px;}
.header .lang i{
	width: 1px;
	height: 14px;
	background-color: #808080;
	border-right: 1px solid #CFCFCF;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}
.header .lang a{
	font-size: 14px;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
}
.header .lang a:hover{
	color: #2755a8;
}
.header .lang a.active{
	color: #2755a8;
}
.header .search{
	margin-top: 32px;
	font-size: 0;
	margin-left: 30px;
	border: 1px solid #2755A8;
}
.header .search .text{
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #333333;
	height: 34px;
	width: 149px;
	box-sizing: border-box;
	padding-left: 9px;
	padding-right: 9px;
}
.header .search .button{
	border: none;
	background: url(../images/search.png) no-repeat center center;
	background-color: #2755A8;
	width: 39px;
	height: 34px;
	cursor: pointer;
}
.banner{
	font-size: 0;
	border-radius: 0 0 28px 28px;
	overflow: hidden;
	min-width: 1200px;
	position: relative;
}
.banner .swiper-container{max-width: 1920px;}
.swiper_page{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px !important;
	z-index: 9;
}
.swiper_page .swiper-pagination-bullet{
	opacity: .5;
	background-color: #FFFFFF;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.swiper_page .swiper-pagination-bullet-active{
	width: 30px;
	background-color: #FFFFFF;
	opacity: 1;
	border-radius: 66px;
}
.main .index_section{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 85px;
}
.box-show{
	box-shadow:0px 3px 40px 0px rgba(43,64,155,0.1);
}
.main .index_section .index_section_title{
	text-align: center;
	font-size: 0;
}
.main .index_section .index_section_title a{
	font-size: 24px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding-left: 26px;
	padding-right: 26px;
}
.main .index_section .index_section_title a + a{
	border-left: 2px solid #A7A7A6;
}
.indexselect select{
	height: 40px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
}
.select_box .sod_select,
.select_box .sod_select *
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.select_box .sod_select
{
display: inline-block;
position: relative;
line-height: 1;
width: 100%;
padding: 12px 10px;
padding-left: 16px;
border: none;
background: #FFFFFF;
border: 1px solid #B3B3B3;
color: #333333;
font-size: 14px;
/* font-weight: 700; */
text-align: left;
text-transform: uppercase;
outline: 0;
outline-offset: -2px; /* Opera */
cursor: default;
box-sizing: border-box;
cursor: pointer;
}
.select_box .sod_select:hover,
.select_box .sod_select.open{ border-color: #2755A8;}

.select_box .sod_select.open { color: #919191; }
/* .select_box .sod_select.focus { box-shadow: 0 0 5px rgba(0,0,0,.2); } */
.user_form .right .disabled{
	cursor: not-allowed;
}
.select_box .sod_select.disabled
{
color: #9390a5;
cursor: not-allowed;
}
.select_box .sod_select .sod_label
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 15px;
cursor: pointer;
position: relative;
}
.select_box .sod_select .sod_label::before{
	content: '';
	background: url(../images/select.png) no-repeat right center;
	width: 12px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 2px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.select_box .sod_select.open .sod_label::before{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-o-transform:rotate(180deg);
}
.select_box .sod_select .sod_list
{
	position: absolute;
	top: 100%;
	left: -1px;
	display: none;
	height: auto;
	width: calc(100% + 2px);
	margin: 0 0 0 0;
	/* background: #3C394C; */
	border: none;
	border-top: none;
	color: #333333;
	font-weight: 300;
	z-index: 1;
	border: 1px solid #2755A8;
}
.select_box .sod_select.open .sod_list {
	display: block;
	-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: .3s;animation-duration: .3s;
	animation-name: fadeInUp_qs50;-webkit-animation-name:fadeInUp_qs50;
}
.select_box .sod_select.disabled.open .sod_list { display: none;  }
.select_box .sod_select.above .sod_list
{
top: auto;
bottom: 100%;
border-top: 3px solid #000000;
border-bottom: none;
}
.select_box .sod_select .sod_list ul
{
overflow-y: auto;
padding: 0;
margin: 0;
background-color: #FFFFFF;
}
.select_box .sod_select .sod_list li
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #333333;
position: relative;
padding: 10px 10px;
list-style-type: none;
padding-left: 16px;
}
.select_box .sod_select .sod_list .optgroup,
.select_box .sod_select .sod_list .optgroup.disabled
{
background: inherit;
color: #939393;
font-size: 14px;
font-style: italic;
}
.select_box .sod_select .sod_list .groupchild { padding-left: 20px; }
.select_box .sod_select .sod_list .disabled
{
background: inherit;
color: #cccccc;
}
.select_box .sod_select .sod_list .active
{
background: #f7f7f7;
color: #333333;
}
.select_box .sod_select .sod_list .selected
{
font-weight: 700;
padding-right: 25px;
}
.select_box .sod_select select { display: none !important; }
.select_box .sod_select.touch select
{
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.index_section_body {
	font-size: 0;
	width: 930px;
	display: block;
	margin: 40px auto 0;
}
.select_type,.select_package{
	width: 246px;
	margin-right: 9px;
	display: inline-block;
	vertical-align: top;
}
.select_density{
	width: 150px;
	margin-right: 9px;
	display: inline-block;
	vertical-align: top;
}
.index_section_body .button{
	width: 100px;
	border: none;
	background-color: #2755A8;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}
.search_body {font-size: 0;margin-top: 74px;text-align:center;}
.search_body .search_body_li{
	width: 33.3333%;
	position: relative;
	height: 134px;
	display: inline-block;
	vertical-align: top;
}
.search_body .search_body_li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	object-fit: cover;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.search_body .search_body_li:hover img{
	transform: scale(1.05) translateY(-10px);
	filter: brightness(1.1);
}
.index_section1{
	background-color: #F8F8F8;
}
.index_section1 .index_section1_body{
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 58px;
}
.title {
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}
.title h1{
	font-size: 60px;
	font-weight: bold;
	color: #2755a8;
	opacity: .1;
	line-height: 60px;
	user-select: none;
}
.title h2{
	font-size: 28px;
	color: #2755a8;
	line-height: 28px;
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 24px;
}
.title h3{
	font-size: 16px;
	color: #5e7bae;
}
.content{font-size: 0;padding-bottom: 40px;text-align:center;}
.content .list{
	width: 280px;
	height: 330px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	box-shadow:0px 5px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius:5px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-left: 26px;
}
.content .list:nth-child(1){margin-left: 0;}
.content .list .img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.content .list .img img{
	width: 100%;height: 100%;object-fit: cover;
}
.content .list .text{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.content .list:hover{
	transform: translate3d(0,-10px,0);
	background-color: #2755A8;
}
.content .list:hover .img img{
	transform: scale(1.1);
	filter: brightness(1.1);
}
.content .list:hover .text{
	color: #FFFFFF;
}
.more{
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #2755A8;
	text-align: center;
}
.footer{
	background: url(../images/footer.png) no-repeat left top;
	background-size: 100% 100%;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}
.footer_top{font-size: 0;}
.footer canvas{
	z-index: 2 !important;
}
.footer .footer_nav{
	margin-bottom: 33px;
	z-index: 9;
	position: relative;
}
.footer .footer_nav a{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.footer .footer_nav i{
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 17px;
	background-color: #FFFFFF;
	margin: 0 9px;
}
.footer .footer_text{font-size: 0;z-index: 9;
	position: relative;}
.footer .footer_text span,.footer .footer_text a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_text .tel,.footer .footer_text .email{
	display: inline-block;
	vertical-align: top;
}
.footer .footer_text .email{
	margin-left: 30px;
}
.footer .footer_text .email i{
	width: 1px;
	height: 12px;
	border-left: 1px solid #95A2C1;
	background-color: #FFFFFF;
	margin: 0 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.footer_copy{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	line-height: 53px;
	position: relative;
	margin-top: 16px;
	z-index: 9;
	position: relative;
}
.footer_copy span,.footer_copy a{
	font-size: 14px;
	color: #cccccc;
}
.footer_copy::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.05);
}
.gotop{
	position: fixed;
	right: 5%;
	bottom: 8%;
	z-index: 888;
	display: none;
}
.product{
	width: 1200px;
	margin: 0 auto 70px;
}
.product .product_nav{
	text-align: center;
	font-size: 0;
	margin-top: 60px;
	margin-bottom: 34px;
}
.product .product_nav a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #044178;
	box-sizing: border-box;
	line-height: 43px;
	border: 1px solid #044178;
	margin-right: 5px;
	min-width: 190px;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
}
.product .product_nav a:hover{
	background-color: #2755A8;
	color: #FFFFFF;
}
.product .product_nav a.active{
	background-color: #2755A8;
	color: #FFFFFF;
}
.product .product_describe .left{
	width: 774px;
	box-sizing: border-box;
	word-break: break-all;
	padding-right: 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.product .product_describe .right{
	width: 420px;
	display: inline-block;
	vertical-align: middle;
}
.product .product_describe .right img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.product_section{
	margin-top: 50px;
}
.product_section_title{
	position: relative;
}
.product_section_title span{
	font-size: 24px;
	color: #044178;
	display: inline-block;
	vertical-align: middle;
}
.product_section_title::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 20px;
	margin-right: 8px;
	background-color: #044178;
}
.product_section .text{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	margin-top: 20px;
	padding-left: 14px;
	box-sizing: border-box;
}
.product_title{
	font-size: 30px;
	color: #4c4c4c;
	margin-top: 48px;
}
.product_table_title{
	margin-top: 54px;
	margin-bottom: 28px;
	font-size: 24px;
	color: #044178;
}
.product_table{
	width: 100%;
}
.product_table tbody{
	border-bottom: 1px solid rgba(39,85,168,0.6);
}
.product_table thead tr th{
	background-color: #2755A8;
	color: #FFFFFF;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
	padding-left: 30px;
}
.product_table tr td{
	color: #FFFFFF;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 30px;
	/* word-break: break-all; */
}
.product_table tr td a{
	color: #666666;
}
.product_table tbody tr:nth-child(2n) td{
	background-color: #EFF7FF;
}
.banner img{display: block;margin: -1px auto 0;}
.banner_text{
	width: 1200px;
	position: absolute;
	top: 0;bottom: 0;
	margin: auto;
	line-height: 30px;
	height: 30px;
	left: 0;right: 0;
	margin: auto;
	font-size: 30px;
	color: #ffffff;
}
@media all and (max-width: 1460px) {
	.banner_text{
		font-size: 28px;
	}
}
.section_wrap_content{font-size: 0;}
.section_wrap_content .list{
	width: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}
.product_section_wrap{
	margin-top: 55px;
}
.product_section_wrap .list .img{
	width: 330px;
	display: inline-block;
	vertical-align: top;
	height: 130px;
	overflow: hidden;
}
.product_section_wrap .list .img img{
	display: block;
	margin: 0 auto;
	max-height: 100%;
	object-fit: cover;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.product_section_wrap .list .text{
	width: 868px;
	display: inline-block;
	vertical-align: top;
}
.product_section_wrap .list .text h1{
	font-size: 20px;
	color: #044178;
}
.product_section_wrap .list .text .text_box{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 715px;
	margin-top: 20px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.product_section_wrap .list .text .btn{
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
	text-align: center;
	background-color: #2755A8;
	border-radius:5px;
	float: right;
	margin-top: -12px;
}
.product_section_wrap .list:hover .img img{
	transform: scale(1.05);
}
.product_section_wrap .list:hover .text .text_box{
	color: #044178;
}
.menu{
	font-size: 0;
	text-align: center;
	padding-top: 79px;
	min-width: 1200px;
	box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.05);
}
.menu li a{
	font-size: 18px;
	line-height: 18px;
	box-sizing: border-box;
	padding-bottom: 16px;
	display: block;
	color: #333333;
	margin-left: 35px;
	margin-right: 35px;
	position: relative;
}
.menu li{
	display: inline-block;
	vertical-align: top;
}
.menu li a::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #2755A8;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menu li.active a::after{
	opacity: 1;
}
.menu li.active a{
	color: #2755a8;
}
.menu li:hover a::after{
	opacity: 1;
}
.menu li:hover a{
	color: #2755a8;
}
.banner_text1{
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	width: 100%;
}
.banner_text1 h1{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
}
.banner_text1 h2{
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	color: #ffffff;
	opacity: .5;
	letter-spacing: .3px;
}
.map{
	background: url(../images/map.png) no-repeat center center;
	width: 1215px;
	height: 672px;
	display: block;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 24px;
	position: relative;
}
.map .border{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2755A8;
	position: absolute;
	width: 100%;
	top: 44.6%;
}
.map .swiper-container{
	width: 800px;
	display: block;
	margin: 0 auto;
	height: 100%;
}
.map .swiper-container .swiper-slide{
	position: relative;
}
.map .swiper-container .swiper-slide .top{
	border-radius:5px;
	background-color: #2755A8;
	display: inline-block;
	width: auto;height: auto;
	padding-left: 29px;
	box-sizing: border-box;
	padding-right: 15px;
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	position: absolute;
	bottom: 61%;
}
.map .swiper-container .swiper-slide .b{
	font-size: 18px;
	color: #feffff;
}
.map .swiper-container .swiper-slide .slide_text{
	font-size: 16px;
	color: #fefefe;
	line-height: 30px;
	margin-top: 15px;
}
.map .swiper-container .swiper-slide .top::after{
	content: '';
	background: url(../images/top-1.png) no-repeat center center;
	width: 15px;
	height: 50px;
	background-size: cover;
	position: absolute;
	bottom: -50px;
	left: 0;right: 0;
	margin: auto;
}
.map .swiper-container .swiper-slide .bottom{
	border-radius:5px;
	background-color: #18A6D8;
	display: inline-block;
	width: auto;height: auto;
	padding-left: 29px;
	box-sizing: border-box;
	padding-right: 15px;
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	position: absolute;
	top: 51.5%;
}
.map .swiper-container .swiper-slide .bottom::after{
	content: '';
	background: url(../images/bottom.png) no-repeat center center;
	width: 15px;
	height: 50px;
	background-size: cover;
	position: absolute;
	top: -50px;
	left: 0;right: 0;
	margin: auto;
}
.about{
	background: url(../images/bg.png) no-repeat bottom -100px center;
	padding-top: 88px;
	padding-bottom: 120px;
	background-size: cover;
}
.about .about_body{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.about .about_body .about_body_left{
	width: 700px;
}
.about .about_body .about_body_right{
	width: 457px;
	background-color: #2755a8;
	position: relative;
	margin-right: 11px;
	margin-top: -11px;
}
.about .about_body .about_body_left .about_title h1{
	font-size: 24px;
	color: #1a1a1a;
	line-height: 24px;
	margin-top: 30px;
}
.about .about_body .about_body_left .about_title i{
	display: block;
	width: 50px;
	height: 2px;
	background-color: #2755a8;
	margin-top: 14px;
}
.about .about_body .about_body_left .about_text{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 32px;
	margin-top: 20px;
	letter-spacing: .6px;
}
.about .about_body .about_body_right img{
	transform: translateX(11px) translateY(11px);
}
.campus{
	padding-top: 58px;
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding-bottom: 82px;
}
.campus .campus_li{
	background-color: #f7f7f7;
	margin-bottom: 9px;
}
.campus .campus_li .campus_li_title {
	font-size: 0;cursor: pointer;
	transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.campus .campus_li .campus_li_title .left{
	width: 1148px;
	box-sizing: border-box;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
}
.campus .campus_li .campus_li_title .right{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.campus .campus_li .campus_li_title .right .img2{display: none;}

.campus_li_text{
	box-sizing: border-box;
	padding:10px 30px 35px;
	display: none;
}
.campus_li_text .title1{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 17px;
}
.campus_li_text .text1{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.campus_li_text .campus_submit a{
	font-size: 18px;
	color: #2755a8;
	margin-top: 22px;
	display: block;
}
.campus .campus_li.active .img1{display: none;}
.campus .campus_li.active .img2{display: block !important;}
.campus .campus_li.active .campus_li_title{background-color: #2755a8;}
.campus .campus_li.active .campus_li_title .left{color: #ffffff;}
.page{
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.page li{
	display: inline-block;
	vertical-align: top;
}
.page li a,.page li span{
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 5px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.page li.active span,.page li.active a{
	border-color: #2755a8;
	background-color: #2755a8;
	color: #FFFFFF;
}
.page li a:hover{
	border-color: #2755a8;
	background-color: #2755a8;
	color: #FFFFFF;
}

.culture{
	position: relative;
}
.culture::after{
	content: '';
	display: block;
	position: absolute;
	top: 88px;
	width: 100%;
	height: 209px;
	background: url(../images/border1.png) no-repeat center center;
}
.culture::before{
	content: '';
	display: block;
	position: absolute;
	top: 88px;
	width: 100%;
	height: 209px;
	background: url(../images/border2.png) repeat-x center center;
}
.culture .culture_body{
	width: 1165px;
	margin: 0 auto;
	font-size: 0;
	min-height: 580px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.culture .culture_body .culture_body_item{
	text-align: center;
	width: 100%;
	margin-top: 80px;
}
.culture .culture_body .culture_body_item img{
	width: 110px;
	height: 110px;
}
.culture .culture_body .culture_body_item h1{
	font-size: 24px;
	color: #1a1a1a;
	margin-top: 25px;
}
.culture .culture_body .culture_body_item .text{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.culture .culture_body .swiper-slide:nth-child(2n) .culture_body_item{
	margin-top: 220px;
}
.banner_text h1{
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 3px;
}
.banner_text h2{
	font-size: 18px;
	color: #ffffff;
	opacity: .5;
}
.title2{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 46px;
}
.title2 h1{
	font-size: 28px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 16px;
}
.title2 .border{
	width: 164px;
	height: 2px;
	background-color: #becce5;
	display: block;
	margin: 0 auto;
	position: relative;
}
.title2 .border::after{
	content: '';
	display: block;
	width: 26px;
	height: 5px;
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	background-color: #2755a8;
	bottom: -1px;
}
.title2 h2{
	font-size: 14px;
	color: #b2b2b2;
	margin-top: 18px;
}
.contact_body{
	width: 1200px;
	margin: 0 auto 90px;
}
.contact_body .contact_left{
	width: 455px;
	float: left;
}
.contact_body .contact_left .contact_li{
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	padding: 29px 29px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.contact_body .contact_left .contact_li b{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 24px;
	margin-bottom: 4px;
	display: block;
}
.contact_body .contact_left .contact_li span,.contact_body .contact_left .contact_li a{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
}
.contact_body .contact_left .contact_li.active{
	border-color: #2755a8;
	background-color: #2755a8;
}
.contact_body .contact_left .contact_li.active b{
	color: #ffffff;
}
.contact_body .contact_left .contact_li.active span,.contact_body .contact_left .contact_li.active a{
	color: #ffffff;
}
.contact_body .contact_left .contact_li:hover{
	/* border-color: #2755a8;
	background-color: #2755a8; */
}
/* .contact_body .contact_left .contact_li:hover span,.contact_body .contact_left .contact_li:hover a{
	color: #ffffff;
}
.contact_body .contact_left .contact_li:hover b{
	color: #ffffff;
} */
.contact_body .contact_left .contact_li+.contact_li{
	margin-top: 30px;
}
.contact_right{
	float: right;
}
.contact_right #map{
	width: 715px;
	height: 465px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
}
.news{
	position: relative;
	width: 1200px;
	margin: 50px auto 40px;
}
.news .border{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 11px;
	background-color: #CCCCCC;
}
.news .news_li{
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	z-index: 9;
	margin-bottom: 10px;
}
.news .news_li .svg{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 60px;
	position: relative;
}
.news .news_li i{
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid #D0D0D0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}
.news .news_li svg{
	position: absolute;
	left: 0;top: 0;
	transform: rotate(-360deg);
	transform-origin: 50% 50%;
}
.news .news_li:hover svg circle{
	-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 1s;animation-duration: 1s;
	animation-name: circle;-webkit-animation-name:circle;
}
@-webkit-keyframes circle {0% {stroke-dashoffset:100;} 50% {stroke-dashoffset:50;} 100% {stroke-dashoffset:10;}}
@keyframes circle {0% {stroke-dashoffset:100;} 50% {stroke-dashoffset:50;} 100% {stroke-dashoffset:10;}}
.news .news_li .img{
	width: 186px;
	height: 230px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.news .news_li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.news .news_li .text{
	width: 930px;
	display: inline-block;
	vertical-align: middle;
	background-color: #F7F7F7;
	height: 230px;
	box-sizing: border-box;
	padding-left: 30px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.news .news_li .text .text_title{
	border-bottom: 1px dashed #D3D3D3;font-size: 0;
	padding-bottom: 11px;
}
.news .news_li .text .text_title h1{
	font-size: 24px;
	color: #333333;
	swhite-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	padding-top: 19px;
	padding-bottom: 14px;
}
.news .news_li .text .text_title img{
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.news .news_li .text .text_title span{
	font-size: 14px;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}
.news .news_li .text .text_box{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 28px;
	margin-top: 18px;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 60px;
}
.news .news_li .text .text_more{font-size: 0;}
.news .news_li .text .text_more img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.news .news_li .text .text_more span{
	font-size: 16px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
}
.news .news_li:hover .img img{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.news .news_li:hover .text .text_title h1{
	color: #044178;
}
.news .news_li:hover .text{
	box-shadow: 0 0 40px rgba(0,0,0,0.1); 
}
.service{
	width: 1200px;
	margin: 0 auto;
	margin-top: 78px;
	margin-bottom: 68px;
}
.service .service_menu{
	width: 240px;
	position: static;
	top: 100px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	padding-top: 30px;
	float: left;
}
.service .service_menu .service_menu_title{
	padding-bottom: 25px;
	font-size: 0;
	padding-left: 40px;
}
.service .service_menu .service_menu_title::after{
	content: '';display: block;clear: both;
}
.service .service_menu .service_menu_title img{
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.service .service_menu .service_menu_title span{
	vertical-align: middle;
	font-size: 24px;
	color: #044178;
	margin-left: 26px;
	width: 130px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: -2px;
	max-height: 60px;
}
.service .service_menu ul li a{
	display: block;
	box-sizing: border-box;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	color: #4c4c4c;
	font-size: 0;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.service .service_menu ul li.mous a{
	background-color: transparent !important;
}
.service .service_menu ul li.mous a span{
	color: #4c4c4c !important;
}
.banner_nav{display: none !important;}
.service .service_menu ul li:hover a{
	background-color: #2755A8;
}
.service .service_menu ul li img{
	display: inline-block;vertical-align: middle;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transform: translateX(-10px);
	opacity: 0;
}
.service .service_menu ul li span{
	width: 149px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	display: inline-block;
	vertical-align: middle;
}
.service .service_menu ul li:hover img{transform: translateX(0px);opacity: 1;}
.service .service_menu ul li:hover span{color: #ffffff;}
.service_right{
	width: 910px;
	float: right;
}
.service .service_menu ul li.active a{
	background-color: #2755A8;
}
.service .service_menu ul li.active img{transform: translateX(0px);opacity: 1;}
.service .service_menu ul li.active span{color: #ffffff;}
.service_right{
	width: 910px;
	float: right;
}
.service_right .service_right_title{
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	border-bottom: 2px solid #044178;
	padding-bottom: 18px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service_right_table .table_title{
	font-weight: bold;
	font-size: 16px;
	color: #1a1a1a;
	margin-top: 26px;
	margin-bottom: 15px;
}
.service_right_table table{
	width: 100%;
}
.service_right_table table td{
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #4c4c4c;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.word{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 18px;
	margin-top: 20px;
}
.service_form h1{
	font-size: 16px;
	color: #4c4c4c;
	margin-top: 18px;
	margin-bottom: 45px;
}
.service_form .form_li{
	margin-bottom: 12px;
}
.service_form .form_li .left{
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #4c4c4c;
}
.service_form .form_li .input{
	display: inline-block;
	vertical-align: middle;
}
.service_form .form_li .input span{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 30px;
}
.service_form .form_li strong{
	font-size: 16px;
	color: #044178;
	vertical-align: top;
}
.service_form .form_li .input input{
	width: 300px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	padding: 0 9px;
	font-size: 14px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.service_form .form_li .input input:focus{
	border-color: #044178;
}
.service_form .form_li .input textarea{
	width: 500px;
	height: 160px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	padding: 9px;
	font-size: 14px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.service_form .form_li .input textarea:focus{
	border-color: #044178;
}
.service_form .submit{
	width: 300px;
	border: none;
	background-color: #044178;
	font-size: 16px;
	color: #fefefe;
	letter-spacing: 2px;
	line-height: 50px;
	margin-left: 154px;
	text-indent: -2px;
}
.service_form .form_li.code .input input{
	width: 150px;
}
.service_form .form_li .codeImg{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	width: 150px;
	/* height: 50px; */
	cursor: pointer;
}
.service_form .form_li .codeImg img{
	max-width: 100%;
	max-height: 100%;
}
.service_form .form_li .select{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
}
.news_details{
	width: 1200px;
	margin: 50px auto 70px;
	display: block;
}
.news_details .news_details_title{
	text-align: center;
	padding-bottom: 26px;
	border-bottom: 1px dashed #CFCFCF;
	margin-bottom: 30px;
}
.news_details .news_details_title h1{
	font-size: 30px;
	color: #1a1a1a;
	margin-bottom: 11px;
}
.news_details .news_details_title h2 span{
	font-size: 14px;
	color: #808080;
}
.news_details .news_details_title h2 .sp2{
	margin-left: 46px;
}
.news_details .news_details_word{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 28px;
}
.contactForm{
	width: 1200px;
	margin: 40px auto 90px;
}
.contactForm .contactForm_title{
	border-bottom: 2px solid #F7F7F7;
	padding-bottom: 26px;
	margin-bottom: 26px;
}
.contactForm .contactForm_title .title3 i{
	width: 4px;
	height: 18px;
	background-color: #2755A8;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.contactForm .contactForm_title .title3 span{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
}
.contactForm .contactForm_title h1{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 18px;
	margin-bottom: 24px;
}
.contactForm .contactForm_title .title3_select .span1{
	font-size: 14px;color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}
.contactForm strong{
	color: #2755a8;
}
.contactForm .contactForm_title .title3_select .select{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}
.contactForm .contactForm_title .title3_select .select .sod_select{
	padding: 7px 10px;
}
.contactForm_content{
	width: 1110px;
}
.contactForm_content .w40{
	width: 140px;
}
.ml9{margin-left: 5px;}
.contactForm_content .w170{
	width: 170px;
}
.contactForm_content .contactForm_content_li{
	margin-bottom: 20px;
}
.contactForm_content .contactForm_content_li::after{
	content: '';
	display: block;
	clear: both;
}
.contactForm_content .w50{
	width: 50%;
	float: left;
}
.contactForm_content .contactForm_content_li .left{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	width: 68px;
	margin-right: 2px;
	text-align: right;
	word-break: break-all;
}
.contactForm_content .contactForm_content_li .right{
	display: inline-block;
	vertical-align: top;
}
.contactForm_content .contactForm_content_li .right input{
	height: 30px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #808080;
	padding-left: 10px;
	padding-right: 10px;
}
.contactForm_content .contactForm_content_li .select{
	width: 290px;
}
.contactForm_content .contactForm_content_li .select .sod_select{
	padding-top: 7px;
	padding-bottom: 7px;
}
.w90{
	width: 290px;
}
.contactForm_content .contactForm_content_li b{
	font-weight: normal;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 4px;
}
.ml11{
	margin-left: 6px;
}
.contactForm_content .contactForm_content_li textarea{
	width: 1032px;
	height: 230px;
	box-sizing: border-box;
	padding: 5px;
}
.contactForm_content .contactForm_content_li textarea:focus,.contactForm_content .contactForm_content_li input:focus{
	border-color: #2755A8;
}
.contactForm_content .contactForm_footer{
	width: 1032px;
	margin-left: 72px;
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 20px;
	margin-bottom: 35px;
}
.contactForm .button{
	text-align: center;
	font-size: 0;
}
.contactForm .button button{
	width: 120px;
	line-height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}
.contactForm .button .btn1{
	border: 2px solid #044178;
	color: #044178;
	background-color: #FFFFFF;
}
.contactForm .button .btn2{
	border: 2px solid #044178;
	background-color: #044178;
	color: #FFF;
	margin-left: 20px;
}
.sod_placeholder{
	color: #808080;
}
.wordWrap{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.wordWrap-nav{
	width: 100%;
	box-sizing: border-box;
	padding-top: 60px;
	display: block;
	font-size: 0;
}
.wordWrap-nav a{
	display: inline-block;
	vertical-align: top;
	min-width: 190px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #2755A8;
	line-height: 45px;
	font-size: 16px;
	color: #2755a8;
	margin-right: 10px;
}
.wordWrap-nav a.active{
	background-color: #2755A8;
	color: #FFFFFF;
}
.wordWrap-nav a:hover{
	background-color: #2755A8;
	color: #FFFFFF;
}
.title4{
	margin-top: 64px;
	font-size: 30px;
	color: #1a1a1a;
	margin-bottom: 28px;
}
.wordWrap-tab{
	font-size: 0;
}
.wordWrap-tab a{
	display: inline-block;
	vertical-align: top;
	min-width: 188px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #2755A8;
	line-height: 45px;
	box-sizing: border-box;
	border: 1px solid #2755A8;
}
.wordWrap-tab a.active{
	background-color: #FFF;
	color: #2755a8;
}
.wordWrap-tab a:hover{
	background-color: #FFF;
	color: #2755a8;
}
.wordWrap-content{padding-top: 40px;}

.wordWrap-more_li{
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	padding-left: 29px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 20px;
}
.wordWrap-more_li:nth-child(2n+1){
	margin-left: 0;
}
.wordWrap-more_li .img{
	width: 26px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.wordWrap-more_li span{
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 48px;
}
.wordWrap-more_li:hover{
	background-color: #2755A8;
}
.wordWrap-more_li:hover span{
	color: #FFF;
}
.wordWrap-content_data .right{
	width: 244px;
	display: inline-block;
	vertical-align: middle;
}
.wordWrap-content_data .left{
	display: inline-block;
	vertical-align: middle;
}
.wordWrap-content__li{display: none;font-size: 16px;color: #4c4c4c;line-height: 30px;}
.wordWrap-content__li.active{display: block;}
.exe_li_title{
	padding-top: 20px;
	font-size: 0;
	cursor: pointer;
}
.exe_li_title i{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	position: relative;
	border: 1px solid #2755a8;
	border-radius: 100%;
	box-sizing: border-box;
	margin-right: 10px;
	background: url(../images/iconj.png) no-repeat center center;
	background-position: cover;
}
.exe_li_title.active i{
	background: url(../images/iconjian.png) no-repeat center center;
	background-position: cover;
}
/* .exe_li_title i::after{
	content: '+';
	font-size: 14px;
	line-height: 14.4px;
	color: #2755a8;
	font-style: normal;
	position: absolute;
	text-align: center;
	width: 17px;
} */
.exe_li_title span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #2755a8;
	max-width: 70%;
}
.exe_box{display: none;margin-top: 18px;}
/* .exe_li_title.active i::after{
	content: '-';
} */
.banner_nav{
	position: absolute;
	top: 10%;
	z-index: 9;
	width: 1200px;
	left: 0;right: 0;
	margin: auto;
}

.banner_nav a,.banner_nav span{
	color: #cccccc;
	font-size: 16px;
}
.product-section .product-section__title{
	margin-top: 50px;
	font-size: 24px;
	color: #044178;
	margin-bottom: 24px;
}
.product-section .product-section__text{
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 16px;
}
.product-section .product-section__table{
	width: 720px;
}
.product-section .product-section__image{
	width: 462px;
}
.product-section .product-section__table table{
	width: 720px;
}
.product-section .product-section__table table thead{
	background-color: #444444;
	color: #ffffff;
}
.product-section .product-section__table table thead td{
	font-size: 16px;
	line-height: 40px;
}
.product-section .product-section__table table thead td span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 180px;
}
.product-section .product-section__table table tbody td{
	font-size: 16px;
	color: #4c4c4c;
}
.product-section .product-section__table table tbody td span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 60px;
	width: 180px;
}
.product-section .product-section__table table tbody tr:nth-child(2n){
	background-color: #F2F2F2;
}
.button_1{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	display: block;
	float: right;
	background-color: #2755A8;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1200 .index_section_body{
	margin: 0;
	margin-top: 95px;
}
.product_search_tab{
	width: 100%;
	border-bottom: 1px solid #2755A8;
	font-size: 0;
	margin-bottom: 8px;
}
.product_search_tab a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #ffffff;
	background-color: #2755A8;
	border: 1px solid #2755A8;
	text-align: center;
	min-width: 74px;
	line-height: 41px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	border-bottom: 0;
}
.product_search_tab a:hover{
	background-color: #FFF;
	color: #2755A8;
}
.product_search_tab a.active{
	background-color: #FFF;
	color: #2755A8;
}
.product_search_table .table_li{display: none;}
.product_search_table .table_li.active{display: block;}
.product_table tr td a.btn1{
	min-width: 80%;
	text-align: center;
	font-size: 13px;
	color: #fefefe;
	border-radius: 4px;
	background-color: #888888;
	display: inline-block;
	line-height: 40px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.product_table tr td a.btn2{
	min-width: 80%;
	text-align: center;
	font-size: 13px;
	color: #fefefe;
	border-radius: 4px;
	background-color: #2755A8;
	display: inline-block;
	line-height: 40px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.product_table tr td a.btn1:hover{
	background-color:#2755A8;
}
.product_table tr td a.btn2:hover{
	background-color:#888888;
}
.mt80{margin-top: 80px;}
.pt80{padding-top: 80px;}
.title6{
	font-size: 30px;
	color: #1a1a1a;
	margin-bottom: 24px;
}
.product-Id__li+.product-Id__li{
	margin-top: 100px;
}
.product-Id__li table{
	width: 100%;
}
.bgcF2F2F2{background-color: #F2F2F2;}
.product-Id__li table td{
	border: 1px solid #E6E6E6;
}
.product-Id__li table td div{
	box-sizing: border-box;padding: 20px;
}
.product-Id__li table td div .btn1{
	min-width: 100px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #2755A8;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.product-Id__li table td .clearfix div{padding: 0;}
.product-Id__li table td div .fl img{
	display: inline-block;
	vertical-align: middle;
}
.product-Id__li table td div .fl span{
	font-size: 16px;
	color: #4c4c4c;
	text-decoration: underline;
	margin-left: 6px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.product-Id__li table td div a{
	color: #000;
	font-size: 16px;
	color: #4c4c4c;
	text-decoration: underline;
}
.morefile{
	padding-top: 35px;
	text-align: right;
	font-size: 18px;
	color: #2755a8;
	width: 100%;
	display: block;
}
.c1a1a1a{color: #1a1a1a;}
.w244{width: 244px;}
.saleWrap-nav{font-size: 0;padding-top: 60px;}
.saleWrap-nav .saleWrap-nav_li{
	box-sizing: border-box;
	margin-left: 10px;
	line-height: 46px;
	font-size: 16px;
	color: #044178;
	width: 393px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #2755A8;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.saleWrap-nav .saleWrap-nav_li:nth-child(1){
	margin-left: 0;
}
.saleWrap-nav .saleWrap-nav_li.active{
	background-color: #2755A8;
	color: #FFF;
}
.saleWrap-nav .saleWrap-nav_li:hover{
	background-color: #2755A8;
	color: #FFF;
}
.mt70{
	margin-top: 70px;
}
.title5{
	font-size: 24px;
	color: #2755a8;
	margin-top: 50px;
}
.saleWrap_item .saleWrap_item_li .bor{
	box-sizing: border-box;
	border: 1px solid #F2F2F2;
	font-size: 0;
	padding: 29px 24px;
}
.saleWrap_item .saleWrap_item_li .bor .img{
	width: 130px;
	height: 78px;
	display: inline-block;
	vertical-align: middle;
}
.saleWrap_item .saleWrap_item_li .bor .text{
	display: inline-block;
	vertical-align: middle;
	width: 838px;
	margin-left: 38px;
}
.saleWrap_item .saleWrap_item_li .bor .text p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 28px;
}
.saleWrap_item .saleWrap_item_li .bor a{
	width: 140px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	background-color: #2755A8;
}
.btn_submit{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	line-height: 40px;
	border: none;
	background-color: #2755A8;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	margin-left: 9px;
}
.c4c4c4c{color: #4c4c4c;}
.fz0{font-size: 0;display: table;margin-top: 30px;table-layout:fixed; word-wrap:break-word;}
.saleWrap_item2_li{
	background-color: #F7F7F7;
	width: 590px;
	display: table-cell;
	vertical-align: top;
	padding: 30px 50px;
	box-sizing: border-box;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	word-wrap:break-word;
	table-layout:fixed;
}
.saleWrap_item2_li:nth-child(2n){
	border-right: 0;
}
.saleWrap_item2_li p,.saleWrap_item2_li a{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 24px;
}
.product--nav{
	width: 100%;
	border-bottom: 1px solid #2755A8;
	font-size: 0;
	margin-bottom: 10px;
}
.product--nav a{
	line-height: 38px;
	font-size: 14px;
	color: #FFF;
	background-color: #2755A8;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.product--nav a.active{
	background-color: #FFFFFF;
	color: #2755A8;
}
.product--content_li{display: none;transition: .8s;
-moz-transition: .8s;
-webkit-transition: .8s;
-o-transition: .8s;
opacity: 0;}
.product--content_li.active{display: block;opacity: 1;}
.wordText{
	margin-top: 30px;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}

.fz30{font-size: 30px;}
.col4c4c4c{color: #4C4C4C;}
.mt60{margin-top: 60px;}
.inputstyle1{
	width: 405px;
	margin-right: 9px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
}