/**************************************/
/*************[公用start]**************/
/**************************************/

div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	height: 160px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.header-1{
	height: 45px;
	line-height: 44px;
	font-size: 14px;
	color: #777;
	border-bottom: 1px solid #f0f0f0;
}
.header-1 a:hover{
	color: #106bc8;
}
.logo{
	width: 430px;
	margin-top: 28px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 20px;
	margin-top: 51px;
	margin-left: 15px;
}
.search a,.search img{
	display: block;
	width: 100%;
}
.nav{
	margin-top: 50px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	height: 65px;
}
.nav>ul>li+li{
	margin-left: 30px;
}
.nav>ul>li>a{
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0	6px 15px;
	position: relative;
}
.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #106bc8;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav>ul>li:hover>a::after,.nav>ul>li.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}
.nav>ul>li>ul{
	position: absolute;
	left: -15px;
	right: -15px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #106bc8;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.fafa .slides>li  img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	height: 0;
	bottom:40px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.main{
	padding: 40px 0 55px;
}
.main1-list .item>a{
	display: block;
	height: 154px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 18px 25px 0;
}
.main1-list .item>a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #f4f4f4;
	content:"";
	opacity: 1;
	transition: opacity .3s,background-color .3s;
}
.main1-con{
	position: relative;
	z-index: 15;
}
.main1-ico{
	width: 50px;
	margin:0 auto 10px;
}
.main1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.main1-con h2{
	margin:0;
	font-size: 12px;
	color: #999;
	font-family: 'Georgia';
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	margin-top: 8px;
}
.main1-ico0{
	width: 28px;
	margin:7px auto 0;
	display: none;
}
.main1-list .item>a:hover{
	padding-top: 40px;
}
.main1-list .item>a:hover::before{
	opacity: 0.5;
	background-color: #004b9d;
}
.main1-list .item>a:hover .main1-ico{
	display: none;
}
.main1-list .item>a:hover .main1-con h1{color: #fff;}
.main1-list .item>a:hover .main1-con h2{color: #fff;opacity: 0.6;}
.main1-list .item>a:hover .main1-ico0{display: block;}
.main2{
	margin-top: 50px;
}
.main2-1{
	width: 760px;
	margin-right:  58px;
	position: relative;
}
.title-11 h1{
	margin:0;
	font-size: 14px;
	color: #004b9d;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
}
.title-11 h1 span{
	font-size: 24px;
	color: #333;
	padding-right: 10px;
}
.main2-1-dl{
	position: absolute;
	right: 0;
	top: 0;
}
.main2-1-dl dl{
	margin:0;
}
.main2-1-dl dd{
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	padding: 0	30px;
	background-color: #f4f4f4;
}
.main2-1-dl dd+dd{margin-left: 20px;}
.main2-1-dl dd img{
	margin-top: -3px;
	margin-right:8px;
}
.main2-1-dl dd img.curImg{
	display: none;
}
.main2-1-dl dd.cur{
	background-color: #106bc8;
	color:#fff;
}
.main2-1-dl dd.cur img{
	display: none;
}
.main2-1-dl dd.cur img.curImg{
	display: inline-block;
}
.main2-1-list-wp{
	padding-top: 24px;
}
.main2-1-list-wp .main2-1-list{display: none;}
.main2-1-list-wp .main2-1-list:first-child{display: block;}
.main2-1-list dl{
	margin:0;
}
.main2-1-list dd+dd{
	margin-top: 31px;
}
.main2-1-list dd:hover .main2-1-date{
	background-color: #106bc8;
	border-color: #106bc8;
}
.main2-1-list dd:hover .main2-1-date h1{color: #fff;}
.main2-1-list dd:hover .main2-1-date h2{color: #fff;}
.main2-1-date{
	width: 88px;
	height: 76px;
	background-color: #f4f4f4;
	border-bottom: 4px solid #d0d0d0;
	margin-right: 26px;
	padding-top: 13px;
}
.main2-1-date h1{
	margin:0;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color:#909090;
}
.main2-1-date h2{
	margin:0;
	font-size: 12px;
	text-align: center;
	color:#989898;
	font-family: "Arial";
	margin-top: 7px;
}
.main2-1-con{
	overflow: hidden;
}
.main2-1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main2-1-con h1 a:hover{
	color: #106bc8;
}
.main2-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 14px;
}
.main2-2{
	overflow: hidden;
}
.main2-2-1{
	width: 384px;
	height: 359px;
	background-image: url(../images/main2-2-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 52px 40px 0;
	margin-right: 4px;
}
.main2-2-1 .title-11 h1{
	color: #b8bac1;
	height: auto;
	line-height: 1;
}
.main2-2-1 .title-11 h1 span{
	color: #fff;
}
.main2-2-1-p{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height:10.8em ;
	overflow: hidden;
	margin-top: 23px;
}
.main2-2-1 .more1{
	margin-top: 25px;
}
.more1{
	width: 28px;
}
.more1 a,.more1 img{
	display: block;
	width: 100%;
}
.main2-2-2{
	overflow: hidden;
}
.main2-2-img img{
	display: block;
	width: 100%;
}
.main2-2-con{
	background-color: #106bc8;
	padding: 30px 15px 0 30px;
	height: 163px;
}
.main2-2-con .title-11 h1{
	color: #a6bee5;
	height: auto;
	line-height: normal;
}
.main2-2-con .title-11 h1 span{
	color: #fff;
	display: block;padding-right: 0;
	padding-bottom: 5px;
}
.main2-2-2 .more1{
	margin-top: 15px;
}
.main3{
	margin-top: 0px!important;
}
.main3-list{
	padding-top: 20px;
}
.main3-pic .imgbox_a{
	padding-bottom: 66.46%;
}
.main3-pic .imgbox_a:hover .main3-itemwp{
	opacity: 0;
}

.main3-itemwp{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 15;
	opacity: 1;
	transition: opacity .3s;
}


.main3-itemwp-con{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 15;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.main3-itemwp-con img{
	display: block;
	width: 62px!important;
	margin: 0 auto 18px;
}








.main3-h1{
	text-align: center;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 13px;
	
}
.main3-list .item:hover .main3-h1{color: #106bc8;}
.main3-list .owl-nav{
	position: absolute;
	right:70px;
	top: -35px;
	width: 65px;
	height: 25px;
}
.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(../images/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(../images/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #353338;
}
.footer-1{
	padding: 50px 0 40px;
}
.foo1{
	/*width: 951px;*/
	flex: 1;
	border-right: 1px solid #727174;
	padding-right: 100px;
	padding-bottom: 10px;
}
.foo1-dl{
	padding-bottom: 15px;
	border-bottom: 1px solid #727174;
}
.foo1-dl dl{
	margin:0;
}
.foo1-dl dd{
	float: left;
	font-size: 16px;
	color: #fff;
}
.foo1-dl dd+dd{
	/*padding-left:45px;*/
	padding-left:50px;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.foo1-dl dd>a:hover{
	font-weight: bold;
}
.logo2{
	width: 406px;
	/*width: 340px;*/
	margin-top: 52px;
}
.logo2 a,.logo2 img{
	display: block;
	width: 100%;
}
.er-wp{
	/*width: 245px;*/
	margin-top: 35px;
}

.er{
	width: 110px;
	/*margin-right: 10px;*/
	margin-left: 10px;
}
.er-spc {
    display: flex;
    align-items: flex-start;
}   
.er-img{
	width: 84px;
	margin-left: 8px;
}
.er-img img{
	display: block;
	width: 100%;
}
.er-con{
	overflow: hidden;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 1;
}
.er-con-spc {
    font-size: 14px;
	color: #7f7f7f;
	/*line-height: 1;*/
    writing-mode: vertical-rl;
}
.foo2{
	overflow: hidden;
	text-align: right;
	padding-left: 30px;
}
.foo2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.foo2-dl{
	margin-top: 35px;
}
.foo2-dl dl{
	margin:0;
}
.foo2-dl dd{
	float: left;
	width: 35px;
}
.foo2-dl dd a,.foo2-dl dd img{
	display: block;
	width: 100%;
}
.foo2-dl dd+dd{
	margin-left: 15px;
}

.ercode {
    width: 84px;
    height: 84px;
    float: left;
    margin-left: 60px;
}
.ercode img {
    width:100%;
    height: 100%;
}
.bottom-line {
    /*display:flex;*/
    /*align-items: flex-end;*/
    /*justify-content: space-between;*/
    margin-top:10px;
}
.vertical-text {
    width: 14px;
    height: 84px;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 1;
    color: #7f7f7f;
    /*writing-mode:vertical-lr;*/
    margin-right: 10px;
}
.foo2-ercode-left {
    margin-right: 20px;
    display: flex;
    align-items: center;
    /*margin-left: 30px;*/
}
.foo2-ercode-left img {
    display: block;
    width: 84px;
    height: 84px;
}
.foo2-gai-wp{
    /*float: right;*/
	background-color: #302e32;
	padding:10px;
	/*padding-left: 45px;*/
	/*width: 387px;*/
	/*text-align: left;*/
	
	text-align: right;
	/*margin-left: auto;*/
	/*margin-top: 15px;*/
}

.foo2-gai{
	font-size: 14px;
	color: #c0bfc1;
	line-height: 1.8;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/foo2-gai.png);
}









.footer-2{
	border-top: 1px solid #727174;
	padding: 20px 0;
	font-size: 14px;
	color: #7f7f7f;
}
.footer-2 a:hover{
	color: #fff;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top: 17px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;

	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
	margin-right: 10px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	padding: 154px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.banner-2 h1{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.banner-2 h1 span{
	font-size: 34px;
	color: #fff;
	line-height: 1;
	padding: 0	15px;
	display: inline-block;
	position: relative;
}
.banner-2 h1 span::before{
	position: absolute;
	width: 90px;
	height: 1px;
	right: 100%;
	top: 50%;
	content:"";
	background-image: url(../images/l0.png);
}
.banner-2 h1 span::after{
	position: absolute;
	width: 90px;
	height: 1px;
	left: 100%;
	top: 50%;
	content:"";
	background-image: url(../images/l1.png);
}
.banner-2 h2{
	margin:0;
	font-size: 14px;
	color:#fff;
	font-family: "Aridl";
	text-align: center;
	text-transform: uppercase;
	opacity: 0.6;
	margin-top: 11px;
	letter-spacing: 5px;
}
.erji-top{
	background-color: #fff;
	position: relative;
	z-index: 50;
}
.mianbaoxie dl{
	margin:0;
}
.mianbaoxie dd{
	float: left;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #666;
}
.mianbaoxie dd+dd{
	padding-left: 20px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.mianbaoxie dd a:hover,.mianbaoxie dd span{
	color: #0e5fb1;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 30px;
}
.erji-nav dd>a{
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #333;
	padding: 0 4px;
	position: relative;
}
.erji-nav dd>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: #0e5fb1;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.erji-nav dd>a:hover::after,.erji-nav dd.cur>a::after{
    width: 100%;
    right: auto;
    left: 0;
}
.erji-nav dd.cur>a{
	color: #0e5fb1;
	font-weight: bold;
}
.erji-bottom{
	background-color: #f0f3f5;
	padding: 60px 0;
	overflow: hidden;
	min-height: 600px;
	overflow: hidden;
}
.about{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/about-bg.jpg);
}
.erji-title{
	width: 300px;
	padding-right: 120px;
}
.erji-title h1{
	margin:0;
	font-size: 46px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	width: 46px;
}
.erji-title h2 {
  margin: 0;
  font-size: 26px;
  color: #0e5fb1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  margin-top: 1px;
  margin-right: 15px;
}
.erji-content{
	overflow: hidden;
}
.about-content{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.about-content img{
	display: block;margin:0 auto;
}
.about2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2.jpg);
	padding: 70px 0;
}
.about2-dl dl{
	margin:0;
}
.about2-dl dd{
	float: left;
	width: 25%;
	text-align: center;
}
.about2-dl dd+dd{
	border-left: 1px solid rgba(255,255,255,0.5);
}
.about2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}
.about2-dl dd h1 span{
	font-size: 70px;
	padding-right: 13px;
}
.about2-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.lingdao{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/lingdao-bg.jpg);
}
.lingdao-list{
	padding-bottom: 50px;
}
.lingdao-list dl{
	margin:0;
}
.lingdao-list dd+dd{
	margin-top: 30px;
}
.lingdao-list dd{
	background-color: #fff;
	padding: 20px 20px 20px 55px;
	background-repeat: no-repeat;
	background-position: 30px 28px;
	background-image: url(../images/lingdao-dian.png);
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	font-weight: bold;
}
.lingdao-list dd span{
	color:#0e5fb1;
}
.zizhi-list ul{
	margin:0;
}
.zizhi-list li{
	width: 320px;
	margin-bottom:40px;
}
.zizhi-item{
	padding: 28px 23px 0;
	background-color: #fff;
}
.zizhi-item h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
	/*margin-top: */
	padding: 20px 0 24px;
}
.zizhi-item:hover h1{
	color: #0e5fb1;
}
.zizhi-pic{
	border:1px solid #e8e8e8;
}
.zizhi-pic img,.zizhi-pic a{
	display: block;
	width: 100%;
}
.contact1 ul{
	margin:0;
	margin-left: -3%;
}
.contact1 li{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-bottom: 3%;
	background-color: #fff;
	height: 175px;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 15px 0 30px;
	position: relative;
}
.contact1-h1 {
	font-size: 22px;
	color: #333;
}
.contact1-h1::after{
	display: block;
	width: 32px;
	height: 3px;
	background-color: #0e5fb1;
	content:"";
	margin-top: 12px;
}
.contact1 dl{
	margin:0;
	padding-top: 17px;
}
.contact1 dd{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 3px;
}
.contact1-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-image: url(../images/contact1-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.map-wp{
	height: 580px;
	position: relative;
	z-index: 10;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 15;
}
.map-con{
	position: absolute;
	width: 495px;
	height: 100%;
	top: 60px;
	right:40px;
	z-index: 50;
	background-color: #fff;
	box-shadow: 0px 8px 15.2px 0.8px rgba(104, 104, 104, 0.3);
	padding: 50px 38px 0;
}
.contact{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/contact-bg.jpg);
	padding-bottom: 150px;
}
.contact2{
	position: relative;
}
.contact2-h1 {
	font-size: 24px;
	color: #333;
}
.contact2-h1::before{
	display: block;
	width: 32px;
	height: 3px;
	background-color: #0e5fb1;
	content:"";
	margin-bottom: 12px;
}
.map-dl dl{
	margin:0;
	padding-top: 5px;
}
.map-dl dd+dd{
	border-top: 1px solid #ededed;
}
.map-dl dd{
	padding: 16px 50px 16px 40px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: 11px 21px;
}
.map-dd-con{
	overflow: hidden;
}
.map-er-wp{
	margin-top: 15px;
}
.map-er{
	width: 95px;
	margin-right: 20px;
}
.map-er img{
	display: block;
	width: 100%;
}
.map-er-con{
	overflow: hidden;
	font-size: 14px;
	color: #777;
	line-height: 1.8;
	padding-top: 20px;
}
.xinwen1{
	background-color: #fff;
	margin-bottom: 43px;
}
.xinwen1-pic{
	width: 574px;
}
.xinwen1-pic .imgbox_a{
	padding-bottom: 66.55%;
}
.xinwen1-con{
	overflow: hidden;
	padding: 55px 50px 0 40px;
}
.xinwen1-con h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color:#333;
}
.xinwen1-con h1 a:hover{
	color: #004ea1;
}
.xinwen1-con h2{
	margin:0;
	font-size: 20px;
	color:#004ea1;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	margin:27px 0 22px;
}
.xinwen1-con p{
	margin:0;
	font-size:14px;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	color:#666;
}
.fxinwen1 .flex-direction-nav{
	position: absolute;
	z-index: 0;
	height: 0;
	left: 614px;
	bottom: 105px;
	z-index: 50;
}
.fxinwen1 .flex-direction-nav a{
	width: 40px;
	height: 40px;
	margin-top: 0;
	top: 0;
	transition: background-image .3s;
}
.fxinwen1 .flex-direction-nav .flex-prev{
	left: 0px;
}
.fxinwen1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fxinwen1 .flex-direction-nav .flex-next{
	right: auto;
	left: 67px;
}
.fxinwen1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}
.xinwen2{
	overflow: hidden;
}
.xinwen2 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.xinwen2 dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.55%;
}
.xinwen2-con{
	background-color: #fff;
	padding: 30px 35px;
}
.xinwen2-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
}
.xinwen2-con h1 a:hover{
	color: #004ea1;
}
.xinwen2-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	height: 17px;
	line-height: 17px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time2.png);
	margin:15px 0 12px;
}
.xinwen2-con p{
	margin:0;
	font-size:14px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color:#666;
}
.more2{
	margin-top: 15px;
}
.more2::before{
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #004ea1;
	content:"";
	vertical-align: middle;
	margin-right: 11px;
}
.more2 a{
	font-size:14px;
	color: #999;
}
.more2 a:hover{
	color: #004ea1;
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 60px;
}
.xinwen-xx{
	background-color: #fff;
	padding:45px;
}
.xinwen-xx-right{
	width: 370px;
	margin-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/xinwen-xx-right.jpg);
	padding: 35px 30px 50px 30px;
	border-radius: 5px;
	overflow: hidden;
}
.xinwen-xx-right-title h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.xinwen-xx-right-title h2{
	margin:0;
	font-size:14px;
	color: #0e5fb1;
	text-transform: uppercase;
	margin-top: 6px;
}
.xinwen-xx-js-form{
	padding-top: 30px;
}
.xinwen-xx-input+.xinwen-xx-input{
	margin-top: 15px;
}
.xinwen-xx-input{
	position: relative;
}
.xinwen-xx-input input[type="image"]:focus{outline: none;}
.xinwen-xx-input input[type="image"]{
	position: absolute;
	width: 19px;
	top: 13px;
	right: 15px;
}
.xinwen-xx-input input[type="text"]{
	padding-right: 60px;
}
.xinwen-xx-right2{
	margin-top: 40px;
}
.xinwen-xx-page{
	padding:0px 25px;
}
.xinwen-xx-page a{
	width: 115px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background-color: #b7b7b7;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition:background-color .3s;
}
.xinwen-xx-page a img{
	margin-top: -3px;
}
.xinwen-xx-page a.fl img{
	margin-right: 10px;
}
.xinwen-xx-page a.fr img{
	margin-left: 10px;
}
.xinwen-xx-page a:hover{
	background-color:#0e5fb1;
}
.xinwen-xx-list{
	padding: 20px 0 35px;
}
.xinwen-xx-list dl{
	margin:0;
}
.xinwen-xx-list dd+dd{
	margin-top: 12px;
}
.xinwen-xx-list dd{
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian22.png);
	font-size: 14px;
	color: #333;
}
.xinwen-xx-list dd a:hover{
	color: #0e5fb1;
	text-decoration: underline;
}
.xinwen-xx-left{
	overflow: hidden;
}
.danpian-h1{
	font-size: 26px;
	color: #333;
}
.danpian-h2{
	font-size: 14px;
	color: #999;
	padding: 20px 0 18px;
}
.danpian-line{
	height: 2px;
	background-color: #e0e0e0;
}
.danpian-line::before{
	display: block;
	width: 100px;
	height: 2px;
	content:"";
	background-color: #0e5fb1;
}
.danpian-con{
	margin-top: 30px;
	font-size: 15px;
	color: #666;
	line-height:2;
}
.danpian-con img{
	display: block;margin:10px auto;
}
.jishu{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/jishu-bg.jpg);
}
.jishu-table caption{
	padding: 17px 0;
	background-color: #0e5fb1;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.jishu-table table.table{
	margin:0;
}
.jishu-table table.table tr th{
	height: 55px;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-color: #bdd2e7;
}
.jishu-table table.table tr td{
	height: 55px;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.jishu-table table.table tr td.tdtitle{
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
.table-fl{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.huojiang-dl{
	width: 950px;
	padding: 60px 0;
	position: relative;
/*	left: -30px;*/
}
.huojiang-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.huojiang-dl dd{
	display: inline-block;
	width: 175px;
  margin:0 70px;
}
.huojiang-dl dd>a{
	position: relative;
	display: block;
	height: 175px;
}
.huojiang-dl dd>a::after{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-color: #fff;
	box-shadow: 0px 1px 14.7px 0.3px rgba(13, 112, 217, 0.3);
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg); /* Standard syntax */
  z-index: 5;
}
.huojiang-dl dd:first-child{
	margin-left: 100px;
}
.huojiang-dl dd:first-child+dd{
	margin-right: 100px;
}
.huojiang-dd img{
	display: block;
	margin:0 auto 13px;
}
.huojiang-dd img.cur{
	display: none;
}
.huojiang-dd{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	text-align: center;
  position: absolute;
  width: 100%;
  padding: 50px 20px 0;
  z-index: 10;
}
.huojiang-dl dd>a:hover::after{
	background-color: #0e5fb1;
}
.huojiang-dl dd>a:hover .huojiang-dd img{display: none;}
.huojiang-dl dd>a:hover .huojiang-dd img.cur{display: block;}
.huojiang-dl dd>a:hover .huojiang-dd{
	color: #fff;
}
.fazhan{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/fazhan-bg.jpg);
	position: relative;
}
.fazhan-div{
	position: relative;
	z-index: 25;
}
.fazhan-div::after{
	position: absolute;
	width: 1px;
	top: -60px;
	bottom:  -60px;
	content:"";
	z-index: 10;
	left: 613px;
	background-color: #d4d4d4;
}
.fazhan-left{
	width: 370px;
	position: relative;
	z-index: 25;
	margin-right: 105px;
}
.fazhan-title{
	height: 220px;
	padding: 75px 15px 0 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/fazhan-title.jpg);
}
.fazhan-title h1{
	margin:0;
	font-size:24px;
	color: #fff;
}
.fazhan-title h2{
	margin:0;
	font-size:24px;
	color: #fff;
	margin-top: 13px;
}
.fazhan-pic img{
	display: block;
	width: 100%;
}
.fazhan-right{
	overflow: hidden;
	position: relative;
	z-index: 25;
}
.fazhan-dl dl{
	margin:0;
}
.fazhan-dl dd{
	background-repeat: no-repeat;
	background-position: 130px 6px;
	background-image: url(../images/qq.png);
}
.fazhan-dl dd:hover{
	background-image: url(../images/qqh.png);
}
.fazhan-dl dd+dd{
	margin-top: 45px;
}
.fazhan-date{
	font-size: 28px;
	color: #0e5fb1;
	font-weight: bold;
	line-height: 30px;
	width: 170px;
}
.fazhan-dd{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.linian-dl dl{
	margin:0;
	margin-left: -3%;
}
.linian-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	height: 616px;
	position: relative;
	overflow: hidden;
}
.linian-dl dd:hover .linian-dd-bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.linian-dd-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: .3s;
}
.linian-dd{
	position: relative;
	z-index: 50;
	padding: 110px 10px 0;
}
.linian-dd img{
	display: block;
	margin:0 auto;
	width: 88px;
}
.linian-dd h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 28px 0 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/h1.png);
}
.linian-dd p{
	margin:0;
	font-size:16px;
	color: #fff;
	text-align: center;
	line-height: 2;
	margin-top: 10px;
}
.rencai{
	background-color: #f0f3f5;
}
.rencai1{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/rencai1-bg.jpg);
	position: relative;
	z-index: 100;
}
.rencai1-1{
	width: 890px;
	margin-top: 90px;
}
.rencai1-title{
	font-size: 24px;
	color: #333;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian33.png);
}
.rencai1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 30px;
	height: 250px;
	overflow-y: auto;
	padding-right: 25px;
}
.rencai1-p.mCS_no_scrollbar{
	padding-right: 0;
}
.rencai1-2{
	width: 344px;
	background-color: #fff;
	padding: 45px 20px 45px 55px;
	position: relative;
	top: 60px;
}
.rencai1-2 dl{
	margin:0;
	position: relative;
	z-index: 15;
}
.rencai1-2 dl::after{
	position: absolute;
	width: 1px;
	background-color: #e3e3e3;
	content:"";
	left: 15px;
	top: 3px;
	bottom: 3px;
	z-index: 5;
}
.rencai1-2 dd{
	position: relative;
	z-index: 15;
	cursor: pointer;
}
.rencai1-2 dd.cur .rencai1-2-con h1,
.rencai1-2 dd.cur .rencai1-2-con h2{
	color: #0e5fb1;
}
.rencai1-2 dd+dd{
	margin-top: 48px;
}
.rencai1-1-hua{
	display: none;
}
.rencai1-1-hua:first-child{
	display: block;
}
.rencai1-2-ico{
	width: 32px;
	margin-right: 28px;
	background-color: #fff;
	padding: 6px 0;
}
.rencai1-2-con{
	overflow: hidden;
}
.rencai1-2-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.rencai1-2-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
}
.rencai2-title{
	background-color: #0e5fb1;
	padding: 100px 0 120px;
	position: relative;
	z-index: 15;
}
.rencai2-title h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}
.rencai2-title h2{
	margin:0;
	font-size: 0px;
	line-height: normal;
	text-align: center;
	margin-top: 18px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/h2.jpg);
}
.rencai2-title h2 span{
	display: inline-block;
	letter-spacing: 4px;
	padding: 0	40px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	background-color: #0e5fb1;
}
.rencai2-div-wp{
	position: relative;
	z-index: 50;
}
.rencai2-div{
	position: relative;
	top: -65px;
}
.rencai2-1{
	background-color: #fff;
	padding: 65px;
	padding-bottom: 50px;
	box-shadow: -2px 0px 13px 0px rgba(88, 88, 88, 0.3);
}
.rencai2-1-dl{
	border-bottom: 1px solid #e3e3e3;
}
.rencai2-1-dl dl{
	margin:0;
}
.rencai2-1-dl dd{
	float: left;
	padding: 13px 42px;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.rencai2-1-dl dd+dd{
	margin-left: 20px;
}
.rencai2-1-dl dd.cur{
	color: #fff;
	background-color: #0e5fb1;
}
.rencai2-1-div-wp{
	padding-top: 5px;
}
.rencai2-1-div-wp .rencai2-1-div{
	display: none;
}
.rencai2-1-div-wp .rencai2-1-div:first-child{
	display: block;
}
.rencai2-1-zw{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/chu.png);
	padding-right: 15px;
	background-origin: content-box;
}
.rencai2-1-zw:hover,.rencai2-1-zw.cur{
	color: #0e5fb1;
}
.rencai2-1-zw.cur{
	background-image: url(../images/shou.png);
}
.rencai2-1-list ul{
	margin:0;
}
.rencai2-1-list li{
	border-bottom: 1px solid #e3e3e3;
}
.rencai2-1-zz{
	padding-bottom: 40px;
	display: none;
}
.rencai2-1-zz-dl{
	background-color: #f5f5f5;
	padding: 25px;
}
.rencai2-1-zz-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-left: -2%;
}
.rencai2-1-zz-dl dd{
	display: inline-block;
	width: 31.3333333%;
	margin-left: 2%;
	font-size: 14px;
	color: #666;
}
.rencai2-1-zz-title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 38px 0 20px;
}
.rencai2-1-zz-con{
	background-color: #f5f5f5;
	padding: 20px 40px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.rencai2-1-zz-con p{margin:0;}
.rencai2-2-item{
	display: block;
	width: 48.571%;
	margin-top: 3%;
}
.rencai2-2-item .imgbox_a{
	padding-bottom: 29.583%;
}
.rencai2-2-item .imgbox_a span{
	position: absolute;
	left: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	color: #fff;
}
.rencai2-2-item .imgbox_a span::after{
	position: absolute;
	width: 1.5em;
	height: 2px;
	background-color: #fff;
	content:"";
	left: 0;
	bottom: -17px;
}
.erji-bottom .main2-1-list-wp{
	padding: 30px;
	background-color: #fff;
}
.zhanshi-list{
	overflow: hidden;
}
.zhanshi-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.zhanshi-list dd{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 2%;
}

.zhanshi-list dd:hover .main3-h1 {
    color: #106bc8;
}

.title-11 a.fr{
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-top: 13px;
}

.title-11 a.fr:hover{
	color: #106bc8;
}

.yewu-list ul{
	margin:0;
}
.yewu-list li{
	position: relative;
}
.yewu-list li+li{
	margin-top: 55px;
}

.yewu-pic{
	width: 55%;
	position: relative;
	z-index: 15;
}

.yewu-pic .imgbox_a{
	padding-bottom: 63.896%;
}

.yewu-con{
	position: absolute;
	width: 52%;
	right: 0;
	top:  46px;
	bottom: 46px;
	background-color: #fff;
	z-index: 25;
	padding: 55px	50px 0;
}


.yewu-h1{
	font-size: 28px;
	color: #0e5fb1;
	font-weight: bold;
}

.yewu-con-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	min-height: 4em;
	max-height: 10em;
	overflow: hidden;
	margin-top: 22px;
}
.yewu-con-p p{
	margin:0;
}

.yewu-a{
	margin-top: 40px;
}
.yewu-a a{
	display: block;
	width: 120px;
	height: 45px;
	line-height: 43px;
	border:1px solid #cccccc;
	font-size: 14px;
	color: #999;
	text-align: center;
	transition: .3s;
}

.yewu-a a:hover{
	color: #fff;
	border-color: #0e5fb1;
	background-color: #0e5fb1;
}

.evenLi .yewu-pic{
	margin-left: auto;
}


.evenLi .yewu-con{
	position: absolute;
	left: 0;
	right: auto;
}

.yewu{
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/yewu-bg.jpg);
}

.yewu-xx{
	padding: 0!important;
	background-color: #fff;
	min-height: 0;
}

.yewu2-1{
	background-color: #f0f3f5;
	padding: 50px 0;
	position: relative;
}

.yewu2-1 .container{
	position: relative;
	z-index: 10;
}
.yewu2-1::before{
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	content:"";
	background-color: #e4e4e4;
	top: 86px;
	z-index: 1;
}
.yewu2-1-list{
	padding: 0 150px;
}
.yewu2-1-list .item{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.yewu2-1-item{
	display: inline-block;
}
.yewu2-1-item:hover h1,
.yewu2-1-item.cur h1{
	color: #0e5fb1;
}
.yewu2-1-ico{
	width: 72px;
	margin:0 auto 15px;
}
.yewu2-1-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.yewu2-2{
	padding: 50px 0;
}


.yewu2-2-pic{
	width: 50%;
	background-color: #f0f6fc;
	padding: 22px;
	border-radius: 20px;
}


.fyewu2 .imgbox_a{
	padding-bottom: 66.16%;
}

.fyewu2 .flex-direction-nav a{
	width: 40px;
	height: 75px;
	margin-top: -38px;
}

.fyewu2 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: 0;
}
.fyewu2 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 0;
}

.yewu2-2-con{
	width: 50%;
	background-color: #f0f6fc;
	padding: 22px;
	border-radius: 20px;

}

.yewu2-2-div{
	height: 434px;
	overflow: auto;
	padding: 30px;
	background-color: #fff;
}

.yewu2-2-h1 span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-right: 15px;
}

.yewu2-2-h1-bg{
	overflow: hidden;
	height: 34px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h11.png);
}

.yewu2-2-div .yewu-con-p{
	margin-top: 15px;
	min-height: 0;
	max-height: none;
}

.yewu2-2-dl{
	margin-top: 25px;
}

.yewu2-2-dl h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.yewu2-2-dl dl{
	margin:0;
	padding-top: 10px;
}

.yewu2-2-dl dd{
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	padding-left: 15px;
	background-image: url(../images/dian121.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.yewu2-2-bottom{
	margin-top: 50px;
}

.jianshe{
	background-color: #f9f9f9;
	padding: 35px;
	background-image: url(../images/jianshe-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.jianshe-left{
	width: 780px;
	margin-right: 50px;
}

.jianshe .imgbox_a{
	padding-bottom: 66.67%;
}

.mySwiper .swiper-slide{
	padding-top: 20px;
	position: relative;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active::after{
	position: absolute;
	content:"";
	width: 13px;
	height: 7px;
	top: 13px;
	left: 50%;
	margin-left: -6px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 15;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 20px;
	content:"";
	bottom: 0;
	border:2px solid #0e5fb1;
	z-index: 15;
}

.mySwiper .imgbox_a{
	cursor: pointer;
}

.jianshe-right{
	overflow: hidden;
	padding-top: 25px;
}

.jianshe-page{
	font-size: 18px;
	color: #999;
	margin-right: 25px;
}

.jianshe-div{
	display: none;
}
.jianshe-div.cur{
	display: block;
}

.jianshe-page span{
	font-size: 46px;
	color: #0e5fb1;
	font-weight: bold;
}

.jianshe-title{
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-top: 30px;
}

.jianshe-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 45px;
}

.jianshe-con p{
	margin:0;
}



.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}



.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.about-content img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

#container-box {
    display: flex;
    align-items: flex-start;
}


