.header{ header:100px; background:#fff;}
::root{
    --header-height:110px;
}
html{scroll-behavior:smooth;}
body{}
.header{ height:var(--header-height); padding: 0 2%; background:#fff;  box-shadow: 0px 0px 0.1rem rgba(0,0,0,.2); z-index:9998; transition:all 0.3s;}
.header.min{ --header-height:80px;}

.logo{display: flex; align-items: center ; padding:10px 0; transition:all 0.3s; }
.logo img{ max-height:100%; object-fit: contain;}
.nav{ flex:1;}
.nav>ul{ display:flex; height: 100%;justify-content: flex-end;}
.nav>ul li{ position:relative; }
.nav>ul>li>a{padding:0 60px 0 0 ; line-height:var(--header-height,110px); font-size: 18px; transition:all 0.3s;}
.nav ul ul{display:flex; flex-direction: column; position:absolute; left:0; top: 100%;z-index: 999; background:#fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);width: 260px; height:0; overflow: hidden; opacity: 0; margin-left:20px;transition:all 0.3s;}
.nav ul ul:after{ display:block; content:' '; width:60px; height:2px; background: linear-gradient(90deg,#0083ff ,#00bfff); position:absolute; top:0; left:0;}

.nav ul ul li{ position:relative; border-bottom:#efefef solid 1px;}
.nav ul ul li a{ display:block; padding:12px 15px;}
.nav ul ul li a:hover{background: linear-gradient(90deg,#0083ff ,#00bfff); color:#fff;}
.nav ul ul li .fl_ico{ width:20px; height:20px; display:block; position:absolute; right:20px; top:12px; background:url(../image/to1.png); background-size:100% auto; transition:all 0.3s;}
.nav ul ul li:hover .fl_ico{right:5px;}

.nav>ul>li.cur ul{ margin-left:0px;opacity: 1; height:auto;}

.header .tool{ display:flex;align-items: center;}

.search-box{ position:fixed; top:0; left:0; right:0; background:linear-gradient(90deg,#0083ff ,#00bfff);;   z-index:9999; height:0; overflow:hidden;transition:all 0.3s;}
.search-box .bd{padding:100px; justify-content: center;}
.search-box .bd input,.search-box .bd button{ border:none; padding:15px 20px; outline:none;}
.search-box .bd input{ width:35%;}
.search-box .bd button{padding:15px 50px; background: #eee;cursor: pointer;}
.search-box .bd a{ padding:15px 50px;color:#fff; padding:}
.search-box.show{ height:260px;}

.banner{}
.banner .swiper-slide img{ min-height:800px;object-fit: contain;background: #f3f3f3;}

.imain{}
.imain .hd{ padding-top: 50px;text-align:center;}
.imain .hd .tit{ font-weight:bold; font-size:40px;}
.imain .hd .desc{ font-size:14px;}
.imain .bd{padding:0 5%;}
.ibox{ padding:25px; margin-top:50px;  margin-bottom:25px; box-shadow: 0px 5px 20px 0px rgb(192 192 192 / 40%);}
.ibox .cont{ flex: 0 0 30%; padding-right:25px;}
.ibox .cont .title{ font-size:30px;}
.ibox .cont .en{ font-size:14px; color:#666}
.ibox .cont .text{ margin-top: 25px; font-size:16px; line-height:2;}
.ibox .cont .more{ display:inline-block; padding: 8px 45px;margin-top: 30px;border: rgba(16,96,185,1) solid 2px; color:rgba(16,96,185,1);}
.ibox .cont .more:hover{ background:rgba(16,96,185,1); color:#fff;}

.ibox .image{}

.ibox:nth-child(even){flex-direction: row-reverse;}
.ibox:nth-child(even) .ibox .cont{padding-left:25px;padding-right:0;}


.iserver{background-color: rgba(250,250,250,1);}
.iserver ul{ padding:80px 0;}
.iserver li{ flex:1; text-align:center;}
.iserver li p{ padding:15px 0; font-size:18px;}
.iserver li .icon{ width:90%; max-width:100px; height:auto;color: rgba(34,107,189,1);}
 
 
.iabout{}
.iabout .bd{ position:relative; margin:50px 0;}
.iabout .image{ background:#000; max-height:600px; overflow:hidden;}
.iabout .image img{ width:100%; opacity:0.3; vertical-align:middle;}
.iabout .cent{ position:absolute;left:15%; right:15%; top:20%; color:#fff; line-height:2; font-size:16px;}



.footer{ padding:50px 0; background:rgba(53,63,76,1); color:#fff;}
.footer a{ color:#fff;}
.footer .hd{ position:relative; font-size:18px;}
.footer .hd:after{display:block;content:' ';width: 25px;height:2px;background:#fff;margin-top: 20px;}
.footer .bd{ margin-top:50px;}


.foot_lx{}
.footer li{ padding:10px 0;}
.foot_lx li img{ margin-right:10px; vertical-align:middle;}

.foot-ft{ background:rgba(53,63,76,1); border-top:rgba(0,0,0,0.1) solid 1px; color:#fff; padding:10px 5%;}
.foot-ft a{ color:#fff;}

.siderfix{ position:fixed; right:0; top:30%; z-index:9999999;}
.siderfix li{ position:relative; margin-bottom:1px; height:70px;color:#fff;}
.siderfix li a{ color:#fff;}
.siderfix .def{display:flex;height:70px;width:70px;background:rgba(0,0,0,.6);text-align:center;cursor: pointer;flex-direction: column;align-items: center;justify-content: center;}
.siderfix .hov{ position: absolute; left:0; top:0; display:flex;flex-direction: column;align-items: center;justify-content: center;height:70px; width:0px; overflow:hidden; transition:all 0.3s;}
.siderfix .hov .qcode{ position:absolute; left:-120px; top:0; width:120px; height:120px; background:#fff; padding:10px;}
.siderfix .hov .qcode img{ width:100%;}
.siderfix li:hover .def{ display:none; }
.siderfix li:hover .hov{ width:160px; left:-90px; background:#0083ff; overflow: visible;}


.inbanner{ background:#000;}
.inbanner .pa{ top:35%; width:100%; color:#fff; text-align:center;}
.inbanner .tit{ font-size:36px;}
.inbanner img{ opacity:0.6;}

.headbar{ background:#fff; height:75px; line-height:75px; padding:0 5%; }
.um-main{ padding:30px 0 50px 0; background:#f8f8f8;}
.subcate-line{ font-size:16px;}
.subcate-line li{ margin-right:25px;}
.subcate-line li.on{ border-bottom:rgba(16,96,185,1) solid 2px; color:rgba(16,96,185,1);}

.um-news{}
.um-news li{ padding:25px; margin-bottom:30px; border-radius:5px; background:#fff; overflow:hidden; box-shadow: 0px 5px 20px 0px rgb(192 192 192 / 40%);}
.um-news a{}
.um-news .img{ width:450px; height:300px; margin-right:50px;}
.um-news .img img{ width:100%; height:100%; object-fit:cover;}
.um-news .time{ margin:0 50px; padding:30px 50px; font-size:30px; background:rgba(16,96,185,1); color:#fff; line-height:1; text-align:center;}
.um-news .time span{ display: block;font-size:35px;    font-weight: bold;}
.um-news .more{ display:inline-block; padding:10px 50px; border:rgba(16,96,185,1) solid 2px; margin-top:30px;}

.content-hd{ padding:0 0 30px 0; margin-bottom:30px; border-bottom:#efefef solid 1px; text-align:center;}


.um-recommend{ margin-top:30px; background:#fff;box-shadow: 0px 5px 20px 0px rgb(192 192 192 / 40%);}
.recomm-tit{ padding: 10px 15px;border-bottom: #eee solid 1px;}
.um-recommend ul{ padding:10px 15px;}
.commend-news li{ padding:8px 0}
.commend-pro li{ text-align:center;}
/*
===========================================================
*/
.um-imgZoom {
    float: left;
    margin-right: 20px;
}
#zoom_box {
    display: block;
    zoom: 1;
    width: 500px;
    height: 500px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}
#zoom_box {
    background: #eee;
    text-align: center;
    border: 1px solid #eee;
}
.um-bd_bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#zoom_box li{ width:100%; height:500px;}
#zoom_box img {
    margin: 0;
    padding: 0;
}
#zoom_box img {
    max-width: 100%;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#zoom_list {
    width: 352px;
    height: 60px;
    background: #EFEFEF;
    padding-top: 4px;
    position: relative;
    z-index: 99;
}
#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}
#zoom_list .next {
    float: right;
    background: url(../images/next.gif) no-repeat -3px 18px;
}
#zoom_list>a {
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}
#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}
#zoom_list .pre {
    float: left;
    background: url(../images/pre.gif) no-repeat -3px 18px;
}
#zoom_list>a {
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}
#zoom_list #zoom_list_box {
    float: left;
    width: 323px;
    overflow: hidden;
    height: 56px;
    position: relative;
}
#zoom_list #zoom_list_box {
    float: left;
    width: 90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}
#thumblist {
    position: absolute;
}
.um-bd_bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.um-imgInfo {
    width: 538px;
}
.um-imgInfo .tit {
    font-size: 26px;
    color: #222;
    font-weight: normal;
    line-height: 1.8;
}
.um-imgInfo .p_tabs {
    background: #e8e8e8;
    padding: 20px 15px;
    min-width: 325px;
}
.um-bd_bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mt10 {
    margin-top: 10px;
}
.um-imgInfo-ft {
    background: url(../image/phone.png) no-repeat left center;
    background-size: 38px;
    padding-left: 50px;
    font-size: 25px;
    color: #2e2d57;
    margin-top: 16px;
}
.um-imgInfo .p_tabs li {
    line-height: 35px;
    font-size: 14px;
}
.um-imgInfo .p_tabs li em {
    font-style: italic;
}


















﻿.header {
	height: 118px;
	border-top: 5px solid #1775c5;
}
.header .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-tel {
	background: url(../image/htel.png) no-repeat left center;
	font-size: 30px;
	color: #1fa36e;
	padding: 38px 0 0 85px;
	font-family: arial;
	font-weight: bold;
}
.navbar {
	height: 66px;
	background: #1775c5;
}
.navbar #nav_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.navbar #nav_box li {
	text-align: center;
	position: relative;
	flex: 1;
}
.navbar #nav_box li a {
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	display: block;
}
.navbar #nav_box li.on > a,
.navbar #nav_box li:hover > a {
	background: #1fa36e;
}
.navbar #nav_box li ul {
	position: absolute;
	top: 66px !important;
	left: 0;
	min-width: 100%;
	background: #1775c5;
	display: none;
}
.navbar #nav_box li ul li a {
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
}
.navbar #nav_box li ul li a:hover {
	background: #1fa36e;
}
.search-region {
	line-height: 54px;
	background: #f3f4f4;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region .search-hot {
	font-size: 13px;
	color: #333;
}
.search-region .search-form {
	height: 30px;
}
.search-region .search-form .search-key {
	width: 210px;
	line-height: 30px;
	background: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	vertical-align: top;
	color: #999;
}
.search-region .search-form .search-button {
	width: 49px;
	line-height: 30px;
	border: none;
	cursor: pointer;
	line-height: 26px;
	text-align: center;
	background: #1775c5;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
	outline: none;
}
.region-tit {
	text-align: center;
}
.region-tit h2 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	background: url(../image/titline.png) no-repeat bottom center;
	padding-bottom: 13px;
	margin-bottom: 7px;
}
.region-tit p {
	font-size: 17px;
	color: #666;
}
.serve-region {
	padding: 70px 0 80px;
}
.serve-bd {
	margin-top: 40px;
}
.serve-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.serve-bd ul li {
	text-align: center;
	padding: 0 40px;
	transition: all 0.3s;
}
.serve-bd ul li:hover {
	transform: translateY(-5px);
}
.serve-bd ul .img {
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serve-bd ul h3 {
	font-size: 18px;
	color: #000;
	margin: 12px 0 7px;
}
.serve-bd ul p {
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.product-region .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-region .product-lside {
	width: 250px;
	background: #1775c5;
}
.product-region .product-lside .lside-tit {
	height: 96px;
	color: #fff;
	background: url(../image/promenu.png) no-repeat 42px center;
	padding: 25px 0 0 94px;
	line-height: 1.4;
}
.product-region .product-lside .lside-tit h2 {
	font-size: 22px;
}
.product-region .product-lside .lside-tit p {
	text-transform: uppercase;
}
.product-region .product-lside ul {
	margin: 0 11px;
	background: #fff;
	border-radius: 5px;
	padding: 16px 9px;
}
.product-region .product-lside ul li {
	margin-bottom: 15px;
}
.product-region .product-lside ul li:last-of-type {
	margin-bottom: 0;
}
.product-region .product-lside ul li a.first {
	line-height: 37px;
	display: block;
	background: #1775c5;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 20px;
	border-radius: 3px 3px  0 0;
	transition: all 0.3s;
}
.product-region .product-lside ul li a.first:hover {
	background: #1fa36e;
}

.product-region .product-lside .sub-cate a{ display:block; padding: 0 10px 0 20px;line-height: 32px; background:#eee;font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.product-region .product-lside .sub-cate a:hover{ background:#1fa36e; color:#fff;}

.product-region .product-lside .lside-contact {
	margin-top: 16px;
	text-align: center;
	line-height: 0;
	margin-bottom: 36px;
}
.product-region .product-list {
	width: 930px;
}
.product-region .product-list ul {
	overflow: hidden;
}
.product-region .product-list li {
	margin-bottom: 2%;
	position: relative;
	float: left;
	margin-right: 2%;
	width: 32%;
}
.product-region .product-list li:nth-of-type(3n) {
	margin-right: 0;
}
.product-region .product-list li h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 38px;
	background: rgba(23, 117, 197, 0.5);
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	height: 38px;
}
.product-region .product-list li:hover h5 {
	height: 100%;
}
.choose-region {
	border-top: 17px solid #1fa36e;
	margin-top: 80px;
}
.choose-region .choose-tit {
	height: 188px;
	background: #1775c5;
	color: #fff;
	margin-bottom: 95px;
}
.choose-region .choose-tit .w {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.choose-region .choose-tit .w > img {
	margin-top: 127px;
}
.choose-region .choose-tit .w::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 124px solid transparent;
	border-right: 124px solid transparent;
	border-top: 40px solid #1775c5;
}
.choose-region .choose-tit h2 {
	font-size: 85px;
	margin: 0 27px 0 13px;
}
.choose-region .choose-tit h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.choose-region .choose-tit h3 img {
	vertical-align: -6px;
	margin-left: 10px;
}
.choose-region .choose-tit h3 p {
	font-size: 19px;
	background: url(../image/chosline.png) no-repeat left center;
	line-height: 32px;
	width: 327px;
	padding-left: 20px;
	margin-top: 7px;
}
.choose-bd li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../image/avantline.png) no-repeat bottom center;
	padding-bottom: 120px;
	margin-bottom: 55px;
}
.choose-bd li:last-of-type {
	margin-bottom: 0;
	background: none;
	padding-bottom: 0;
}
.choose-bd li:nth-of-type(even) {
	flex-direction: row-reverse;
}
.choose-bd li .item-hd {
	max-width: 50%;
}
.choose-bd li .item-hd dl {
	margin-bottom: 30px;
}
.choose-bd li .item-hd dl:last-of-type {
	margin-bottom: 0;
}
.choose-bd li .item-hd dt {
	height: 149px;
	background: url(../image/avanttit.jpg) no-repeat left center;
	display: flex;
	line-height: 156px;
	font-size: 24px;
	font-family: cursive;
	font-weight: 800;
	margin-bottom: 10px;
}
.choose-bd li .item-hd dt i {
	color: #fff;
	width: 118px;
	text-align: center;
	font-size: 33px;
	font-family: fantasy;
	line-height: 154px;
	margin-right: 25px;
}
.choose-bd li .item-hd dd {
	padding-left: 32px;
}
.choose-bd li .item-hd dd p {
	font-size: 14px;
	color: #444;
	line-height: 30px;
}
.choose-bd li .item-hd dd p::after {
	content: "";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #1775c5;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 10px;
}
.choose-bd li .item-hd dd p span {
	color: #1775c5;
}
.choose-bd li .item-bd {
	max-width: 50%;
}
.choose-bd li .item-bd img {
	max-width: 100%;
}
.case-region {
	margin-top: 90px;
	background: linear-gradient(
		to top,
		#e5e5e5 36px,
		#1775c5 36px,
		#1775c5 291px,
		#1775c5 291px,
		#fff 291px
	);
}
.case-region .case-more {
	text-align: center;
	margin-top: 56px;
}
.case-region .case-more a {
	display: inline-block;
	line-height: 69px;
	margin: 0 15px;
	background: #1263a8;
	color: #fff;
	font-size: 24px;
	width: 240px;
	transition: all 0.3s;
}
.case-region .case-more a:first-of-type {
	background: #fff;
	color: #000;
}
.case-region .case-more a:hover {
	background: #1fa36e;
	color: #fff;
}
.case-bd {
	overflow: hidden;
	margin-top: 60px;
}
.case-bd li {
	width: 293px;
	margin-right: 9px;
	transition: all 0.3s;
}
.case-bd li .img {
	overflow: hidden;
}
.case-bd li .desc {
	height: 124px;
	background: #fff;
	padding: 16px 28px;
}
.case-bd li .desc h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	background: url(../image/caseline.png) no-repeat bottom left;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.case-bd li .desc p {
	font-size: 13px;
	color: #888;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.case-bd li:hover .desc h5 {
	color: #1775c5;
}
.about-region {
	padding-top: 50px;
	background: linear-gradient(to top, #fff 37px, #e5e5e5 37px);
}
.about-region .about-more {
	text-align: center;
}
.about-region .about-more a {
	display: inline-block;
	line-height: 69px;
	margin: 0 15px;
	background: #1775c5;
	color: #fff;
	font-size: 24px;
	width: 240px;
	transition: all 0.3s;
}
.about-region .about-more a:last-of-type {
	background: #333;
}
.about-region .about-more a:hover {
	background: #1fa36e;
}
.about-bd {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 34px;
	margin: 35px 0;
}
.about-bd .about-img {
	width: 546px;
	line-height: 0;
}
.about-bd .about-img img {
	max-width: 100%;
}
.about-bd .about-content {
	width: 560px;
}
.about-bd .about-content .ab-tit {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.about-bd .about-content .ab-tit span {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	font-family: arial;
	margin-left: 10px;
	vertical-align: -3px;
	color: #888;
}
.about-bd .about-content .ab-tit::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #1775c5;
	margin-top: 7px;
}
.about-bd .about-content .desc {
	font-size: 14px;
	line-height: 40px;
	height: 200px;
	overflow: hidden;
	color: #555;
	margin: 16px 0 35px;
}
.about-bd .about-content ul {
	display: flex;
}
.about-bd .about-content ul li {
	text-align: center;
	font-size: 13px;
	color: #666;
	border-right: 1px solid #dadada;
	margin-right: 26px;
	padding: 2px 26px 2px 0;
}
.about-bd .about-content ul li b {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	display: block;
	font-family: arial;
	line-height: 1;
	margin-bottom: 1px;
}
.about-bd .about-content ul li b i {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.show-region {
	padding: 60px 0;
}
.show-bd {
	margin-top: 50px;
	position: relative;
}
.show-bd .tempWrap{
	width:100% !important;
}

.show-bd .sbtn {
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	width: 44px;
	height: 44px;
	background: #ecebee;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	font-family: "宋体";
	color: #333;
	font-size: 20px;
	transition: all 0.3s;
}
.show-bd .sbtn:hover {
	background: #1775c5;
	color: #fff;
}
.show-bd .sPrev {
	left: -60px;
}
.show-bd .sNext {
	right: -60px;
}
.show-bd li {
	width: 392px;
    margin-right: 42px;
}
.show-bd li .img {
	border: 6px solid #dcdcdc;
	overflow: hidden;
	transition: all 0.3s;
}
.show-bd li .img img {
	width: 100%;
	display: flex;
}
.show-bd li h5 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}
.show-bd li:hover .img {
	border-color: #1775c5;
}
.news-region {
	padding: 0 0 60px;
}
.news-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-bd .news-bd-dynamic,
.news-bd .news-bd-faq {
	width: 568px;
}
.news-bd .news-tit {
	border-bottom: 1px solid #d5d4d4;
	margin-bottom: 34px;
	background: url(../image/newsicon.png) no-repeat left top;
	padding-left: 45px;
	padding-bottom: 10px;
}
.news-bd .news-tit a {
	font-size: 13px;
	text-transform: uppercase;
	font-family: arial;
	color: #333;
}
.news-bd .news-tit a:hover {
	color: #1fa36e;
}
.news-bd .news-tit h3 {
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 1;
	margin-right: 15px;
}
.news-bd .news-bd-dynamic li {
	height: 94px;
	border: 1px solid #e5e5e5;
	margin-bottom: 24px;
	transition: all 0.3s;
}
.news-bd .news-bd-dynamic li:last-of-type {
	margin-bottom: 0;
}
.news-bd .news-bd-dynamic li .time {
	background: #e5e5e5;
	text-align: center;
	height: 92px;
	width: 93px;
	margin-right: 20px;
	float: left;
	font-size: 16px;
	color: #666;
	font-family: arial;
	padding-top: 17px;
	transition: all 0.3s;
}
.news-bd .news-bd-dynamic li .time b {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.news-bd .news-bd-dynamic li h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 7px;
}
.news-bd .news-bd-dynamic li p {
	font-size: 13px;
	color: #666;
}
.news-bd .news-bd-dynamic li:hover {
	border-color: #1775c5;
}
.news-bd .news-bd-dynamic li:hover .time {
	background: #1775c5;
	color: #fff;
}
.news-bd .news-bd-dynamic li:hover .time b {
	color: #fff;
}
.news-bd .news-bd-faq img {
	max-width: 100%;
	display: block;
}
.news-bd .news-bd-faq .news-slide-wrap {
	height: 384px;
	overflow: hidden;
}
.news-bd .news-bd-faq .news-slide-wrap li {
	margin: 15px 0;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 b {
	font-size: 20px;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: 1px;
	line-height: 1;
}
.news-bd .news-bd-faq .news-slide-wrap li h5 span {
	font-size: 12px;
	color: #666;
}
.news-bd .news-bd-faq .news-slide-wrap li p {
	margin-left: 27px;
	font-size: 13px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	color: #666;
}
.news-bd .news-bd-faq .news-slide-wrap li:hover h5 {
	color: #1775c5;
}
.partner-region {
	background: #ececec;
	padding: 60px 0;
}
.partner-bd {
	margin-top: 40px;
	position: relative;
}
.partner-bd .pbtn {
	width: 36px;
	height: 67px;
	background: #a2a2a2;
	line-height: 67px;
	text-align: center;
	font-family: "宋体";
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	transition: all 0.3s;
}
.partner-bd .pbtn:hover {
	background: #1775c5;
}
.partner-bd .sPrev {
	left: -0;
}
.partner-bd .sNext {
	right: -0;
}
.partner-bd .tempWrap {
	width: 1058px;
	overflow: hidden;
	margin: 0 auto;
}
.partner-bd li {
	float: left;
	width: 188px;
	line-height: 0;
	margin-right: 29px;
}
.partner-bd li img {
	width: 100%;
	display: block;
}
.partner-bd li p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}
.area-region {
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	color: #000;
}
.area-region .w {
	background: url(../image/areaicon.png) no-repeat left center;
	padding-left: 30px;
}
.area-region a {
	color: #000;
}
