body {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.thebox {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/*状态栏*/

.navtop {
	width: 100%;
	background-color: #171A1F;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: white;
}

.navtop>div>span:first-of-type {
	float: left;
}

.navtop>div>span:last-of-type {
	float: right;
}

.navtop>div>span>img {
	width: 22px;
	margin-right: 10px;
	margin-bottom: 3px;
}


/*.navxs{
	display: none;
}*/


/*pc端导航栏*/

.nav-box {
	box-shadow: 0 1px 8px 1px gainsboro;
	position: relative;
}

.logo>img {
	width: 225px;
}

.navmd {
	height: 110px;
	line-height: 110px;
}

.navmd>div {
	float: left;
}

.navmd>ul {
	float: right;
	margin-top: 36px;
}

.navmd>ul>li {
	float: left;
	width: 112px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	margin-left: 5px;
	border-radius: 6px;
}

.navmd>ul>li>a {
	color: #333333;
}

.navmd>ul>li:first-of-type>a {
	padding: 9px 38px;
}

.navmd>ul>li:not(:first-child)>a {
	padding: 9px 24px;
}

.navmd>ul>.nav-act {
	background-color: #0271C0;
}

.navmd>ul>.nav-act>a {
	color: white;
}


/*轮播*/

.carousel-indicators li {
	display: inline-block;
	width: 45px;
	height: 3px;
	margin: 0;
	text-indent: -999px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

.carousel-indicators .active {
	width: 45px;
	height: 3px;
	margin: 0;
	border: 1px solid #3E4857;
	background-color: #3E4857;
}


/*轮播下*/

.lunbobottom {
	width: 100%;
	background-color: #F6FBFF;
	height: 300px;
}

.lunbobottom>div>div {
	text-align: center;
	float: left;
	height: 115px;
	width: 300px;
	margin-top: 70px;
}

.lunbobottom>div>div>img {
	width: 50px;
}

.lunbobottom>div>div>div:first-of-type {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 25px;
}

.lunbobottom>div>div>div:last-of-type {
	font-size: 14px;
	width: 127px;
	margin-left: auto;
	margin-right: auto;
}


/*我们的服务*/
.weares-til {
	text-align: center;
	margin-top: 60px;
}

#smallsp {
	width: 50px;
	border: 1px solid #0B74C1;
	display: inline-block;
	c
}

.weares-til>div:first-of-type {
	font-size: 30px;
	margin-bottom: 25px;
}

.weares-til>div:first-of-type>div {
	font-size: 10px;
}

.weares-til>div:last-of-type {
	font-size: 14px;
	color: #666666;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.weare-text{
	width: 1200px;
	height: 343px;
	position: relative;
}
.weare-text>div {
	float: left;
	width: 300px;
	height: 343px;
	background-color: #E8EEF4;
	margin-bottom: 60px;
	position: absolute;
	top: 0;
}
.weare-text>div>img {
	width: 100%;
	height: 343px;
}
.gray img{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}

.weare-text>div>div:first-of-type {
	font-size: 24px;
	color: #0B74C1;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.weare-text>div>div:last-of-type {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

#mm1>div{
	transition: color 1s; 
}
#mm2>div{
	transition: color 1s; 
}
#mm3>div{
	transition: color 1s; 
}
.weare-text>div:nth-of-type(1){
	left: 0;
	transition: left 0.5s;
}
.weare-text>div:nth-of-type(2){
	left: 300px;
	transition: left 0.5s;
}
.weare-text>div:nth-of-type(3){
	left: 600px;
	transition: left 0.5s;
	z-index: 99;
}
.weare-text>div:nth-of-type(4){
	left: 600px;
	transition: left 0.5s;
}
.weare-text>div:nth-of-type(5){
	left: 900px;
	transition: left 0.5s;
	z-index: 99;
}
.weare-text>div:nth-of-type(6){
	left: 900px;
	transition: left 0.5s;
}


/*.weares-til {
	text-align: center;
	margin-top: 60px;
}

#smallsp {
	width: 50px;
	border: 1px solid #0B74C1;
	display: inline-block;
	c
}

.weares-til>div:first-of-type {
	font-size: 30px;
	margin-bottom: 25px;
}

.weares-til>div:first-of-type>div {
	font-size: 10px;
}

.weares-til>div:last-of-type {
	font-size: 14px;
	color: #666666;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.weare-text{
	width: 1200px;
	height: 343px;
	position: relative;
}
.weare-text>.dvv {
	float: left;
	width: 300px;
	height: 343px;
	background-color: #E8EEF4;
	margin-bottom: 60px;
	/*position: absolute;
	top: 0;
}

.weare-text>.mouse {
	display:none;
	float: left;
	width: 300px;
	height: 343px;
	position:relative;}
.weare-text>.mouse:first-of-type{
	display:block;
	}
.weare-text>div>img {
	width: 100%;
	height: 343px;
}

.weare-text>div>div:first-of-type {
	font-size: 24px;
	color: #0B74C1;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.weare-text>div>div:last-of-type {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.weare-text>div:nth-of-type(1){
	left: 0;
	transition: all 0.5s;
}
.weare-text>div:nth-of-type(2){
	left: 300px;
	transition: all 0.5s;
}
.weare-text>div:nth-of-type(3){
	left: 600px;
	transition: all 0.5s;
	z-index: 99;
}
.weare-text>div:nth-of-type(4){
	left: 600px;
	transition: all 0.5s;
}
.weare-text>div:nth-of-type(5){
	left: 900px;
	transition: all 0.5s;
	z-index: 99;
}
.weare-text>div:nth-of-type(6){
	left: 900px;
	transition: all 0.5s;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;} Hides from IE-mac \
*html .clearfix{height:1%;}
.clearfix{display:block;} End hide from IE-mac 
*+html .clearfix{min-height:1%;}

.lanrenzhijia{width:1200px;margin:0px auto 0 auto;overflow:hidden;}
.lanrenzhijia ul{width:1200px; padding:0px; margin:0px;}
.lanrenzhijia ul li{float:left;margin-right:0px;margin-bottom:10px;display:inline;width:300px;height:343px;overflow:hidden;position:relative;}
.lanrenzhijia ul li .photo{width:300px;height:343px;overflow:hidden;}
.lanrenzhijia .rsp{width:300px;height:343px;overflow:hidden;position: absolute;background:#000;top:0px;display:none;left:0px;opacity: 0.35;}
.lanrenzhijia .text{position:absolute;width:343px;height:343px;left:0px;top:0px;overflow:hidden;display:none;}
.lanrenzhijia .text h3{width:300px;margin-top:100px;height:50px;line-height:50px;text-align:center;color:#0B74C1;font-size:24px;}
.lanrenzhijia .text a{text-decoration:none}
.lanrenzhijia .text div{text-align:center;color:#FFFFFF;font-size:14px;}
*/

/*四大优势*/

.thefour {
	width: 100%;
	background-color: #F9F9F9;
	clear: both;
	height: 680px;
}

.thefour>div>.weares-til {
	padding-top: 35px;
}

.thefour-text>div {
	width: 300px;
	float: left;
}

.thefour-text>div>img {
	width: 300px;
	height: 200px;
}

.thefour-text>div>div {
	width: 100%;
	height: 200px;
	padding: 22px 17px;
	background-color: #DCE7F6;
}

.thefour-text>div>div>div:first-of-type {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.thefour-text>div>div>div:last-of-type {
	font-size: 14px;
	line-height: 25px;
}


/*合作伙伴*/

.dowebok {
	width: 1200px;
	min-height:328px;
	margin: 50px auto;
	font-size: 14px;
	
}

.dowebok ul {
	min-height:328px;
	margin: 0 0 10px 0;
	line-height: 30px;
	list-style-type: none;
	padding-left: 0;
}

.dowebok ul li {
	margin-bottom: 8px;
	width: 192px;
    float: left;
	height:100%;
	background-color:white;
}

.dowebok a {
	color: #333;
	text-decoration: none;
	margin-left: 4px;
	margin-right:4px;
}

.dowebok a img {
	border: 1px solid #E8EEF4;
	width:192px;
	height:96px;
}

.dowebok a:hover {
	text-decoration: underline;
}

.md-a {
	display: none;
}

/*新闻资讯*/

.index-news {
	width: 100%;
	background-color: #F6FBFF;
	padding-top: 1px;
	height: 580px;
}

.index-news>div>.weares-til {
	margin-top: 40px;
}

.news-text>div {
	float: left;
}

.news-text>div:nth-of-type(2) {
	margin-left: 25px;
}

.news-text-two {
	width: 345px;
}

.news-text-two>a>img {
	width: 345px;
	height: 190px;
}

.news-text-two>a>div {
	margin-top: 10px;
}

.news-text-two>a>div:first-of-type {
	font-size: 16px;
	color: #333333;
}

.news-text-two>a>div:nth-of-type(2) {
	font-size: 14px;
	color: #666666;
}

.news-text-two>a>div:last-of-type {
	font-size: 14px;
	color: #333333;
}

.news-text-two>a:hover {
	text-decoration: none;
}

.news-text-two>a:hover div:first-of-type {
	color: #0B74C1;
}

.news-text-ul {
	width: 460px;
	margin-left: 25px;
}

.news-text-ul>ul {
	padding-left: 0;
}

.news-text-ul>ul>li {
	height: 95px;
	margin-bottom: 13px;
}

.news-text-ul>ul>li>a>div:first-of-type {
	text-align: center;
	width: 65px;
	float: left;
}

.news-text-ul>ul>li>a>div:first-of-type>div:first-of-type {
	background-color: #D6E5FC;
	color: white;
	font-size: 40px;
}

.news-text-ul>ul>li>a>div:first-of-type>div:last-of-type {
	background-color: #0B74C1;
	color: white;
	font-size: 14px;
}

.news-text-ul>ul>li>a>div:last-of-type {
	float: left;
	margin-left: 10px;
	width: 385px;
}

.news-text-ul>ul>li>a>div:last-of-type>div:first-of-type {
	font-size: 16px;
	color: #333333;
}

.news-text-ul>ul>li>a>div:last-of-type>div:last-of-type {
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
	text-indent: 28px;
}

.news-text-ul>ul>li>a:hover div:last-of-type>div:first-of-type {
	color: #0B74C1;
}


/*悬浮菜单*/

dl,
dd,
dt {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 999;
}

.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #646577;
	border-bottom: solid 1px #555666;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 8px;
}

.floating_ck dl dd:hover {}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult {
	background-image: url(../images/icon/qq.png);
}

.words {
	background-image: url(../images/icon/wx.png);
}

.quote {
	background-image: url(../images/icon/dh.png);
}

.return {
	background-image: url(../images/icon/top.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	min-height: 80px;
	background-color:transparent;
	display: none;
	line-height:80px;
	font-size:18px;
	color:#000;
	border:double;
	background-color:white;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	height: 260px;
	top: -180px;
}

.floating_ewm i {
	background-image: url(images/erweima.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}


/*悬浮留言*/

.xuanfu-box {
	position: fixed;
	
	left: 20px;
	width: 250px;
	height: auto;
	z-index: 999;
	bottom: 0%;
}

.xuanfu-til {
	background-color: #0B74C1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: white;
}

.xuanfu-til>span:first-of-type {
	font-size: 16px;
}

.xuanfu-til>span:last-of-type {
	width: 28px;
	height: 4px;
	background-color: white;
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-top: 24px;
	border-radius: 2px;
}

.xuanfu-til>span:last-of-type:hover {
	cursor: pointer;
}

.xuanfu-til>img {
	display: none;
	width: 31px;
	float: right;
	margin-top: 10px;
	margin-right: 18px;
}

.xuanfu-til>img:hover {
	cursor: pointer;
}

.xuanfu-text {
	background-color: #E8EEF4;
	text-align: center;
	font-size: 12px;
	display:none;
}

.xuanfu-text>form>textarea {
	width: 230px;
	margin-top: 10px;
	height: 80px;
}

.xuanfu-text>form>input:nth-of-type(1) {
	background-image: url(../images/index/xm.png);
	background-size: 18px;
}

.xuanfu-text>form>input:nth-of-type(2) {
	background-image: url(../images/index/dh.png);
	background-size: 16px;
}

.xuanfu-text>form>input:nth-of-type(3) {
	background-image: url(../images/index/yx.png);
	background-size: 18px;
}

.xuanfu-text>form>input:nth-of-type(4) {
	background-image: url(../images/index/dz.png);
	background-size: 15px;
}

.xuanfu-text>form>input {
	width: 230px;
	height: 37px;
	margin-top: 10px;
	border: 1px solid #D7D7D7;
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 35px;
}

.xuanfu-text>form>input:last-of-type {
	text-indent: 0;
	background-color: #0B74C1;
	color: white;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 10px;
}


/*页尾*/

footer {
	width: 100%;
	background-color: #171A1F;
	padding-top: 50px;
	height: 300px;
	color: #999999;
	font-size: 14px;
	clear: both;
}

footer>div>div {
	float: left;
}

footer>div>div:nth-of-type(2) {
	margin-left: 90px;
}

.foot01>div:first-of-type {
	width: 540px;
	margin-bottom: 20px;
}

.foot01>div:first-of-type>a {
	margin-left: 10px;
	margin-right: 10px;
	color: #999999;
}

.foot01>div:first-of-type>a:first-of-type {
	margin-left: 0;
}

.foot01>div:nth-of-type(2) {
	line-height: 30px;
	margin-bottom: 48px;
}

.foot01>div:nth-of-type(3)>a {
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;
}

.foot02>div {
	width: 100%;
	margin-top: 19px;
}

.foot03 {
	float: right;
	margin-top: 80px;
}

.foot03>div>a:nth-of-type(2) {
	margin-left: 40px;
	margin-right: 40px;
}

.foot03>div>a>img {
	width: 30px;
}

.foot03>div:first-of-type {
	margin-bottom: 30px;
}


/*关于我们页面*/

.toptil-box {
	width: 100%;
	background-color: #F1F9FF;
	text-align: center;
	height: 210px;
}

.toptil-text>div:first-of-type {
	font-size: 36px;
	color: #0B74C1;
	padding-top: 50px;
	margin-bottom: 8px;
}

.toptil-text>div:nth-of-type(2) {
	font-size: 18px;
	color: #666666;
}

.linesp {
	width: 45px;
	height: 1px;
	display: inline-block;
	border-bottom: 1px solid #666666;
	background-color: #666666;
	margin-left: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
}

.toptil-nav {
	box-shadow: 0 3px 3px 1px darkgrey;
	background-color: white;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
}

.toptil-about {
	width: 700px;
}

.toptil-nav>ul>li {
	float: left;
	font-size: 18px;
	margin-left: 80px;
	/*margin-right: 40px;*/
	height: 60px;
}

.toptil-nav>ul>.toptil-act {
	color: #0B74C1;
	border-bottom: 3px solid #0B74C1;
}

.toptil-nav>ul>li:hover {
	cursor: pointer;
}

.toptil-about>ul {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}


/*关于我们*/

.about-box {
	margin-top: 140px;
	clear: both;
}

.about-til {
	width: 100%;
}

.about-til>img {
	width: 100%;
}

.about-text {
	margin-top: 60px;
	margin-bottom: 70px;
}

.about-text>div {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	margin-top: 20px;
	text-indent: 32px;
}

.about-twobox>div:first-of-type {
	float: left;
	margin-bottom: 65px;
}

.about-twobox>div:last-of-type {
	float: right;
	width: 552px;
}

.about-twobox>div>div:first-of-type {
	font-size: 24px;
	margin-bottom: 30px;
}

.about-twobox>div:first-of-type>ul {
	font-size: 20px;
	padding-left: 0;
}

.about-twobox>div:first-of-type>ul>li {
	margin-bottom: 18px;
}

.about-twobox>div:first-of-type>ul>li:last-of-type {
	font-size: 24px;
	background-color: #0B74C1;
	color: white;
	padding: 10px 15px;
}

.about-twobox>div:last-of-type>div>a {
	margin-left: 5px;
	margin-right: 5px;
}

.about-twobox>div:last-of-type>div>a>img {
	width: 171px;
	height: 156px;
	margin-bottom: 18px;
}
.swi{ width:99999px; height:300px; position:absolute; left:0px;}
.swi>div{ float:left;}
/*企业风采*/
.honor_list{width: 100%;overflow: hidden;}
.honor_list>ul li{display: inline-block;border: 1px solid black;width: 23.3%;height: 302px;margin: 0 8px;position: relative;margin-bottom: 20px;}
.honor_list>ul li img{width: 100%;height: 300px;}
.honor_mod{width: 100%;position: absolute;bottom: 0;display: none;}
.honor_mod span{display: inline-block;width: 100%;text-align: center;padding: 10px 0;background:  #337ab7;color: white;}
.honor_list>ul li:hover .honor_mod{display: block;}
.honor_list>ul li:hover{border: 1px solid  #337ab7;}

/*三图按钮切换*/

.swiper-container {
	width: 1160px;
	height: 300px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
	width:382px;
}
.dis{ display:none;}
.about-gundong {
	margin-bottom: 50px;
}

.about-gundong>div>div>.sli {
	width: 390px;
	padding-left:10px;
	padding-right:10px;
}

.about-gundong>div>div>.sli>a>img {
	width: 370px;
}

.about-gundong>div>div>.sli>a>div {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-align:center;
}

/*新闻资讯页面*/
.toptil-news {
	width: 700px;
}
.toptil-news>ul {
	width: 236px;
	margin-left: auto;
	margin-right: auto;
}
/*新闻资讯*/
.news-top{
	margin-top: 120px;
}
.news-top>div{
	float: left;
}
.news-top>div:not(:first-child){
	margin-left: 82px;
}
.news-move{
	clear: both;
	padding-top: 60px;
}
.news-move-ul>ul {
	padding-left: 0;
}
.news-move-ul>ul>li {
	height: 95px;
	margin-bottom: 13px;
}
.news-move-ul>ul>li>a>div:first-of-type {
	text-align: center;
	width: 65px;
	float: left;
}
.news-move-ul>ul>li>a>div:first-of-type>div:first-of-type {
	background-color: #D6E5FC;
	color: white;
	font-size: 40px;
}
.news-move-ul>ul>li>a>div:first-of-type>div:last-of-type {
	background-color: #0B74C1;
	color: white;
	font-size: 14px;
}
.news-move-ul>ul>li>a>div:last-of-type {
	float: left;
	margin-left: 30px;
}
.news-move-ul>ul>li>a>div:last-of-type>div:first-of-type {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.news-move-ul>ul>li>a>div:last-of-type>div:last-of-type {
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
}
.news-move-ul>ul>li>a:hover div:last-of-type>div:first-of-type {
	color: #0B74C1;
}

/*分页*/
.fenye{
	width: 600px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
}
.fenye>ul{
	padding-left: 0;
}
.fenye>ul>li{
	float: left;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    min-width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}
.fenye>ul>li:first-of-type{
	font-weight: bold;
}
.fenye>ul>li:last-of-type{
	font-weight: bold;
}
/*.fenye>ul>li:nth-of-type(2){
	width: 75px;
}
.fenye>ul>li:nth-of-type(7){
	width: 75px;
}
*/.fenye>ul>li>a{
	color: #333333;
	padding: 10px 10px;
}
.fenye>ul>li>a:hover{
	text-decoration: none;
}
.fenye>ul>.fenye-act{
	background-color: #0271C0;
	border-color: #0271C0;
}
.fenye>ul>.fenye-act>a{
	color: white;
}

/*合作厂家页面*/
.toptil-coop {
	width: 1080px;
}
.toptil-coop>ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.toptil-coop>ul>li{
	margin-left: 48px;
	/*margin-right: 10px;*/
}

.coop-box{
	clear: both;
	margin-top: 120px;
}
.coop-ss{
	text-align: right;
	height: 38px;
	position: relative;
}
.coop-ss>form>input:first-of-type{
	font-size: 16px;
    border: 1px solid #0B74C1;
    width: 384px;
    height: 38px;
    text-indent: 12px;
    margin-right: 40px;
}
.coop-ss>form>input:last-of-type{
	background-image: url(../images/coope/ss.png);
    background-repeat: no-repeat;
    background-color: #0B74C1;
    border: none;
    width: 33px;
    height: 38px;
    background-size: 22px;
    background-position: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.coop-text{
	margin-top: 40px;
}
.coop-text>ul{
	padding-left: 0;
}
.coop-text>ul>li{
	float: left;
	border: 1px solid #DFDEDE;
    padding: 12px;
    width: 285px;
    height: 215px;
    margin-left: 20px;
    margin-bottom: 40px;
}
.coop-text>ul>li:hover{
	border-color: #0B74C1;
}
.coop-text>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.coop-text>ul>li>a>div:first-of-type{
	text-align: center;
	width: 100%;
}
.coop-text>ul>li>a>div:nth-of-type(2){
	color: #333333;
    margin-top: 35px;
    font-size: 16px;
    margin-bottom: 14px;
}
.coop-text>ul>li:hover a>div:nth-of-type(2){
	color: #0B74C1;
}
.coop-text>ul>li>a>div:nth-of-type(3){
	color: #999999;
	font-size: 14px;
}
/*常见问题页面*/
.toptil-prob {
	width: 750px;
}
.toptil-prob>ul {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
/*.prob-box{
	margin-top: 120px;
}*/
.prob-text{
	border-bottom: 1px solid #DBE7F5;
	margin-bottom: 55px;
    padding-bottom: 40px;
	
	margin-top:80px;
	
}
.prob-text>div{
	background-color: #DBE7F5;
	color: #0B74C1;
	font-size: 18px;
	margin-bottom: 0px;
	padding: 16px 18px;
}
.prob-text>ul{
	padding-left: 0;
}
.prob-text>ul>li{
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
}

/*网点查询页面*/
.query-box{
	margin-top: 120px;
}
.query-top{
	text-align: center;
	font-size: 18px;
	height: 40px;
	position: relative;
}

.query-top>form{ width: 622px;  display: inline-block;}
.query-top>form>select{
	border: 1px solid #333333;
    width: 180px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 3px 5px 8px;
}
.query-top>form>input{
	background-color: #0B74C1;
    color: white;
    border: none;
    width: 85px;
    height: 34px;
    position: absolute;
}
.query-text{
	margin-top: 50px;
}
.query-text>ul{
	padding-left: 0;	
}
.query-text>ul>li{
	margin-bottom: 18px;
	
}

.query-text>ul>li>.query-act{
	width: 100%;
	background-color: #D6E5FC;
	color:#333333;
	font-size: 18px;
	padding: 18px;
}
.query-text>ul>li>.bgc{ color:#fff; background:#0B74C1;}
.query-text>ul>li>div:first-of-type>span{
	float: right;
}
.query-text>ul>li>div:first-of-type>span>img{
	width: 10px;
}
.query-text>ul>li>div:first-of-type>span>img:last-of-type{
	display: none;
}
.dis-box{
	display: none;
}
.open{ display:block;}
.query-text>ul>li>.dis-box{
	background-color: #FAFCFF;
	
	padding-left: 20px;
	padding-bottom: 30px;
}
.query-text>ul>li>.dis-box>div{
	font-size: 16px;
	line-height: 50px;
}
.query-text>ul>li>.dis-box>div:first-of-type{
	color: #0B74C1;
	font-size: 24px;
	padding-top: 20px;
    padding-bottom: 25px;
}

/*联系我们*/
.toptil-con {
	width: 700px;
}
.toptil-con>ul {
	width: 392px;
	margin-left: auto;
	margin-right: auto;
}
.con-box{
	margin-top: 120px;
}
.con-til{
	font-size: 24px;
	color: #0B74C1;
	margin-bottom: 40px;
	text-align: center;
}
.con-top>ul{
	padding-left: 0;
}
.con-top>ul>li{
	font-size: 16px;
	line-height: 60px;
}
.con-top>ul:first-of-type{
	/*float: left;
	margin-right: 30px;*/
}
.con-top>ul:first-of-type>li:first-of-type{
	color: #0B74C1;
}
.con-top>ul:last-of-type{
	/*float: right;
	margin-right:150px;*/
}
.top02{
	display: none;
}
.cont-left{
	width: 590px;
	margin: 0 auto;
}
.cont-left>form{
	font-size: 16px;
}
.cont-left>form>label{
	font-weight: 100;
}
.cont-left>form>input{
	width: 100%;
	border: 1px solid #9C9C9C;
	height: 35px;
	margin-bottom: 20px;
}
.cont-left>form>textarea{
	width: 100%;
	border: 1px solid #9C9C9C;
	height: 150px;
	margin-bottom: 20px;
}
.cont-left>form>input:last-of-type{
	border: 1px solid #0B74C1;
	background-color: #0B74C1;
	color: white;
}
.top02til{
	margin-bottom: 20px;
	font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.con-map{
	clear: both;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 150px;
}
.con-map>div{
	margin-left: auto;
	margin-right: auto;
}
.con-map>div>img{
	width: 100%;
}

/*新闻详情*/
.xq-box{
	margin-top: 40px;
	margin-bottom: 60px;
}
.xq-box>div{
	font-size: 14px;
	color: #999999;
}
.xq-box>div>a{
	font-size: 14px;
}
.newsxq-box{
	box-shadow: 0 0 8px 1px darkgray;
	padding: 20px 10px 40px;
}
.newsxq-til{
	font-size: 25px;
	color: #0B74C1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.newsxq-tim{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: #666666;
	font-size: 15px;
	padding-left: 15px;
	margin-bottom: 60px;
}
.newsxq-text>div{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-indent: 28px;
	line-height: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newsxq-text>.text-img{
	text-indent: 0;
	text-align: center;
}
.newsxq-text>.text-img>img{
	width: 100%;
}

.change-box{
	width: 100%;
	clear: both;
	margin-top: 80px;
	font-size: 14px;
	padding-bottom: 40px;
}
.change-box>span:first-of-type{
	float: left;
}
.change-box>span:last-of-type{
	float: right;
}