
.tou_01{
    position: relative;
}
.tou_01>h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
}
.tou_01>h3 span{
    font-size: 14px;
    color: #818181;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: bottom;
    margin-left: 10px;
}
.tou_01>p{
    font-size: 14px;
    color: #999999;
    margin-top: 40px;
}
.tou_01 a{
    position: absolute;
    right: 0;
    top: 0;
}
.tou_01 a span{
    position:relative;
    width: 68px;
    height: 68px;
    border: 1px solid #324a90;
    display: block;
    border-radius: 100%;
}
.tou_01 a span:after{
    content:'';
    position:absolute;
    width:53px;
    height:13px;
    background-image:url(../image/i_06_.png);
    left: -20px;
    top: 21px;
    transition: all 0.5s ease-in-out 0s;
}
.tou_01 a:hover span:after{
    left:0
}
.tou_01 a p{
    font-size: 12px;
    color: #324a90;
    text-align: center;
    margin-top: 10px;
}
.tou_02{
    color: white;
}
.tou_02>h3 span{
    color:white
}
.tou_02>p{
    color:white
}
.tou_02 a span{border:1px solid white}
.tou_02 a span:after{
    background-image:url(../image/i_06.png)
}
.tou_02 a p{
    color:white
}
.iHeader{
    position: relative;
    z-index: 1;
}
.iHA{padding: 10px 0 20px;}
.iHA .logo{
    float: left;
    height: 53px;
    font-size: 0;
}
.iHA .logo img{
    height: 100%;
}
.iHA>p{
    float: right;
    line-height: 53px;
    height: 53px;
    overflow: hidden;
    font-size: 16px;
    color: #324a90;
    font-weight: bold;
    background-image: url(../image/i_02.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.iHA>p span{
}
.iHB{
    background: #324a90;
}
.iHB .wh{
    position: relative;
    padding-right: 240px;
}
.iHB .iNav{}
.iHB .iFrom{
    position: absolute;
    right: 0;
    top: 10px;
}
.iNav{}
.iNav .item{
    float: left;
    padding-top: 10px;
    width: 14.28%;
}
.iNav .item a{
	color:white
}
.iNav .item>a{
    color: white;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    text-align: center;
}
.iNav .itemA{
	position:relative;
}
.iNav .item.cur>a,
.iNav .item:hover>a{
    background:white;
    color: #324a90;
    box-shadow: inset 0 6px 10px rgba(0,0,0,.24);
}
.iNav ul{display:none;position:absolute;background: #fdfdfd;width: 100%;}
.iNav .px{display:none;position:absolute;background: #324a90;left: 0;}
.iNav .px>table{width: 1200px; /* border-color: #135d8c; */ /* border: 1px solid #135d8c; */ border-collapse: collapse; border:none;}
.iNav .px>table td{padding: 15px 0;}
.iNav .px>table tr:nth-of-type(2n){background: #283a71;}
.iNav .px>table p{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    text-align: center;
    color: white;
}
.iNav .px>table td a{
	font-size: 15px;
	display: inline-block;
	margin: 10px;
	position: relative;
}
.iNav .px>table td a:hover{
    text-decoration: underline;
}
.iNav .px>table td a.hot:after{
	content:'';
	position:absolute;
	width: 18px;
	height: 19px;
	background-image: url(../image/hot4.png);
	background-size: contain;
	background-repeat: no-repeat;
	/* background-color: white; */
	top: -10px;
	right: -19px;
}
.iNav .itemA ul li{}
.iNav .itemA ul li a{
    color: #324a90;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}
.iNav .itemA ul li a:hover{
	background-color: #324a90;
	color:white
}
.iNav .item:hover ul,
.iNav .item:hover .px{
	display:block;
	animation:fadeinT .5s infinite;
	-webkit-animation:fadeinT .5s infinite;
	animation-iteration-count:1;
    -webkit-animation-iteration-count:1; 
}
@-webkit-keyframes fadeinT {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}
@-moz-keyframes fadeinT {
  0% {
    -moz-transform: translateY(-10px);
    opacity: 0
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1
  }
}
@-ms-keyframes fadeinT {
  0% {
    -ms-transform: translateY(-10px);
    opacity: 0
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1
  }
}
@keyframes fadeinT {
  0% {
    transform: translateY(-10px);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
.iFrom{
    width: 220px;
    height: 40px;
    background: white;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-right: 50px;
}
.iFrom input[type=text]{
    width: 100%;
    line-height: 40px;
    border: none;
}
.iFrom input[type=submit]{
    position: absolute;
    right: 0;
    width: 50px;
    height: 40px;
    top: 0;
    background-image: url(../image/i_03.png);
    background-color: white;
    background-repeat: no-repeat;
    background-position: left;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.i_01{
    position: relative;
    z-index: 0;
}
.lunb01{}
.lunb01 .swiper-slide{}
.lunb01 .swiper-slide a{
    display: block;
    font-size: 0;
}
.lunb01 .swiper-slide a img{
    width:100%
}
.lunb01 .pag01{
    bottom: 20px;
}
.lunb01 .pag01 span{
    width: 16px;
    height: 16px;
    border: 2px solid #324a90;
    background-color: white;
    opacity: 1;
    margin: 0 10px !important;
}
.lunb01 .pag01 .swiper-pagination-bullet-active{
    border: 4px solid white;
    background-color: #324a90;
}
.i_01A{
    position: absolute;
    width: 25px;
    text-align: center;
    right: 5%;
    top: 50%;
    /* height: 100%; */
    z-index: 11;
    margin-top: -74px;
}
.i_01A a{
    color: white;
    display: block;
    line-height: 35px;
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.i_01A a.cur{
    border-bottom: 2px solid white;
}
.i_02{
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
}
.i_02 ul{
    border-radius: 15px;
    width: 1200px;
    margin: 0 auto;
}
.i_02 li{
    position:relative;
    float: left;
    height: 200px;
    text-align: center;
    width: 200px;
}
.i_02 li:hover{
}
.i_02 li:hover:after{
    content:'';
    position: absolute;
    height: 240px;
    width: 100%;
    background: #324a90;
    top: -20px;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}
.i_02 a{
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.i_02 a:hover{}
.i_02 .pic{}
.i_02 .pic img{
    width: 80px;
    height: 80px;
}
.i_02 p{
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
}
.i_02 span{
    width: 40px;
    height: 40px;
    background-color: white;
    display: block;
    border-radius: 100%;
    background-image: url(../image/i_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    margin: 0 auto;
    margin-top: 20px;
}
.i_02 li:hover p{
    color:white
}
.i_02 li:hover span{
    display:block;
}
.i_02 li:hover a{
    padding-top: 10px;
}
.i_03{
    margin-bottom: 70px;
}
.i_03 .lunb02{
    padding-top: 50px;
    padding-bottom: 70px;
}
.lunb02 .swiper-slide{}
.i_03A{
    border: 6px solid #629BCA;
    padding: 15px;
}
.i_03A:hover{
   border: 6px solid #324a90;
   box-shadow: 0 6px 10px rgba(0,0,0,.24);
}
.i_03A .pic{
    background: white;
    width: 120px;
    margin-top: -52px;
    margin-left: 35px;
    text-align: center;
}
.i_03A h3{
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
}
.i_03A:hover h3{
    color:#324a90
}
.i_03A .list{
    margin-top: 30px;
    height: 90px;
    overflow: hidden;
}
.i_03A .list a{
    font-size: 14px;
    color: #818181;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
    line-height: 30px;
}
.i_03A .list a:before{
    content:'';
    position:absolute;
    width:2px;
    height: 19px;
    background:#818181;
    left: 0;
    top: 0;
}
.i_03A .list a:first-of-type{
    padding-left: 0;
    margin-left: 0;
}
.i_03A .list a:first-of-type:before{
    display:none
}
.i_03A .list a:hover{
    color:#324a90
}
.i_03B{
    margin-top: 100px;
}
.i_03B li{
    margin-bottom: 80px;
}
.lunb02 .pag02{}
.lunb02 .pag02 span{
    width:20px;
    height:20px;
    border-radius:0
}
.lunb02 .pag02 span.swiper-pagination-bullet-active{background-color:#324a90}
.i_04{
    position: relative;
    padding-top: 70px;
}
.i_04 .bg{
    position: absolute;
    width: 100%;
    height: 666px;
    background-image: url(../image/i_bj01.jpg);
    top: 0;
}
.i_04 .wh{
    position: relative;
    z-index: 1;
}
.i_04 .tou_01{
    margin-bottom:80px;
}
.i_04 .i_04A{}
.i_04A{}
.i_04A li{
    float: left;
    width: 32%;
    margin-right: 2%;
    background: white;
}
.i_04A li:hover{
    background: #408808;
}
.i_04A li:last-of-type{
    margin-right:0
}
.i_04A li a{}
.i_04A li .picBg{
    padding-bottom: 50%;
    position:relative;
}
.i_04A li .picBg img{
    display: none;
}
.i_04A li:hover .picBg i{
    width:100%;
    height:100%;
    position: absolute;
    background-color: #408808;
    background-image: url(../image/i_33.png);
    background-repeat: no-repeat;
    background-position: center 70%;
}
.i_04A li .ro{
    padding: 50px 30px 60px;
}
.i_04A li .ro h3{
    font-size: 18px;
    font-weight: bold;
    color: #408808;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}
.i_04A li:hover .ro h3{
    color:white;
    text-align:center;
}
.i_04A li .ro p{
    font-size: 16px;
    line-height: 36px;
    height: 108px;
}
.i_04A li:hover .ro p{
    color:white
}
.i_04A li .roA{
    margin-top: 45px;
}
.i_04A li .roA span{
    width: 115px;
    height: 32px;
    line-height: 32px;
    background: #408808;
    display: block;
    text-align: center;
    color: white;
    font-size: 14px;
}
.i_04A li:hover .roA span{
    margin:0 auto;
    background:white;
    color:#408808
}
.i_04A li.li2:hover{background-color: #a9be7b;}
.i_04A li.li2 .ro h3{color: #a9be7b;}
.i_04A li.li2:hover .ro h3{color: #a9be7b;}
.i_04A li.li2 .roA span{background-color: #a9be7b;}
.i_04A li.li2:hover .roA span{color:#a9be7b;background-color: white;}
.i_04A li.li2:hover .picBg i{background-color: #a9be7b;}
.i_04A li.li3:hover{background-color: #4bb3e8;}
.i_04A li.li3 .ro h3{color: #4bb3e8;}
.i_04A li.li3:hover .ro h3{color: #4bb3e8;}
.i_04A li.li3 .roA span{background-color: #4bb3e8;}
.i_04A li.li3:hover .roA span{color:#4bb3e8;background-color: white;}
.i_04A li.li3:hover .picBg i{background-color: #4bb3e8;}
.i_05{
    margin-top: 70px;
    background-image: url(../image/ib_job.jpg);
    background-size: contain;
    background-position: bottom;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.i_05:before{
    content:'';
    position:absolute;
    width:35%;
    height:350px;
    background-color:#f6f6f6;
    right: 0;
    bottom: 58px;
    z-index: 0;
}
.i_05 .wh{
    position: relative;
    z-index: 1;
}
.i_05 .tou_01{
    margin-bottom: 50px;
}
.i_05 .i_05A{
    width: 64%;
}
.i_05 .i_05B{}
.i_05A{}
.i_05B{
    width: 32%;
    height: 600px;
    background-size: cover;
}
.i_05AA{
    position: relative;
    width: 100%;
    height: 60px;
    padding-left: 6%;
    padding-right: 6%;
}
.i_05AA img{
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lunb03{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.lunb03 .swiper-slide{
    width: auto;
}
.lunb03 .swiper-slide a{
    display: block;
    line-height: 60px;
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 0 20px;
    /* width: 140px; */
    opacity: .5;
}
.lunb03 .swiper-slide-active a{
    opacity:1
}
.lunb03 .swiper-slide:last-of-type a:after{
    display:none
}
.lunb03 .swiper-slide a:after{
    content:'';
    position:absolute;
    right: 0;
    width: 2px;
    height: 20px;
    background: white;
    top: 22px;
}
.i_05AB{}
.lunb04{}
.lunb04 .swiper-slide{}
.i_05ABA{}
.i_05ABA>h3{
    font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
}
.i_05ABA>h3 span{
    color: #324a90;
}
.i_05ABA .ro{
    border: 1px solid #d3d3d3;
    margin-top: 40px;
}
.i_05ABA .tt{
    height: 50px;
    line-height: 50px;
}
.i_05ABA .tt h3{
    display: inline-block;
    background: #324a90;
    color: white;
    line-height: 50px;
    height: 50px;
    font-size: 22px;
    padding: 0 30px;
    float: left;
    margin-right: 15px;
}
.i_05ABA .tt p{
    font-size: 18px;
    color: #324a90;
    /* float: left; */
    margin-left: 15px;
    border-bottom: 1px solid #324a90;
    margin-right: 15px;
}
.i_05ABA .con{
    font-size: 16px;
    padding: 15px 30px 20px;
    line-height: 30px;
}
.i_05ABA .con .ellipsis5{
    height:150px
}
.i_05ABA .con .liA{
    color: #979797;
    position:relative;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.i_05ABA .con .liA:before{
    content:'';
    position:absolute;
    width:7px;
    height:7px;
    background-color:#979797;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.i_05ABA .con .liB{
    font-weight: bold;
    position:relative;
    padding-left: 20px;
}
.i_05ABA .con .liB:before{
    content:'+';
    color:#324a90;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.i_06{}
.i_06 .wh{
    margin-bottom: 35px;
}
.i_06 .tou_01{}
.i_06 .lunb05{}
.lunb05{}
.lunb05 .swiper-slide{}
.lunb05 .swiper-slide a{}
.lunb05 .swiper-slide .picBg{
    padding-bottom: 66%;
    position: relative;
}
.lunb05 .swiper-slide .picBg:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.6);
}
.lunb05 .swiper-slide-prev .picBg:after,
.lunb05 .swiper-slide-active .picBg:after,
.lunb05 .swiper-slide-next .picBg:after{
    display:none
}
.lunb05 .swiper-slide .ro{
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    font-size: 16px;
}
.lunb05 .swiper-slide a:hover .ro{
    background-color:#324a90;
    color:white;
}
.lunb05 .swiper-slide .ro p{}
.lunb05 .pre05{
    left: 19%;
    width: 60px;
    height: 60px;
    background-image: url(../image/i_j01.png);
    background-color: #f5f5f5;
    background-size: auto;
    top: 35%;
}
.lunb05 .pre05:hover{
   background-image: url(../image/i_j01_.png);
   background-color: #324a90; 
}
.lunb05 .nex05{
    right: 19%;
    top: 35%;
    width: 60px;
    height: 60px;
    background-image: url(../image/i_j02.png);
    background-color: #f5f5f5;
    background-size: auto;
}
.lunb05 .nex05:hover{
   background-image: url(../image/i_j02_.png);
   background-color: #324a90; 
}
.iFoot{
    margin-top: 80px;
    background-image: url(../image/f_bj.jpg);
    color: white;
    background-size: cover;
}
.iFA{
    border-bottom: 1px solid rgba(255, 253, 253, 0.4);
}
.iFA .wh{
    position: relative;
    padding-left: 89px;
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 29px;
}
.iFA p{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.iFA a{
    color: white;
    font-size: 16px;
    display: inline-block;
    border-right: 2px solid;
    padding-right: 15px;
    margin-right: 15px;
}
.iFA a:last-of-type{
    border-right:0;
    margin-right:0;
    padding-right:0;
}
.iFB{
    padding: 35px 0;
}
.iFB>div{
    text-align:center;
    height: 160px;
}
.iFB>div>div{
    padding-top: 35px;
    }
.iFB01{
    border-right: 1px solid rgba(255, 253, 253, 0.4);
    width: 50%;
}
.iFB02{
    border-right: 1px solid rgba(255, 253, 253, 0.4);
    width: 30%;
}
.iFB03{
    text-align: right !important;
    width: 20%;
}
.iFB01A{
    display: inline-block;
    text-align: left;
}
.iFB02A{
    display: inline-block;
}
.iFB03A{display: inline-block;text-align: right;padding-top: 10px !important;}
.iFB01A li{
    font-size: 16px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left;
    margin-bottom: 10px;
}
.iFB01A li p{}
.iFB01A .li1{
    font-size: 24px;
    background-image: url(../image/f_01.png);
}
.iFB01A .li2{
    background-image: url(../image/f_02.png);
}
.iFB01A .li3{
    background-image: url(../image/f_03.png);
}
.iFB01A .li1 p{}
.iFB02A .list{
    text-align: left;
    margin-bottom: 15px;
}
.iFB02A .list a{
    font-size: 16px;
    color: white;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.iFB02A .list .a{
    border-right: 1px solid;
}
.iFB03A p{
    display: inline-block;
    width: 15px;
    font-size: 16px;
    height: 150px;
    vertical-align: bottom;
    margin-right: 10px;
    padding-top: 18px;
}
.iFB03A img{
    width: 150px;
}
.iFC{
	background-color: #324a90;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}

.iFC a{
    display:inline-block;
    color:white;
    padding: 0 8px;
}
.kf_01{
	position: fixed;
	width: 120px;
	right: 0;
	top: 50%;
	background: rgba(152, 191, 231, 0.65);
	padding: 15px 7px 30px;
	color: white;
	text-align: center;
	margin-top: -135px;
	z-index: 11111;
}
.kf_01 h3{
	font-size: 14px;
	display: inline-block;
	background-image: url(../image/i_04.png);
	background-repeat: no-repeat;
	line-height: 25px;
	background-position: left;
	padding-left: 20px;
}
.kf_01 .list{
    margin-top: 20px;
}
.kf_01 .list a{
	display: block;
	width: 105px;
	height: 35px;
	line-height:35px;
	background: white;
	margin-bottom: 10px;
	background-image: url(../image/i_05.png);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-left: 42px;
	font-size: 14px;
}
.kf_01 .list p{
    text-align: left;
}
.kf_01 .list a:hover{
    background-color: #324a90;
    color: white;
}
.lBanner{
    padding-bottom: 300px;
}
.lBanner img{}
.l_01{
    padding-top: 30px;
    border-bottom: 1px solid #e1e1e2;
    position: relative;
    z-index: 0;
}
.l_01 .wh2{}
.l_01 .tt{
    float: left;
    padding-right: 50px;
    background-image: url(../image/l_01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;
    height: 40px;
    margin-right: 20px;
}
.l_01 .tt h3{
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    background: white;
    position: relative;
    z-index: 1;
}
.l_01 .tt p{
    font-size: 20px;
    color: #CACACA;
    text-transform: uppercase;
    margin-top: -12px;
    z-index: 0;
    position: relative;
}
.l_01 ul{}
.lunb06 .swiper-slide a{
    color: #808080;
    padding: 0 5px;
    height: 75px;
    line-height: 50px;
    font-size: 20px;
    display: block;
}
.lunb06 .swiper-slide{
    width: auto;
    height: 75px;
}
.lunb06 .active:after{
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	background-color:#324a90;
	bottom: 0;
}
.lunb06 .swiper-slide-active:after a{
	color:#324a90;
}
.l_03{margin-top:50px}
.l_05{}
.l_05A{}
.l_05A li{
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 30px;
}
.l_05A li:nth-child(4n){
	margin-right: 0;
}
.l_05A li a{}
.l_05A li .img{
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.l_05A li .picBg{
    padding-bottom: 68%;
    /* background-size: contain; */
}
.l_05C li .picBg{
    padding-bottom: 140%;
    /* background-size: contain; */
}
.l_05A li p{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    margin-top: 20px;
}
.feny_01{
    text-align: center;
    line-height: 35px;
}
.feny_01 a{
    font-size: 14px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: 5px;
}
.feny_01 span{
    display: inline-block;
    font-weight: bold;
}
.feny_01 .a1{
    width: 75px;
}
.feny_01 .a2{}
.feny_01 a:hover,.feny_01 a.cur{
    background: #4666c3;
    border-color: #4666c3;
    color: white;
    font-weight: bold;
}
.l_06{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.l_06 li{
    float: left;
    width: 200px;
    text-align: center;
}
.l_06 li .pic{}
.l_06 li p{
    font-size: 20px;
    margin-top: 10px;
}
.l_07{}
.l_07 .tt{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.l_07 .tt h3{
	position:relative;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 30px;
	color: #404040;
}
.l_07 .tt h3:after{
	content:'';
	position:absolute;
	width:3px;
	height:16px;
	background-color:#324a90;
	left: 0;
	top: 7px;
}
.l_07 .new_con{
	margin-bottom: 30px;
}
.l_07 .new_con .h3{
    font-size: 18px;
    color: #404040;
    font-weight: bold;
}
.l_07 .new_con .ro{
    margin-bottom: 10px;
}
.l_07 .new_con table{
	width:100%;
	text-align: center;
	border-collapse: collapse;
	line-height: 25px;
}
.l_07 .new_con table tr{}
.l_07 .new_con table th{
    background: #f2f2f2;
    padding: 10px 0;
}
.l_07 .new_con table td{
    color: #585858;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
}
.l_08{}
.l_08 .tt{
	text-align: center;
}
.l_08 .tt h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.l_08 .tt p{
    font-size: 16px;
    margin-bottom: 25px;
}
.l_08A{}
.l_08A table{
    width: 100%;
    border-collapse: collapse;
}
.l_08A table tr{}
.l_08A table td{
    width: 25%;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
    border: 1px solid #d9d9d9;
}
.l_08A label{
    margin: 0 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.l_08A textarea{
	border: none;
	height: 130px;
}
.l_08A input[type=text]{
    text-align: center;
    border: none;
}
.l_08A input[type=submit]{
	width: 230px;
	height: 65px;
	background-color: #324a90;
	font-size: 24px;
	color: white;
	border: none;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}
.l_09{
    margin-bottom: 70px;
}
.l_09 li{
    border-bottom: 1px solid #d8d8d8;
}
.l_09 li a{
    padding: 25px 30px;
    height: 113px;
}
.l_09 li .tt{
    text-align: center;
    float: left;
    margin-right: 30px;
}
.l_09 li .tt p{
    font-size: 30px;
    color: #585858;
}
.l_09 li .tt span{
    display: block;
    font-size: 16px;
    color: #a9a9a9;
}
.l_09 li .ro{
    background-image: url(../image/l_41.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 14px;
    padding-right: 50px;
}
.l_09 li .ro p{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #414141;
    border-left: 1px solid #d8d8d8;
    padding-left: 30px;
}
.l_09 li:hover{}
.l_09 li:hover a{
	background: #324a90;
}
.l_09 li:hover span,
.l_09 li:hover p{
	color:white
}
.l_09 li:hover .ro{
	background-image: url(../image/l_41_.png);
}
.feny_02{
    text-align: center;
}
.feny_02 a{
    line-height: 50px;
    width: 55px;
    display: inline-block;
    font-size: 24px;
    color: white;
    margin: 5px;
    border-radius: 5px;
}
.feny_02 .a1{
	width:110px;
	background-color:#8e9190;
}
.feny_02 .a2{
    background-color:#d4d4d4
}
.feny_02 a:hover,.feny_02 a.cur{
	background-color:#324a90
}
.l_10A{
    height: 100px;
}
.l_10A a{
    height: 100px;
    line-height: 100px;
    float: left;
    /*width: 50%;*/
    width: 33.33333%;
    text-align: center;
    background: #d7d7d7;
    font-size: 20px;
}
.l_10A a.cur{
    color: white;
    background: #324a90;
}
.l_10B{
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 70px 0;
}
.l_10B form{
    width: 950px;
    height: 85px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-left: 120px;
    padding-right: 160px;
    overflow: hidden;
    color: #676767;
}
.l_10B span{
    position: absolute;
    line-height: 85px;
    left: 0;
    text-align: right;
    width: 120px;
    font-size: 20px;
}
.l_10B input[type=text]{
    line-height: 85px;
    border: none;
}
.l_10B input[type=submit]{
    width: 160px;
    background-color: #324a90;
    color: white;
    position: absolute;
    height: 85px;
    border: none;
    line-height: 85px;
    right: -1px;
    top: -1px;
    color: white;
    background-image: url(../image/l_42.png);
    background-repeat: no-repeat;
    background-position: 19px;
    font-size: 20px;
    letter-spacing: 15px;
    text-indent: 50px;
}
.l_10C{
    margin-top: 70px;
}
.l_10C table{
	width: 100%;
	border-collapse: collapse;
}
.l_10C table tr{}
.l_10C table td{
    width: 25%;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 21px 0;
    font-size: 20px;
    color: #454545;
}
.l_11{
    margin-bottom: 40px;
}
.l_11 li{
	width: 32%;
	float: left;
	margin-right:2%;
	margin-bottom: 30px;
}
.l_11 li:nth-child(3n){
	margin-right:0
}
.l_11 li a{}
.l_11 li .picBg{
    padding-bottom: 73%;
}
.l_11 li .ro{
    padding: 15px 10px;
    background: #ededed;
   
}
.l_11 li h3{
	 font-size: 18px;
	 color: #414141;
	 line-height: 25px;
	 height: 25px;
}
.l_11 li p{
    font-size: 16px;
    color: #949494;
    line-height: 25px;
    height: 50px;
    margin-top: 5px;
}
.l_12{
	margin-bottom: 40px;
}
.l_12 li{
    height: 190px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 40px;
    padding-top: 1px;
    position: relative;
}
.l_12 li a{
    padding-left: 240px;
}
.l_12 li .picBg{
    position: absolute;
    width: 200px;
    padding-bottom: 150px;
    left: 0;
    top: 0;
}
.l_12 li .ro{
    padding-top: 5px;
}
.l_12 li .ro h3{
    font-size: 18px;
    color: #324a90;
    height: 25px;
    line-height: 25px;
}
.l_12 li .ro p{
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    display: inline-block;
    color: #999999;
    position: relative;
}
.l_12 li .ro p:after{
	content:''
}
.l_12 li .ro span{
    font-size: 14px;
    color: #324a90;
    display: block;
    margin-top: 20px;
}
.l_12 li .ro time{
    font-size: 12px;
    color: #aaaaaa;
    margin-top: 5px;
    display: block;
}
.l_13{}
.l_13 .tt{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.l_13 .tt h3{
    font-size: 24px;
}
.l_13 .tt p{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.l_13 .new_con{
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
}
.l_13 .new_con *{
	white-space: inherit !important;
}
.l_13 .new_con table,
.l_13 .new_con table tr,
.l_13 .new_con table td{
	border:1px solid;
	text-align:center;
	border-collapse: collapse;
}
.l_13A{
    margin-top: 25px;
}
.l_13A a{
    font-size: 14px;
    width: 50%;
    height: 20px;
    line-height: 20px;
}
.l_13A .r{
	text-align: right;
}
.l_14{}
.l_14>.tt{
    text-align: center;
    font-size: 24px;
    color: #324a90;
}
.l_14>.tt p{
    text-transform: uppercase;
}
.l_14>.tt h3{
    margin-top: 5px;
}
.l_14A{
    margin-top: 50px;
}
.l_14A>.l_14AA{
    width: 60%;
}
.l_14A>img{width: 35%;}
.l_14AA{}
.l_14AA li{
    margin-bottom: 45px;
}
.l_14AA li .t{
    border-bottom: 1px solid #585858;
    height: 26px;
    margin-bottom: 10px;
}
.l_14AA li .t h3{
    color: white;
    line-height: 25px;
    position: relative;
    float: left;
    background: #585858;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 15px;
}
.l_14AA li .t h3:after{content: '';position: absolute;width: 45px;height: 26px;background-image: url(../image/l_43.png);right: -45px;top: 0;}
.l_14AA li .t a{
    float: right;
}
.l_14AA li:hover .t{
    border-bottom: 1px solid #324a90;
}
.l_14AA li:hover .t h3{
    background: #324a90;
}
.l_14AA li:hover .t h3:after{content: '';background-image: url(../image/l_43_.png);}
.l_14AA li:hover .t a{
    color: #324a90;
}
.l_14AA li .new_con{
    line-height: 26px;
    color: #787878;
}
.l_14B{
    position: relative;
    margin-bottom: 110px;
}
.l_14B:before{
	content:'';
	position:absolute;
	height:6px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	width: 80%;
	left: 10%;
	top: 55px;
}
.l_14B li{float: left;width: 25%;text-align: center;position: relative;}
.l_14B li img{
    margin-bottom: 10px;
    width: 110px;
}
.l_14B li p{
    font-size: 16px;
}
.l_14B li span{
    font-size: 16px;
    display: block;
    color: #324a90;
    text-align: center;
}
.l_14B li em{
    display: inline-block;
    width: 30px;
    border-bottom: 1px solid #324a90;
    line-height: 0;
}
.l_14C{}
.l_14C .l{width: 35%;}
.l_14C .r{width: 60%;border: 1px solid #cccccc;padding: 5px;}
.l_14C .ro{
    margin-bottom: 30px;
    padding-top: 15px;
}
.l_14C .ro h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
}
.l_14C .ro .new_con{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}