/*公共样式*/
.titleGin{color: #fff;text-align: center;margin-bottom: 30px;}
.titleGin .cn{position: relative; font-size: 24px; }
.titleGin .en{font-size: 12px;text-transform:uppercase;margin: 6px 0;}
.titleGin .line{width: 82px;background: #fff;height: 4px;margin: 0 auto;}


/*内容样式*/
.container{width: 100%; position: relative;z-index: 2;}
.i_box01{padding: 65px 0 32px;}
.i_box01>ul>li{float: left;width: 385px;box-sizing: border-box;font-size: 14px;color: #666;margin-right:22.4px;}
.i_box01>ul>li:nth-child(3n){margin-right: 0;}
.i_box01>ul>li .img{border-top: 2px solid #1141ad;width: 385px;height: 141px;overflow: hidden;position: relative;}
.i_box01>ul>li .img img{transition: all 0.6s ease-in-out; }
.i_box01>ul>li:hover .img img{transform: scale(1.1);}
.i_box01>ul>li p{width: 140px;height: 35px;line-height: 35px;font-size: 16px;color: #fff;text-indent: 50px;position: absolute;
top: 0;left: 50%;margin-left: -70px;}
.i_box01 ul li:nth-child(1) p{background: url(bIcon01.png) no-repeat 18% center #1141ad;}
.i_box01 ul li:nth-child(2) p{background: url(bIcon02.png) no-repeat 18% center #1141ad;}
.i_box01 ul li:nth-child(3) p{background: url(bIcon03.png) no-repeat 18% center #1141ad;}
.i_box01 ul li .liBox{padding: 20px; background: #f9f9f9;position: relative;}
.i_box01 ul li .liBox .title{font-size: 18px;color: #000000;margin-bottom: 16px;}
.i_box01 ul li .liBox .content{font-size: 14px;color:rgba(0,0,0,0.9);text-align: justify;margin-bottom: 35px;line-height: 28px;
text-indent: 20px;}
.i_box01 ul li .liBox .href{font-size: 14px;color:#ea8a00;bottom:15px;position: absolute;right: 15px;}
.i_box01 ul li .liBox ul{padding: 0 0 30px 0;}
.i_box01 ul li .liBox li{padding:7px 0 7px 22px;background: url(11.png)no-repeat left center;position: relative;
font-size: 14px;color:rgba(0,0,0,0.9);}
.i_box01 ul li .liBox li a{display: block;max-width: 200px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
font-size: 14px;color:rgba(0,0,0,0.9);line-height: 22px;}
.i_box01 ul li .liBox li .date{font-size: 14px;color:rgba(0,0,0,0.9);position: absolute;right: 0;line-height: 22px;top: 7px;}
.i_box01 ul li .liBox li:hover a{padding-left: 16px;color: #1141ad}

.i_box02{padding: 50px 0 30px;background: url(cBg.jpg) center bottom no-repeat #f3f3f3;}
.title02{text-align: center;margin-bottom: 40px;}
.title02 .cn{font-size: 30px;color: #292929;}
.title02 .en{font-size: 16px;color: #0255a1;font-family: arial;text-transform: uppercase;}
.i_box02C li{width: 295px;margin-right: 6px;float: left;background: #fff;margin-bottom: 30px}
.i_box02C li:nth-child(4n){margin-right: 0;}
.i_box02C li .i_box02CT{padding: 15px 0;background: #1141ad;transition: all 0.3s ease-in-out;}
.i_box02C li:hover .i_box02CT{ background: #f59915;}
.i_box02C li .i_box02CT .img{width: 60px;height: 60px;margin: 0 auto 12px;transition: all 0.5s ease 0s;
transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;}
.i_box02C li:hover .i_box02CT .img{transform: rotate(20deg)-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);
-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}
.i_box02C li .i_box02CT .name{text-align: center;font-weight: bold;font-size: 18px;color: #fff;}
.i_box02C li .content{font-size: 14px;min-height:88px;line-height: 22px;color: #000;padding: 20px;text-align: center;}
.i_box02C li .href{font-size: 14px;text-transform: uppercase;color: rgba(0,0,0,0.5);text-align: center;display: block;margin-bottom: 20px;text-align: center;}
.i_box02C li .href:hover{color: #1d6fb9;}

.i_box03{padding: 60px 0;}
.i_box03 .title03{padding-bottom: 20px;}
.i_box03 .title03 .line{display: inline-block;width: 3px;height: 15px;background: #1141ad;}
.i_box03 .title03 .cn{font-size: 16px;color: #000;padding: 0 10px;}
.i_box03 .title03 .en{font-size: 14px;color:rgba(0,0,0,0.5);text-transform: uppercase;}
.i_box03 .title03 .more{font-size: 16px;color:rgba(0,0,0,0.5);}
.i_box0301{width: 375px;margin-right: 30px;}

.ul0301 .hd{ position:relative; bottom:20px;z-index:1; width: 100% ;text-align: right;}
.ul0301 .hd ul{margin: 0 auto;text-align: center;display: inline-block; zoom:1;margin: 0 auto;text-align: center; }
.ul0301 .hd ul li{ float:left; margin:0 2px; width:25px; height:25px; line-height:25px; 
text-align:center; background:#1141ad; cursor:pointer;color: #fff;} 
.ul0301 .hd ul li.on{background: #f59915}
.ul0301 .bd li{width: 100%;float: left;padding-bottom: 4px; position: relative;}
.ul0301 .bd li .img{width: 372px;height: 148px;overflow: hidden;position: relative;}
.ul0301 .bd li .img img{transition: all 0.6s ease-in-out; width: 100%; height: auto; }
.ul0301 .bd li:hover .img img{transform: scale(1.1);}
.ul0301 .bd li .name{font-size: 14px;line-height: 22px;color: rgba(0,0,0,0.6);}
.ul0301 .bd li .line{width: 0px;position: absolute;bottom: 0;left: 0; height: 1px;background: #eee;transition: all 0.6s ease-in-out;}
.ul0301 .bd li:hover .line{width: 100%;}
.i_box0302{width: 375px;}
.formPanel input[type="text"]{width: 355px;padding: 0 10px;height: 45px;line-height: 45px;background: #eceaeb;font-size: 14px;
color: #000;margin-bottom: 6px;}
.formPanel textarea{width: 355px;padding: 0 10px;height: 70px;line-height: 22px;background: #eceaeb;font-size: 14px;
color: #000;margin-bottom: 6px;}
.formPanel input[type="submit"]{width: 375px;padding: 0 10px;height: 50px;line-height: 50px;background: #1141ad;font-size: 16px;
color: #fff;}

