﻿@charset "utf-8";
body 
{
	width:100%;
	min-width:1120px;
	padding:0;
	margin:0;
	font-size:13px;
	color:#333333;
	border:none;
}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{color: inherit; text-decoration:none;transition: all 0.3s;}
a:hover{ color:#014a97;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;}
img{ border:0;}
.header{
    float:left;
    width:100%;
	padding-top:25px;
}
a.logo{
	width:601px;
	height:60px;
	float:left;
	background:url(../images/logo.jpg) no-repeat left center;
}
.login{
	width:auto;
	height:20px;
	line-height:20px;
	float:left;
	margin-left:45px;
	_margin-left:22px;
	padding-left:27px;
	background:url(../images/ico_user.png) no-repeat left center;
	font-family:微软雅黑;
	font-size:14px;
	margin-top:20px;
}
.login a{
	color:#222222;
}
.login a:hover{
	color:#2b5aa8;
}
.tel{
	width:auto;
	float:left;
	margin-left:45px;
	_margin-left:22px;
	font-family:微软雅黑;
	font-size:14px;
	margin-top:12px;
	text-align:left;
	color:#ee0000;
}
.tel span{
	color:#222222;
}
.language{
	float:right;
	font-family:微软雅黑;
	font-size:14px;
	color:#222222;
	margin-top:20px;
}
.language a{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
}
.language a.cur{
	background:#2e59a8;
	color:#fff;
}
.navi{
	width:100%;
	height:45px;
	background:#2b5aa8;
	float:left;
	margin-top:25px;
}
.navi ul
{
	width:1100px;
	height:auto;
	margin:0 auto;
	text-align:center;
	list-style-type:none;
	text-indent:0px;
	padding:0px;
}
.navi ul li
{
	float:left;
	width:16.66%;
	height:45px;
	line-height:45px;
	color:#fff;
	position:relative;
	z-index:100;
	font-size:14px;
	font-family:微软雅黑;
	text-indent:0px;
}
.navi ul li:hover
{
	background:#1d4383;
	color:#fff;
}
.navi ul li.act
{
	background:#1d4383;
	color:#fff;
}
.navi ul li a{
	color:#fff;
}
.navi ul li.act a
{
	background:#1d4383;
	color:#fff;
}
.navi ul li:hover a
{
	color:#fff;
}
.navi ul li a:hover,.navi ul li a.hover
{
	color:#fff;
}
.navi ul li .list
{
	position:absolute;
	left:0px;
	top:45px;
	width:100%;
	background:#efefef;
	z-index:100;
	display:none;
	font-family:微软雅黑;
}
.navi ul li.act:hover .list a
{
	background:#efefef;
	color:#888888;
}
.navi ul li:hover .list
{
	display:block;
}
.navi ul li .list a
{
	display: block;
	float:left;
	width:100%;
	height:auto;
	line-height:40px;
	text-indent:0px;
	font-size:12px;
	color:#888888;
	font-family:微软雅黑;
	position:relative;
}
.navi ul li .list .sub-list
{
	display: block;
	float:left;
	width:100%;
	height:auto;
	border-bottom:solid 1px #dfdedc;
	position:relative;
}
.navi ul li .list .sub-list:hover{
	color: #fff;
    background-color: #1d4383;
	border-bottom: solid 1px #1d4383;
}
.navi ul li .list .sub-list a:hover{
	color: #fff;
}
.navi ul li .list .sub-list .sanji-nav{
	position: absolute;
	float: left;
	display: block;
	margin-left: 183px;
	width: 183px;
	display: none;
	top: 0;
}
.navi ul li .list  .sanji-nav a{
	float: none !important;
	display: block;
	width: 100%;
	color: #888888;
	background-color: #efefef;
	border-bottom: solid 1px #dfdedc;
	line-height: 40px;
	text-indent: 0px;
	font-size: 12px;
}
.navi ul li .list .sanji-nav a:hover{
	color: #fff;
    background-color: #1d4383;
	border-bottom: solid 1px #1d4383;
}
.navi ul li .list .sub-list:hover .sanji-nav{
	float: left;
	display: block !important;
}


.navi ul li.act:hover .list a:hover
{
	color:#fff;
	background-color:#1d4383;
}
.navi ul li .list a:hover
{
	color:#fff;
	background-color:#1d4383;
}
.navi ul li .list a:nth-last-child(1)
{
	border-bottom:6px solid #1d4383;
}
.navi ul li .list .sub-list:nth-last-child(1)
{
	border-bottom:6px solid #1d4383;
}
.navi ul li .list .sub-list .sanji-nav a:nth-last-child(1):hover{
    border-bottom:6px solid #1d4383;
}
.banner{
	width:100%;
	float:left;
}
.swiper-container1 {
    width: 100%;
}
.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
}
.swiper-pagination-bullet {
  width: 45px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background:#fff;
  border-radius:0px;
}
.swiper-pagination-bullet-active{
  color:#fff;
  background: #2b5aa8;
}
.swiper-container1 .swiper-slide div{
	height:500px;
	float:left;
	width:100%;
}
.about{
	width:100%;
	float:left;
	background:#fff;
	padding-top:28px;
}
.bt-title{
	width:100%;
	float:left;
	background:url(../images/ico_line.png) no-repeat center center;
	color:#2b5aa8;
	font-size:20px;
	text-align:center;
	margin-bottom:15px;
}
.content{
	width:1100px;
	margin:0 auto;
}
.container{
	line-height:30px;
	font-size:16px;
	text-indent:32px;
}
.container a{
	background:#2b5aa8;
	font-size:12px;
	color:#fff;
	padding:7px;
	padding-bottom:3px;
	padding-top:3px;
	margin-left:10px;
}
.main-business{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:28px 0px;
}
.bus-wrap{
	float: left;
	width: 100%;
 font-family:Arial; 
	margin-top: 10px;
}
.bus-wrap a.bus{
	float: left;
	width: 259px;
	height: 164px;
	margin-right: 20px;
}
.bus-wrap a.bus:nth-child(4n){
	margin-right: 0px;
}
.bus-wrap a.bus span.title{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #222222;
	text-align: center;
	margin-top: 86px;
}
.bus-wrap a.bus span.sub-title{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 4px;
	text-transform: uppercase;
}
.bus-wrap a.bus:nth-child(1){
	background: url(../images/ico_yewu1.png) no-repeat top 28px center;
	background-color: #fff;
}
.bus-wrap a.bus:nth-child(2){
	background: url(../images/ico_yewu2.png) no-repeat top 28px center;
	background-color: #fff;
}
.bus-wrap a.bus:nth-child(3){
	background: url(../images/ico_yewu3.png) no-repeat top 28px center;
	background-color: #fff;
}
.bus-wrap a.bus:nth-child(4){
	background: url(../images/ico_yewu4.png) no-repeat top 28px center;
	background-color: #fff;
}

.bus-wrap a.bus:hover span.title{
	color: #fff;
	transition: .1s;
}
.bus-wrap a.bus:hover span.sub-title{
	color: #fff;
	transition: .1s;
}
.bus-wrap a.bus:nth-child(1):hover{
	background: url(../images/ico_yewu12.png) no-repeat top 28px center;
	background-color: #2b5aa8;
	transition: .1s;
}
.bus-wrap a.bus:nth-child(2):hover{
	background: url(../images/ico_yewu22.png) no-repeat top 28px center;
	background-color: #2b5aa8;
	transition: .1s;
}
.bus-wrap a.bus:nth-child(3):hover{
	background: url(../images/ico_yewu32.png) no-repeat top 28px center;
	background-color: #2b5aa8;
	transition: .1s;
}
.bus-wrap a.bus:nth-child(4):hover{
	background: url(../images/ico_yewu42.png) no-repeat top 28px center;
	background-color: #2b5aa8;
	transition: .1s;
}

.show-main{
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.baoguo{
	float: left;
	width: 276px;
	border: solid 1px #e5e3e3;
	padding: 20px 19px 25px 19px;
	margin-right: 20px;
}
.baoguo-top{
	float: left;
	width: 100%;
}
.baoguo-top span.bgzz{
	float: left;
	font-size: 16px;
	color: #2b5aa8;
	border-left: solid 4px #2b5aa8;
	padding-left: 8px;
}
.baoguo-top img{
	float: right;
	width: 25px;
	height: 20px;
}
.baoguo-top img:hover{
	box-shadow: 0px 0px 3px #c5c5c5;
}
.baoguo textarea{
	float: left;
	width: 98%;
	height: 164px;
	font-size: 12px;
	color: #999999;
	font-family: 宋体;
	line-height: 20px;
	text-indent: 0.5em;
	resize: none;
	margin-top: 16px;
}
.baoguo-search{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.baoguo-search .input{
	float: left;
	width: 54px;
	height: 24px;
	text-align:center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	border: none;
	background-color: #ee0000;
	cursor: pointer;
}
.baoguo-search .input:hover{
    background-color: #e70202;
	box-shadow: 2px 2px 3px #c5c5c5;
	transition: .3s;
}
.baoguo-search a{
	float: right;
	font-size: 14px;
	color: #2b5aa8;
	font-family: 宋体;
	text-decoration: underline;
	margin-top: 5px;
}
.baoguo-search a:hover{
	opacity: 0.8;
}

.baoguo2{
	width: 330px;
	padding-bottom: 0px;
}
.baoguo .ul-list{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom:21px;
}
.baoguo .ul-list li{
	float: left;
	width: 96%;
	margin-left: 0%;
	background: url(../images/sp.png) no-repeat left center;
	list-style-type: none;
	padding: 7px;
	padding-left: 4%;
	transition: .2s;
}
.baoguo .ul-list li a
{
    display:block;
	float: left;
    width: 75%;
    height:20px;
    line-height:20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.baoguo .ul-list li:hover a{
	color: #6486bf;
}
.baoguo .ul-list li:hover{
	transition: .2s;
}
.baoguo .ul-list li span{
    display:block;
	float: right;
	font-size: 12px;
	color: #999999;
	font-family: arial;
	margin-top: 3px;
}
.lunbo{
	float: left;
	width: 371px;
	height: 287px;
}
.swiper-container2 {
    width: 100%;
}
 .swiper-container2 .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;
}
.swiper-container2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background:#fff;
  border-radius:100%;
}
 .swiper-container2 .swiper-pagination-bullet-active{
  color:#fff;
  background: #2b5aa8;
}
.swiper-container2 .swiper-slide div{
	height:287px;
	float:left;
	width:100%;
}
.swiper-container2{
	position: relative;
}
.swiper-container2 span.fengcai{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	width: 150px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background: url(../images/fengcai-bg.png) no-repeat left top;
	background-color:#2b5aa8; display:block;
	z-index: 555;
}

.partner-wrap{
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 20px 0px 50px 0px;
}
.partner-title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #222222;
}
.partner-list{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.partner-list img{
	float: left;
	width: 144px;
	height: 81px;
	margin-right: 15px;
}
.partner-list img:nth-child(7n){
	margin-right: 0px;
}
/*轮播3*/
.swiper-container3 
{
    float:left;
    width: 100%;
}
 .swiper-container3 .swiper-slide {
  text-align: left;
  width: 100%;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
 
}
.swiper-container3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background:#ccc;
  border-radius:100%;
}
 .swiper-container3 .swiper-pagination-bullet-active{
  color:#fff;
  background: #2b5aa8;
}
.swiper-container3 .swiper-slide div{
	
	float:left;
	width:100%;
	height:100%;
}
.swiper-container3 .baoguo-top{
	
	float:left;
	width:100%;
	height:100%;
}
.swiper-pagination3
{
    bottom:0px;
}
/*轮播3结束*/

/*常用工具*/
.changyong{
	float: left;
	width: 100%;
}
.banner2{
	float: left;
	width: 100%;
	height: 79px;
	background: url(../images/banner2.jpg) no-repeat top center;
}
.root{
	float: left;
	width: 100%;
	border: solid 1px #e5e3e3;
	margin-top: 20px;
}
.root-title{
	float: left;
	width: 105px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background-color: #2b5aa8;
	text-align: center;
}
.root li{
	float: left;
	list-style: none;
	margin-left: 20px;
}
.root li a{
	float: left;
 padding-right:11px;
	height: 37px;
	font-size: 14px;
	color: #222222;
	line-height: 37px;
	margin: 11px 0;
	text-align: center;
	background-color: #f7f7f7;
}
.root li a:hover{
	color: #fff;
	background-color: #2b5aa8;
}

.youqing{
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 13px 0px;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.youqing a{
	margin: 0px 10px;
}

/*底部*/
.footer-wrap{
	float: left;
	width: 100%;
	background-color: #3a3a3a;
	padding: 38px 0px 30px 0px;
}
.footer-nav{
	float: left;
	background: url(../images/footer-line.jpg) no-repeat right top;
	padding-right: 24px;
	margin-right: 24px;
}
.footer-nav li.nav-title{
	clear: both;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.footer-nav li{
	list-style: none;
	margin-bottom: 7px;
}
.footer-nav li a{
	font-size: 12px;
	color: #b2b2b2;
}
.footer-nav li a:hover{
	text-decoration: underline;
}
.wcode{
	float: left;
	margin-left: 10px;
	width: 147px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wcode img{
	width: 117px;
	height: 111px;
	margin-bottom: 6px;
}
.us{
	float: right;
	width: 357px;
}
.us li{
	float: left;
	width: 93%;
	list-style: none;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	min-height: 22px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.us li:nth-child(1){
	background: url(../images/us1.png) no-repeat left top;
}
.us li:nth-child(2){
	background: url(../images/us2.png) no-repeat left top;
}
.us li:nth-child(3){
	background: url(../images/us3.png) no-repeat left top;
}
.end{
	float: left;
	width: 100%;
	color: #a6a6a6;
	background-color: #1d1d1d;
	padding: 10px 0px;
	text-align: center;
}

/*产品服务*/
.fuwu-banner{
	float: left;
	width: 100%;
	height: 172px;
	background: url(../images/nei-banner.jpg) no-repeat top center;
}
.fuwu-wrap{
	float: left;
	width: 100%;
	margin-top: 29px;
	margin-bottom: 160px;
}
.fuwu-nav{
	float: left;
	width: 272px;
}

.fuwu-nav-title{
	float: left;
	width: 100%;
	background-color: #2b5aa8;
	text-align: center;
	padding: 15px 0px;
}
.fuwu-nav-title span.title{
	font-size: 18px;
	color: #fff;
	margin-right: 7px;
}
.fuwu-nav-title span.sub-title{
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
.nav-info-wrap{
	float: left;
	font-family:Arial;
	width: 240px;
	padding:15px 16px 12px 16px;
	background-color: #f7f7f7;
	margin-bottom: 3px;
}
.nav-info-wrap span.nav-info-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #222222;
	background: url(../images/nav-left.jpg) no-repeat left center;
	padding-left: 12px;
	margin-bottom: 5px;
}
.nav-info-wrap a{
	float: left;
	width:50%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 4px 0px;
	font-size: 14px;
	color: #666666;
}
.nav-info-wrap a:hover{
	color: #2b5aa8;
}
.nav-info-wrap a:before{
	content: '> ';
}
.fuwu-right{
	float: right;
	width: 799px;
}
.weizhi{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #222222;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 13px;
}
.nei-biaoti{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #2b5aa8;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 49px;
}
.fuwu-right h2{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.fuwu-right img{
	margin-top: 20px;
	max-width: 100%;
}

.nr{ width:100%; line-height:24px; padding-top:50px;}

.xwnrsss{ width:100%; line-height:50px; border-bottom:dashed 1px #e4e0e0; clear:both; overflow:hidden;  font-size:13px;}

.xwimgss{ width:2px; height:2px; overflow:hidden; clear:both; float:left; background-image:url(../images/dxs.jpg); margin-top:26px; margin-bottom:0px;}

.xwtits{ overflow:hidden; float:left;padding-left:7px;}

.xltit{  overflow:hidden; clear:both; line-height:30px; width:76%; text-align:left; border-bottom:solid 1px #e5eee6; font-weight:normal;}

.rq{ float:right;}
.mod-pager-box
{
    clear:both;
    padding-top:30px;
    padding-bottom:10px;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:40px;
    font-family:微软雅黑,Microsoft YaHei;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:40px;
    margin:0 5px;
    width:40px;
    height:40px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:40px;
    height:40px;
    line-height:40px; cursor:pointer;
    color:#fff;
    background-color:#2b5aa8;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}

.gsfc{ width:371px; height:287px;}

.nav-info-wraps{
	float: left;
	font-family:Arial;
	width: 240px;
	padding:15px 16px 12px 16px;
	background-color: #f7f7f7;
	margin-bottom: 3px;
}
.nav-info-wraps span.nav-info-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #222222;
	background: url(../images/nav-left.jpg) no-repeat left center;
	padding-left: 12px;
	margin-bottom: 5px;
}
.nav-info-wraps a{
	float: left;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 4px 0px;
	font-size: 14px;
	color: #666666;
}
.nav-info-wraps a:hover{
	color: #2b5aa8;
}
.nav-info-wraps a:before{
	content: '> ';
}