﻿@font-face {
    font-family: 'DINLight';
    src: url('../fonts/dinlight.eot');
    src:
    url('../fonts/dinlight.eot') format('embedded-opentype'),
    url('../fonts/dinlight.woff') format('woff'),
    url('../fonts/dinlight.ttf') format('truetype'),
    url('../fonts/dinlight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hum7Black';
    src: url('../fonts/hum7black.eot');
    src:
    url('../fonts/hum7black.eot') format('embedded-opentype'),
    url('../fonts/hum7black.woff') format('woff'),
    url('../fonts/hum7black.ttf') format('truetype'),
    url('../fonts/hum7black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;    line-height: 28px;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

.header .logo{height: 113px;line-height: 113px;font-size: 0;}
.header .form{margin: 28px 0 0 18px;border: 1px solid #4f575a;border-radius: 5px;}
.header .form .text{width: 105px;height: 16px;padding-left: 8px;background: none;border:none;font-size: 12px;color: #333;line-height: 16px;}
.header .form .subm{width: 24px;height: 16px;border:none;background: url(../images/searchbtn.png) no-repeat center;border:none;cursor: pointer;}
.header .language{font-size: 14px;color: #bdbfc0;line-height: 18px;margin-top: 28px;}
.header .language a:first-child{margin-right: 15px;position: relative;font-style: italic;font-family: "Arial";font-weight: bold;}
.header .language a:first-child:before{content: "";width: 2px;height: 10px;position: absolute;right: -8px;top:50%;margin-top: -5px;background: #bdbfc0;}
.header .language a.on,.header .language a:hover{color: #555555;}
.header .nav{margin-right: -24px;margin-left: 100px;position: relative;}
/*.header .nav .nLi{position: relative;z-index: 9;}*/
.header .nav .nLi h3 a{display: block;padding: 0 24px 6px;height: 61px;line-height: 61px;font-size: 16px;color: #444;font-weight: bold;position: relative;}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{color: #d9114a;}
/*.header .nav .nLi .navSub{width: 480px;position: absolute;left: 50%;top: 59px;text-align: center;font-size: 0;margin-left: -240px;display: none;}
.header .nav .nLi.nLi6 .navSub{width: 240px;margin-left: -120px;}
.header .nav .nLi .navSub .icon{text-align: center;font-size: 0;}
.header .nav .nLi .navSub ul{position: relative;padding: 20px 0;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.header .nav .nLi .navSub ul li{display: inline-block;*display: inline;*zoom: 1;padding: 0 25px;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 15px;color: #ffffff;line-height: 40px;}
.header .nav .nLi .navSub ul li a:hover{color: #d9114a;}
.header .nav .nLi.nLi6 .navSub{width: 340px;margin-left: -170px;}
.header .nav .nLi.nLi4 .navSub{width: 180px;margin-left: -90px;}*/

.header .nav{position: relative;z-index: 9;}
.header .nav .nLi .navSub{position: absolute;right: 0;width: 100%;top:67px;background: #f4f6f9;display: none;}
.header .nav .nLi .navSub .wrap{padding: 19px 27px 49px 44px;}
.header .nav .nLi .navSub .wrap ul{width: 242px;}
.header .nav .nLi .navSub .wrap ul li{border-bottom: 1px solid #e9e8e8;position: relative;}
.header .nav .nLi .navSub .wrap ul li:before{content: "";width: 100%;height: 100%;padding-left: 30px;position: absolute;left: -30px;top:0;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50% 0;transform-origin: 0 50% 0;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.header .nav .nLi .navSub .wrap ul li a{display: block;font-size: 14px;color: #333333;line-height: 30px;padding: 10px 40px 10px 0;position: relative;z-index: 2;}
.header .nav .nLi .navSub .wrap ul li a i{width: 7px;height: 13px;position: absolute;right: 25px;top:19px;background: url(../images/navarr.png) no-repeat center;
-webkit-transform:translateX(-12px);transform:translateX(-12px);opacity: 0;}
.header .nav .nLi .navSub .wrap ul li:hover:before{-webkit-transform: scaleX(1);transform: scaleX(1);}
.header .nav .nLi .navSub .wrap ul li:hover a{color: #da134b;}
.header .nav .nLi .navSub .wrap ul li:hover a i{opacity: 1;-webkit-transform:translateX(0);transform:translateX(0);
-webkit-transition:all 0.3s linear 0.2s;transition:all 0.3s linear 0.2s; }
.header .nav .nLi .navSub .pic{width: 366px;height: 192px;position: relative;overflow: hidden;}
.header .nav .nLi .navSub .pic dl dd{display: none;position: absolute;left: 0;top:0;width: 100%;height: 192px;}
.header .nav .nLi .navSub .pic dl dd:first-child{display: block;}
.header .nav .nLi .navSub .pic dl dd a{display: block;position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.header .nav .nLi .navSub .pic dl dd a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.header .nav .nLi .navSub .pic dl dd a:hover em{-webkit-transform: scale(1.1);transform: scale(1.1);}



.banner{width: 100%;position: relative;overflow: hidden;}
.banner .bd ul li a{display: block;width: 100%;height: 725px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .hd{position: absolute;left: 0;bottom: 58px;height: 13px;line-height: 13px;font-size: 0;z-index: 2;text-align: center;width: 100%;}
.banner .hd ul li{display: inline-block;*display: inline;*zoom: 1;width: 13px;height: 13px;background: #ffffff;border-radius: 7px;margin: 0 4px;filter:alpha(opcity=64);opacity: 0.64;cursor: pointer;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.banner .hd ul li.on{width: 25px;background: #fff;filter: alpha(opcity=100);opacity: 1;}

.isect1{padding: 80px 0 0;background: url(../images/isect1bg.jpg) no-repeat center top;min-width: 1200px;}
.isect1 .title{margin-bottom: 72px;text-align: center;margin-bottom: 66px;}
.isect1 .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.isect1 .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.isect1 .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}
.isect1 .pic{width: 50%;height: 592px;overflow: hidden;position: relative;}
.isect1 .pic a{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: right center;background-size: cover;}
/*.isect1 .pic a:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}*/
.isect1 .text{width: 50%;height: 592px;box-sizing:border-box;-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);}
.isect1 .text .wrap{width: 560px;padding: 20px 0 0 60px;}
.isect1 .text .wrap .tit{margin-bottom: 40px;}
.isect1 .text .wrap .tit h6{line-height: 130px;font-size: 90px;color: #f6f1ea;font-family: "hum7Black";text-transform: uppercase;}
.isect1 .text .wrap .tit h5{font-size: 22px;line-height: 67px;color: #d9114a;font-weight: normal;}
.isect1 .text .wrap .tit i{display: block;width: 80px;height: 2px;background: #dee2eb;}
.isect1 .text .wrap .cont{font-size: 14px;line-height: 24px;color: #5d5d5d;height: 168px;overflow: hidden;margin-bottom: 38px;}
.moreBtn{display: block;width: 110px;height: 38px;border: 1px solid #d9114a;padding-left: 38px;position: relative;font-size: 14px;color: #d9114a;line-height: 38px;text-align: center;text-transform: uppercase;position: relative;}
.moreBtn:after{content: "";width: 0;height: 38px;position: absolute;left: 38px;top:0;background: #d9114a;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.moreBtn:before{content: "";width: 38px;height: 38px;background: #d9114a url(../images/arrow1.png) no-repeat center;position: absolute;left: 0;top:0;}
.moreBtn span{position: relative;z-index: 3;}
.moreBtn:hover{color: #fff;}
.moreBtn:hover:after{width: 110px;}

.ititle{margin-bottom: 31px;}
.ititle h4{font-size: 55px;line-height: 55px;color: #e9e2d2;font-family: "hum7Black";text-transform: uppercase;font-weight: normal;}
.ititle h3{font-size: 30px;line-height: 50px;color: #444444;font-weight: normal;}

.isect2{padding: 85px 0 97px;background: url(../images/isect2bg.jpg) no-repeat  center top;min-width: 1200px;}
.isect2 .w1200{overflow: hidden;}
.isect2 .iBus{width: 1280px;}
.isect2 .iBus .kwick{overflow: hidden;margin-left: 8px;width: 189px;}
.isect2 .iBus .kwick:first-child{margin-left: 0;}
.isect2 .iBus .kwick .wrap{padding-left: 12px;width: 372px;position: relative;}
.isect2 .iBus .kwick .wrap:before{content: "";width: 2px;height: 241px;background: #e5e5e5;position: absolute;left: 0;bottom: 0;}
.isect2 .iBus .kwick .wrap a{display: block;}
.isect2 .iBus .kwick .wrap a .tit{margin-bottom: 23px;}
.isect2 .iBus .kwick .wrap a .tit h5{font-size: 18px;line-height: 30px;color: #555555;font-weight: normal;position: relative;}
.isect2 .iBus .kwick .wrap a .tit h5:before{content: "";width: 2px;height: 23px;background: #da134b;position: absolute;left: -11px;top:6px;}
.isect2 .iBus .kwick .wrap a .tit h6{font-size: 12px;line-height: 21px;color: #808080;text-transform: uppercase;font-weight: normal;font-family: "Arial";}
.isect2 .iBus .kwick .wrap a .pic{height: 200px;overflow: hidden;background: #f39700;}
.isect2 .iBus .kwick .wrap a .pic img{width: 100%;height: 100%;filter: alpha(opcity=90);opacity: 0.9;
-webkit-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.isect2 .iBus .kwick.first{width: 384px;}
.isect2 .iBus .kwick.on .wrap a .tit h5{color: #da134b;}
.isect2 .iBus .kwick.on .wrap a .pic img{filter: alpha(opcity=100);opacity: 1;-webkit-filter: grayscale(0);filter: grayscale(0);}


.isect3{padding: 74px 0 78px;background: url(../images/isect3bg.jpg) no-repeat center;background-size: cover;min-width: 1200px;}
.isect3 .w1200{box-sizing:border-box;padding-left: 150px;position: relative;}
.isect3 .tit{position: absolute;left: -186px;top:5px;text-align: right;left: -260px;}
.isect3 .tit h4{font-size: 58px;line-height: 50px;color: #ffffff;text-transform: uppercase;filter: alpha(opcity=51);opacity: 0.51;font-weight: normal;font-family: "hum7Black";letter-spacing: -1px;}
.isect3 .tit h3{font-size: 35px;color: #ffffff;line-height: 74px;font-weight: normal;}
.isect3 ul li{width: 244px;margin-left: 24px;}
.isect3 ul li:first-child{margin-left: 0;}
.isect3 ul li a{display: block;padding: 53px 30px 0 0;background: url(../images/border.png) no-repeat 5px top;height: 260px;}
.isect3 ul li a .t{margin-bottom: 47px;}
.isect3 ul li a .t h5{font-size: 18px;line-height: 27px;color: #ffffff;}
.isect3 ul li a .t h6{font-size: 12px;line-height: 18px;color: #ffffff;font-family: "Arial";text-transform: uppercase;}
.isect3 ul li a .text{padding-left: 20px;font-size: 15px;line-height: 28px;color: #ffffff;height: 112px;}

.isect4{width: 100%;overflow: hidden;margin: 92px auto 119px;}
.isect4 .slideTxtBox .hd{padding-bottom: 46px;border-bottom: 1px solid #eeeeee;margin-bottom: 48px;}
.isect4 .slideTxtBox .hd .ititle{margin-bottom: 0;}
.isect4 .slideTxtBox .hd ul{padding: 30px 30px 0 24px;background: #f9f9f9;margin-top: 6px;}
.isect4 .slideTxtBox .hd ul li{margin-left: 67px;}
.isect4 .slideTxtBox .hd ul li:first-child{margin-left: 0;}
.isect4 .slideTxtBox .hd ul li a{display: block;padding-bottom: 19px;position: relative;}
.isect4 .slideTxtBox .hd ul li a h5{font-size: 20px;line-height: 30px;color: #555555;font-weight: normal;}
.isect4 .slideTxtBox .hd ul li a h6{font-size: 14px;line-height: 21px;color: #848484;font-weight: normal;text-transform: uppercase;font-family: "Arial";}
.isect4 .slideTxtBox .hd ul li a i{width: 22px;height: 9px;position: absolute;left: 50%;margin-left: -11px;bottom: -7px;background: url(../images/trangle3.png) no-repeat center;filter: alpha(opcity=0);opacity: 0;}
.isect4 .slideTxtBox .hd ul li a:before{content: "";width: 100%;height: 3px;background: #d9114a;position: absolute;left: 0;bottom: 0;filter: alpha(opcity=0);opacity: 0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.isect4 .slideTxtBox .hd ul li.on a h5,.isect4 .slideTxtBox .hd ul li.on a h6{color: #d9114a;}
.isect4 .slideTxtBox .hd ul li.on a i{filter: alpha(opcity=100);opacity: 1;}
.isect4 .slideTxtBox .hd ul li.on a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect4 .slideTxtBox .bd .item .text{width: 365px;padding-top: 7px;}
.isect4 .slideTxtBox .bd .item .text h5{margin-bottom: 20px;font-size: 16px;line-height: 24px;color: #444444;font-weight: normal;height: 48px;overflow: hidden;}
.isect4 .slideTxtBox .bd .item .text p{margin-bottom: 64px;font-size: 14px;line-height: 24px;color: #5d5d5d;height: 120px;overflow: hidden;}
.isect4 .slideTxtBox .bd .item .pic{width: 790px;}
.isect4 .slideTxtBox .bd .item .pic ul{width: 1200px;}
.isect4 .slideTxtBox .bd .item .pic ul li{width: 384px;height: 297px;overflow: hidden;position: relative;margin-left: 24px;}
.isect4 .slideTxtBox .bd .item .pic ul li:first-child{margin-left: 0;}
.isect4 .slideTxtBox .bd .item .pic ul li a{display: block;}
.isect4 .slideTxtBox .bd .item .pic ul li a img{width: 100%;height: 100%;}
.isect4 .slideTxtBox .bd .item .pic ul li a .txt{padding: 11px 132px 0 12px;position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;height: 71px;line-height: 60px;font-size: 14px;color: #ffffff;background: url(../images/blue50.png) repeat;z-index: 2;}
.isect4 .slideTxtBox .bd .item .pic ul li a .txt h5{font-weight: normal;}
.isect4 .slideTxtBox .bd .item .pic ul li a .txt span{position: absolute;right: 17px;top:11px;}

.footer{padding: 52px 0 31px;background: #003e93;font-size: 14px;line-height: 22px;color: #ffffff;font-weight: 300;min-width: 1200px;}
.footer .fLogo{padding: 0 36px 14px 0;height: 92px;line-height: 92px;background: url(../images/line.png) no-repeat right top;margin-right: 28px;}
.footer .jobBtn{margin: 18px 27px 0 0;width: 192px;height: 58px;border: 1px solid #144d9b;background: #003987;text-align: center;line-height: 58px;font-size: 0;font-weight: normal;}
.footer .jobBtn span{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;padding: 0 25px 0 60px;position: relative;}
.footer .jobBtn .icon{position: absolute;left: 0;top:9px;}
.footer .jobBtn .arr{position: absolute;right: 0;top:23px;}
.footer .fCont{width: 200px;margin-right: 14px;filter:alpha(opcity=80);opacity: 0.8;}
.footer .fCont h5{margin-bottom: 5px;font-size: 18px;line-height: 40px;font-weight: normal;}
.footer .select{width: 264px;padding: 8px 40px 0 0;height: 98px;background: url(../images/line.png) no-repeat right top;}
.footer .select select{display: block;margin-bottom: 8px;height: 22px;border:1px solid #4d78b4;width: 100%;background: none;box-sizing:border-box;padding: 0 10px 0 15px;font-size: 13px;color: #ffffff;line-height: 22px;}
.footer .select select option{color: #333;}
.footer .qrcode li{margin-left: 12px;width: 84px;text-align: center;}
.footer .qrcode li:first-child{margin-left: 0;}
.footer .qrcode li .pic{height: 84px;margin-bottom: 6px;}
.footer .qrcode li .pic img{width: 100%;height: 100%;}
.footer .qrcode li p{font-size: 13px;color: #ffffff;line-height: 13px;filter:alpha(opcity=80);opacity: 0.8;}
.fBtm{width: 100%;min-width: 1200px;font-size: 13px;color: #c2c8d6;line-height: 30px;text-align: center;padding: 9px 0;background: #003276;}
.fBtm span{margin: 0 13px;}

.nyBanner{width: 100%;min-width: 1200px; overflow:hidden; margin-top:5px;}

.nyNav{padding: 66px 0 84px;}
.nyNav li{margin-left: 80px;}
.nyNav li:first-child{margin-left: 0;}
.nyNav li a{display: block;}
.nyNav li a h3{padding-left: 15px;margin-bottom: 4px;height: 23px;border-left: 1px solid #da134b;font-size: 20px;color: #333333;line-height: 20px;font-weight: normal;}
.nyNav li a h4{padding-left: 15px;border-left: 1px solid #e5e5e5;height: 30px;padding-bottom: 19px;font-size: 12px;color: #808080;line-height: 30px;text-transform: uppercase;font-weight: normal;font-family: "Arial";}
.nyNav li.on a h3,.nyNav li a:hover h3{color: #da134b;}

.pageStyle{font-size: 14px;line-height: 28px;color: #777777;}
.pageStyle *{max-width: 100% !important;}


.aboutWrap{min-height: 350px; margin-top:50px;}
.aboutWrap .aboutTit{text-align: center;}
.aboutWrap .aboutTit h3{font-size: 26px;line-height: 32px;color: #003e93;font-weight: normal;}
.aboutWrap .aboutTit h4{font-size: 18px;line-height: 26px;color: #999999;font-weight: normal;font-family: "Arial";}
.aboutWrap .aTit{margin-bottom: 11px;font-size: 18px;line-height: 34px;color: #333333;font-weight: normal;}

.aboutWrap .item1{padding-bottom: 67px;}
.aboutWrap .item1 .aboutTit{text-align: left;margin-bottom: 52px;}
.aboutWrap .item1 .item1_1{margin-bottom: 43px;}
.aboutWrap .item1 .item1_1 .text{width: 100%;}
.aboutWrap .item1 .item1_1 .pic{width: 100%;}

.aboutWrap .item1 .item1_2{margin-bottom: 43px;padding: 33px 0 36px;background: url(../images/aboutbg1.jpg) no-repeat center;}
.aboutWrap .item1 .item1_2 ul li{width: 25%;text-align: center;}
.aboutWrap .item1 .item1_2 ul li h5{height: 98px;line-height: 98px;font-size: 75px;color: #003e93;font-family: "DINLight";font-weight: normal;vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;padding-right: 20px;position: relative;}
.aboutWrap .item1 .item1_2 ul li h5 em{position: absolute;right: 0;top:0;line-height: 76px;font-size: 44px;}

.aboutWrap .item1 .item1_3 .dl{padding-top: 41px;}
.aboutWrap .item1 .item1_3 .dl dd{width: 564px;}
.aboutWrap .item1 .item1_3 .dl dd .pic{height: 227px;margin-bottom: 27px;}
.aboutWrap .item1 .item1_3 .dl dd .pic img{width: 100%;height: 100%;}

.aboutWrap .item2{padding: 60px 0 97px;background: #f9f9f9;}
.aboutWrap .item2 .slideGroup .parHd{margin-bottom: 60px;border-bottom: 2px solid #e5e5e5;}
.aboutWrap .item2 .slideGroup .parHd h3{line-height: 33px;font-size: 28px;color: #003e93;font-weight: normal;}
.aboutWrap .item2 .slideGroup .parHd h3 span{font-size: 20px;color: #999999;margin-left: 12px;}
.aboutWrap .item2 .slideGroup .parHd ul li{margin-left: 54px;font-size: 18px;line-height: 42px;color: #767676;position: relative;cursor: pointer;}
.aboutWrap .item2 .slideGroup .parHd ul li:first-child{margin-left: 0;}
.aboutWrap .item2 .slideGroup .parHd ul li:before{content: "";width: 100%;height: 3px;background: #da134b;position: absolute;left: 0;bottom: -2px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.aboutWrap .item2 .slideGroup .parHd ul li.on:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.aboutWrap .item2 .slideGroup .parHd ul li.on{color: #da134b;}

.aboutWrap .item2 .slideGroup .parBd .innerItem1{padding-top: 8px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem2 .ul li{width: 33.3%;box-sizing:border-box;padding-right: 20px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem2 .ul li .pic{padding-top: 54px;height: 260px;}

.aboutWrap .item2 .slideGroup .parBd .innerItem3{font-size: 15px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox{position: relative;margin-bottom: 21px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .pic{width: 600px;height: 317px;overflow: hidden;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .pic img{width: 100%;height: 100%;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .text{width: 540px;padding-top: 14px;padding-bottom: 129px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .text .tit{font-size: 22px;line-height: 36px;color: #333333;font-weight: normal;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .text .line{display: block;width: 75px;height: 7px;background: #eeeeee;margin: 17px 0 27px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .text .cont{min-height: 86px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .pState{font-size: 22px;line-height: 57px;position: absolute;bottom: 93px;left: 660px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .pState span{color: #da134b;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .btnWrap{position: absolute;bottom: 35px;left: 660px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .btnWrap a{display: block;width: 36px;height: 36px;border:1px solid #dcdcdc;margin-right: 12px;background: #fff url(../images/arrow2.png) no-repeat left top;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .btnWrap a.sNext{background-position: right top;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .slideBox .btnWrap a:hover{background-color: #da134b;border-color: #da134b;background-position-y: bottom;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft{position: relative;overflow: hidden;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li{width: 229px;margin-right: 14px;float: left;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li a{display: block;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li .pic{height: 129px;overflow: hidden;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li .pic img{width: 100%;height: 100%;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li h5{padding: 0 8px;height: 42px;font-size: 16px;color: #777777;font-weight: normal;line-height: 42px;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li:hover h5{background: #ffffff;color: #da134b;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .bd ul li:hover{-webkit-box-shadow: 2.5px 4.33px 4.75px 0.25px rgba(0, 0, 0, 0.05);box-shadow: 2.5px 4.33px 4.75px 0.25px rgba(0, 0, 0, 0.05);}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .inNext,
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .inPrev{width: 39px;height: 39px;position: absolute;top:46px;z-index: 3;cursor: pointer;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .inPrev{left: -39px;background: url(../images/leftarr.png) no-repeat center;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft .inNext{right: -39px;background: url(../images/rightarr.png) no-repeat center;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft:hover .inPrev{left: 0;}
.aboutWrap .item2 .slideGroup .parBd .innerItem3 .picScrollLeft:hover .inNext{right: 0;}

.aboutWrap .item3{padding: 66px 0 70px;}
.aboutWrap .item3 .aboutTit{margin-bottom: 34px;}

.syFocusThumb{width: 100%;position: relative;overflow: hidden;}
.syFocusThumb .pagination{position: relative;margin-bottom: 52px;padding: 0 28px;height: 89px;}
.syFocusThumb .pagination .btn{width: 26px;height: 26px;position: absolute;top:0;background: url(../images/arrow3.png) no-repeat left top;cursor: pointer;}
.syFocusThumb .pagination .btn.prev{left: 0;}
.syFocusThumb .pagination .btn.next{right: 0;background-position: right top;}
.syFocusThumb .pagination .btn:hover{background-position-y: bottom;}
.syFocusThumb .pagination:before{content: "";width: 1145px;height: 1px;background: #dcdcdc;position: absolute;left: 28px;top:13px;}
.syFocusThumb .pagination .holder {width: 4000px}
.syFocusThumb .pagination .holder .toc{width: 223px;text-align: center;padding-top: 5px;}
.syFocusThumb .pagination .holder .toc .dot{display: block;width: 15px;height: 15px;margin: 0 auto 28px;position: relative;background: #fff;border:1px solid #bfbfbf;border-radius: 50%;}
.syFocusThumb .pagination .holder .toc .dot:before{content: "";width: 9px;height: 9px;background: #bfbfbf;border-radius: 50%;position: absolute;left: 3px;top:3px;}
.syFocusThumb .pagination .holder .toc p{width: 159px;height: 39px;margin: 0 auto;position: relative;border-radius: 5px;font-size: 18px;color: #333333;line-height: 39px;}
.syFocusThumb .pagination .holder .toc p em{width: 12px;height: 7px;background: url(../images/arrow4.png) no-repeat center;position: absolute;left: 50%;margin-left: -6px;top:-7px;filter:alpha(opcity=0);opacity: 0;}
.syFocusThumb .pagination .holder .toc.selected .dot{border-color: #da134b;}
.syFocusThumb .pagination .holder .toc.selected .dot:before{background: #da134b;}
.syFocusThumb .pagination .holder .toc.selected p{background: #da134b;color: #fff;font-weight: bold;}
.syFocusThumb .pagination .holder .toc.selected p em{filter:alpha(opcity=100);opacity: 1;}
.syFocusThumb .contentdiv{min-height: 300px;}
.syFocusThumb .contentdiv .pic{width: 600px;}
.syFocusThumb .contentdiv .pic img{width: 100%;}
.syFocusThumb .contentdiv .text{width: 540px;    font-size: 15px;}
.syFocusThumb .contentdiv .text .tit{font-size: 22px;line-height: 40px;color: #333333;font-weight: normal;}
.syFocusThumb .contentdiv .text .tit .line{display: block;width: 75px;height: 7px;background: #eeeeee;margin: 15px 0 0;}
.syFocusThumb .contentdiv .text .cont dl{margin-top: 29px;}
.syFocusThumb .contentdiv .text .cont dl dt{font-size: 18px;color: #333333;}

.aboutWrap .item4{padding: 48px 0 75px;background: url(../images/aboutbg2.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item4 .aboutTit{margin-bottom: 43px;}
.aboutWrap .item4 .inItem{width: 570px;}
.aboutWrap .item4 .inItem .tit{font-size: 20px;line-height: 52px;color: #333333;font-weight: normal;}
.aboutWrap .item4 .inItem .line{display: block;width: 85px;height: 2px;background: #dcdcdc;margin-bottom: 12px;}
.aboutWrap .item4 .inItem .dl{position: relative;}
.aboutWrap .item4 .inItem .dl .dt{font-size: 16px;line-height: 28px;color: #777777;position: relative;padding: 7px 40px 7px 0;cursor: pointer;position: relative;}
.aboutWrap .item4 .inItem .dl .dt:after{content: "";width: 14px;height: 8px;background: url(../images/trangle4.png) no-repeat center;position: absolute;right: 14px;top:19px;filter:alpha(opcity=0);opacity: 0;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.aboutWrap .item4 .inItem .dl .dt:before{content: "";width: 2px;height: 12px;background: #da134b;position: absolute;left: 16px;top:16px;filter:alpha(opcity=0);opacity: 0;
-webkit-transition:all 0.1s linear 0.1s;transition:all 0.1s linear 0.1s;}
.aboutWrap .item4 .inItem .dl .dd{position: absolute;left: 0;top: 100%;background: #fff;width: 100%;display: none;z-index: 3;}
.aboutWrap .item4 .inItem .dl .dd .wrap{padding: 12px 15px 17px 36px;border-top: 1px solid #e2e3e3;}
.aboutWrap .item4 .inItem .dl .dd .wrap .box{max-height: 265px;overflow: auto;padding: 0 24px 12px 0;}
.aboutWrap .item4 .inItem .dl.on,.aboutWrap .item4 .inItem .dl.on dd{background: #fff;-webkit-box-shadow: 2.5px 4.33px 4.75px 0.25px rgba(0, 0, 0, 0.1);box-shadow: 2.5px 4.33px 4.75px 0.25px rgba(0, 0, 0, 0.1);}
.aboutWrap .item4 .inItem .dl.on .dt{padding-left: 34px;color: #da134b;}
.aboutWrap .item4 .inItem .dl.on .dt:before,.aboutWrap .item4 .inItem .dl.on .dt:after{filter:alpha(opcity=100);opacity: 1;}
.aboutWrap .item4 .inItem .dl.on .dt:after{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);}
.aboutWrap .item4 .inItem .dl .dt:hover{color: #da134b;}


.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar{width:8PX;height:3px}
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-corner,
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-track{background-color:#eeeeee}
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-thumb{border-radius:0;background-color:#bfbfbf;}
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item4 .inItem .dl .dd .wrap .box::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item5{padding: 65px 0 63px;text-align: center;}
.aboutWrap .item5 .ch{font-size: 22px;line-height: 37px;color: #da134b;}
.aboutWrap .item5 .en{font-size: 16px;line-height: 33px;color: #da134b;}

.nyTitle{margin-bottom: 68px;text-align: center;}
.nyTitle h3{font-size: 28px;line-height: 56px;color: #003e93;font-weight: normal;}
.nyTitle i{display: block;width: 55px;height: 2px;background: #003e93;margin: 0 auto 15px;}
.nyTitle p{font-size: 14px;line-height: 28px;color: #565758;}

.nyWrap{margin: 84px auto 133px;min-height: 300px;}

.contact{margin-bottom: 59px;border:1px solid #d9dbdc;padding: 30px 20px 28px 50px;}
.contact ul li{min-height: 62px;padding-left: 74px;position: relative;}
.contact ul li.li1{width: 280px;margin-right: 20px;}
.contact ul li.li2{width: 264px;margin-right: 20px;}
.contact ul li.li3{width: 310px;}
.contact ul li .icon{position: absolute;left: 0;top:0;}
.contact ul li .t{font-size: 16px;line-height: 30px;color: #565758;padding-top: 1px;}
.contact ul li .c{font-size: 16px;line-height: 27px;color: #333333;}

.mapWrap{height: 466px;position: relative;}
.mapWrap b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2; box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset; }

.passage{margin: -31px auto 0;}
.passage .psgTit{padding: 0 70px 30px;border-bottom: 1px solid #e5e5e5;margin-bottom: 45px;text-align: center;}
.passage .psgTit h5{margin-bottom: 28px;font-size: 28px;color: #333333;line-height: 40px;font-weight: normal;}
.passage .psgTit .info{font-size: 14px;line-height: 28px;color: #999999;}
.passage .psgTit .info span{margin: 0 8px;}
.passage .psgCont{padding-bottom: 53px;border-bottom: 1px solid #e5e5e5;}
.passage .psgLink{padding: 36px 0 43px;font-size: 16px;line-height: 32px;color: #333333;}
.passage .psgLink li{max-width: 45%;}
.passage .psgLink li a:hover{color: #da134b;text-decoration: underline;}

.serviceWrap{min-height: 300px;}
/*.serviceWrap .sTitle{margin-bottom: 32px;text-align: center;}*/
.serviceWrap .sTitle h3{font-size: 20px;line-height: 68px;color: #333333;font-weight: normal;}
.serviceWrap .sTitle h3 span{margin-left: 6px;font-size: 14px;color: #777777;font-family: "Arial";}
/*.serviceWrap .sTitle h3{font-size: 20px;line-height: 38px;color: #333333;font-weight: normal;}
.serviceWrap .sTitle h4{display: inline-block;*display: inline;*zoom: 1;padding: 0 12px;font-size: 14px;line-height: 30px;color: #777777;font-weight: normal;font-family: "Arial";border-top:1px solid #dcdcdc;position: relative;}
.serviceWrap .sTitle h4:before{content: "";width: 41px;height: 4px;background: #003e93;border-radius: 4px;position: absolute;left: 50%;margin-left: -20px;top:-3px;}
*/

.serviceWrap .item1{margin-bottom: 62px;background: #fcfbfb;}
.serviceWrap .item1 .text{width: 606px;padding: 32px 0 0 48px;line-height: 24px;}
.serviceWrap .item1 .text .t{margin-bottom: 14px;font-size: 16px;line-height: 30px;color: #333333;font-weight: normal;/*text-align: center;*/}
.serviceWrap .item1 .pic{width: 500px;}
.serviceWrap .item1 .pic img{width: 100%;}

.serviceWrap .item2{padding: 42px 0 75px;background: #f9f8f8 url(../images/servebg.jpg) no-repeat center bottom;}
/*.serviceWrap .item2 .sTitle{margin-bottom: 47px;}*/
.serviceWrap .item2 ul li{width: 259px;height: 296px;margin-left: 46px;box-sizing:border-box;padding: 52px 24px 0 0;background: url(../images/border1.png) no-repeat center;}
.serviceWrap .item2 ul li:first-child{margin-left: 0;}
.serviceWrap .item2 ul li .tit{margin-bottom: 33px;}
.serviceWrap .item2 ul li .tit h5{font-size: 18px;line-height: 29px;color: #003e93;font-weight: normal;}
.serviceWrap .item2 ul li .tit h6{font-size: 12px;line-height: 19px;color: #808080;font-weight: normal;font-family: "Arial";text-transform: uppercase;}
.serviceWrap .item2 ul li .text{padding-left: 20px;}

.serviceWrap .item3{padding: 43px 0 64px;}
.serviceWrap .item3 .tit{font-size: 20px;line-height: 68px;color: #333333;font-weight: normal;}
.serviceWrap .item3 .tit span{margin-left: 6px;font-size: 14px;color: #777777;font-family: "Arial";}
.serviceWrap .item3 .picScrollLeft{position: relative;overflow: hidden;}
.serviceWrap .item3 .picScrollLeft .next,.serviceWrap .item3 .picScrollLeft .prev{width: 53px;height: 53px;position: absolute;top:83px;background: url(../images/arrow5.png) no-repeat left top;cursor: pointer;z-index: 3;}
.serviceWrap .item3 .picScrollLeft .prev{left: -53px;}
.serviceWrap .item3 .picScrollLeft .next{right: -53px;background-position: right top;}
.serviceWrap .item3 .picScrollLeft .bd ul li{width: 382px;float: left;margin-right: 26px;}
.serviceWrap .item3 .picScrollLeft .bd ul li a{display: block;}
.serviceWrap .item3 .picScrollLeft .bd ul li a .pic{height: 238px;overflow: hidden;}
.serviceWrap .item3 .picScrollLeft .bd ul li a .pic img{width: 100%;height: 100%;}
.serviceWrap .item3 .picScrollLeft .bd ul li a h5{font-size: 16px;line-height: 54px;color: #777777;font-weight: normal;}
.serviceWrap .item3 .picScrollLeft .bd ul li a:hover h5{color: #da134b;}
.serviceWrap .item3 .picScrollLeft:hover .prev{left: 0;}
.serviceWrap .item3 .picScrollLeft:hover .next{right: 0;}


.newsList{margin: 0 auto 57px;min-height: 300px;}
.newsList ul{padding-bottom: 15px;}
.newsList ul li{margin-bottom: 53px;}
.newsList ul li a{display: block;height: 163px;background: #fcfbfb;box-sizing:border-box;padding: 19px 27px 0 347px;position: relative;}
.newsList ul li a .pic{width: 312px;height: 163px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList ul li a .pic img{width: 100%;height: 100%;}
.newsList ul li a h5{margin-bottom: 7px;border-bottom: 1px solid #e5e5e5;line-height: 36px;font-size: 18px;color: #333333;font-weight: normal;}
.newsList ul li a p{font-size: 14px;line-height: 28px;color: #777777;height: 56px;overflow: hidden;}
.newsList ul li a span{display: block;font-size: 14px;line-height: 34px;color: #555555;}
.newsList ul li a:hover{-webkit-box-shadow: 0px 0px 4.7px 0.3px rgba(13, 55, 92, 0.16);box-shadow: 0px 0px 4.7px 0.3px rgba(13, 55, 92, 0.16);}
.newsList ul li a:hover h5{color: #da134b;}

.page{text-align: center;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 5px;min-width: 43px;height: 43px;border:1px solid #ededed;text-align: center;line-height: 43px;font-size: 20px;color: #777777;}
.page a.prev{background: url(../images/arrow6.png) no-repeat left top;}
.page a.next{background: url(../images/arrow6.png) no-repeat right top;}
.page a:hover,.page a.on{background-color: #da134b;border-color: #da134b;color: #fff;background-position-y:bottom;}

.coopWrap{margin-bottom: 43px;min-height: 300px;}
.coopWrap .dl .dt{width: 600px;height: 350px;overflow: hidden;position: relative;}
.coopWrap .dl .dt img,.coopWrap .dl .dt video{width: 100%;height: 100%;}
.coopWrap .dl .dt i{width: 60px;height: 60px;position: absolute;left: 50%;top:50%;margin: -30px 0 0 -30px;background: url(../images/videoicon.png) no-repeat center;}
.coopWrap .dl:hover .dt i{-webkit-transform: rotateZ(30deg);transform: rotateZ(30deg);}
.coopWrap .dl .dd{width: 560px;box-sizing:border-box;padding: 19px 0 0;}
.coopWrap .dl .dd .tit{font-size: 20px;line-height: 36px;color: #da134b;font-weight: normal;padding-right: 20px;}
.coopWrap .dl .dd .line{display: block;width: 37px;height: 2px;background: #da134b;margin: 24px 0 40px;}
.coopWrap .dl .dd .text{padding-right: 20px;overflow: auto;max-height: 210px;}
.coopWrap .dl .dd .text::-webkit-scrollbar{width:8PX;height:3px}
.coopWrap .dl .dd .text::-webkit-scrollbar-button:vertical{display:none}
.coopWrap .dl .dd .text::-webkit-scrollbar-corner,
.coopWrap .dl .dd .text::-webkit-scrollbar-track{background-color:#eeeeee}
.coopWrap .dl .dd .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#bfbfbf;}
.coopWrap .dl .dd .text::-webkit-scrollbar-thumb:vertical:hover{ }
.coopWrap .dl .dd .text::-webkit-scrollbar-thumb:vertical:active{ }


.africa{width: 100%;min-width: 1200px;min-height: 300px;background: url(../images/africabg.jpg) no-repeat center top;background-size: cover;padding: 112px 0 248px;}
.africa .text{width: 426px;padding-top: 18px;}
.africa .text .tit{margin-bottom: 58px;}
.africa .text .tit h3{line-height: 78px;border-bottom: 1px solid #7595c0;font-size: 28px;}
.africa .text .tit h4{font-size: 32px;line-height: 68px;color: #ffffff;font-weight: normal;text-transform: uppercase;font-family: "DINLight";}

.aMapWrap{width: 660px;height: 660px;position: relative;background: url(../images/africa_map.png) no-repeat center;background-size: 100% 100%;}
.aMapWrap .cont{width: 280px;position: absolute;left: 0;top:390px;}
.aMapWrap .cont .legend{padding-bottom: 8px;}
.aMapWrap .cont .legend li{margin-bottom: 22px;}
.aMapWrap .cont .legend li b{display: block;width: 40px;height: 17px;background: #006d42;margin-bottom: 8px;}
.aMapWrap .cont .legend li:first-child b{background: #d49511;}
.aMapWrap .cont .legend li h5{font-size: 13px;line-height: 13px;color: #333333;font-weight: normal;}
.aMapWrap .cont .legend li h6{font-size: 10px;line-height: 15px;color: #333333;font-family: "Arial";}
.aMapWrap .cont .result{font-size: 16px;line-height: 28px;color: #006d42;}
.aMapWrap .cont .result .item.yellow{color: #d49511;}
.aMapWrap .cont .result .tit{margin-bottom: 3px;font-size: 22px;line-height: 44px;font-weight: normal;}
.aMapWrap .cont .result .item{display: none;}
.aMapWrap .cont .result .item:first-child{display: block;}
.aMapWrap svg g{cursor: pointer;}
.aMapWrap svg text{fill:#006d42;}
.aMapWrap svg g.yellow text{fill:#d49511;}
.aMapWrap svg .yelow text{fill:#d49511;}
.aMapWrap svg path{fill:#ffffff;stroke-width: 1.5px;stroke:#969696;}
.aMapWrap svg g.on path{fill:#006d42;stroke:#006d42;}
.aMapWrap svg g.on text{fill:#fff;}
.aMapWrap svg g.yellow.on path{fill:#d49511;stroke:#d49511;}

.aMapWrap svg g.blue path{fill: #fff;}
.aMapWrap svg g.blue text{fill:#003e93;}

.aMapWrap svg g.blue.on path{fill:#003e93;stroke:#003e93;}
.aMapWrap svg g.blue.on text{fill:#fff;}

.aMapWrap svg .zIndex{position: relative;z-index: 3;}

.aMapWrap .cont .result .item.blue{color: #003e93;}

.aMapWrap svg g.on.mlw text,.aMapWrap svg g.on.swsl text{fill: #333;}

.shanghui{
	padding:50px 0;
	background:#004AA4;
}
.sh-box{
	width:1200px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	color:#fff;
}
.sh-box strong{
	font-size:20px;
}
/* 荣誉 */
.fengmao{
	background: url(../images/yanfa.jpg) no-repeat;
	overflow:hidden;
	clear:both;
	padding:35px 0;
}
.xjsb{
	background:#fff;
	overflow:hidden;
	clear:both;
	padding:35px 0;
}
.zzry{
	background: url(../images/yafa-bg.jpg) no-repeat;
	overflow:hidden;
	clear:both;
	padding:35px 0;
}
.fengmao-box{
	width:1200px;
	margin:0 auto;
}
.fengmao-box h1{
	text-align:center;
	font-size:24px;
	color:#004AA4;
	font-weight:bold;      
}
.fengmao-box h3{
	text-align:left;
	font-size:15px;
	color:#5d5d5d;
	line-height:22px;
	padding:20px 0;
}
/* 滚动 */

		.slideGroup{ width:1200; padding-bottom:12px; clear:both; }
		.slideGroup .parHd1{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
		.slideGroup .parHd1 ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
		.slideGroup .parHd1 ul li{ float:left; padding:0 15px; cursor:pointer;  }
		.slideGroup .parHd1 ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
		.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;   }

		.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
		.slideGroup .sNext{ left:auto; right:5px; background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  }
		.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

		.slideGroup .parBd1 ul{ overflow:hidden; zoom:1;   }
		.slideGroup .parBd1 ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.slideGroup .parBd1 ul li .pic{ text-align:center; }
		.slideGroup .parBd1 ul li .pic img{ width:286px; height:202px;display:block; padding:2px; border:1px solid #ccc; }

                .slideGroup .parBd1 ul li .pic1 img{ width:246px; height:369px;display:block; padding:2px; border:1px solid #ccc; }


		.slideGroup .parBd1 ul li .pic a:hover img{ border-color:#999;  }
		.slideGroup .parBd1 ul li .title{ line-height:24px;   }
	
.nei-news{
	background:url(../images/new-bg.jpg) no-repeat center;
	padding:35px 0;
}
.n-hd{
	padding-bottom:30px;
	font-size:35px;
	color:#004AA4;
	text-align:center;
}
/*产品页 图片滑动*/
/*图片逐渐放大效果*/
.delay{ -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden;}
.delay:hover{ transform: scale(1.08,1.08); -moz-transform: scale(1.08,1.08); -ms-transform: scale(1.08,1.08); -webkit-transform: scale(1.08,1.08); -o-transform: scale(1.08,1.08);}

.w-big{max-width: 86.2%;margin: 0 auto;position: relative;}
.w-mid{max-width: 64.2%;margin: 0 auto;position: relative;}
.w-sml{max-width: 1080px;margin: 0 auto;position: relative;}
.mt-big{margin-top: 65px;}
.mt-sml{margin-top: 30px;}
.t-big{font-size: 24px;}
.t-mid{font-size: 18px;}
.t-sml{font-size: 14px;}
.box-pb{padding-bottom: 60px;}
.ovf{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ovfMore{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.transition-t5{transition: all .5s;}
.font-white{color: white;}
.disNo{display: none;}
.mask{position: relative;}
.mask::after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.1);transition: all .5s;}
.trans-3{-webkit-transition: all .3s; transition: all .3s;}
@keyframes move{
    0%{top: 8px;}
    50%{top: 15px;}
    100%{top: 8px;}
}

/* product */
.product{
    background: url("../images/product-bg_15.jpg") no-repeat;
	overflow:hidden;
    padding-top: 1px;
}
.product .content{
    margin-left: -15px;
}
.product .product-show{
    width: 23%;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}
.product .product-show img{
    width: 100%;
}
.product .product-show .text-wrap{
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
	right: 20px;
	bottom: 20px;
	padding: 10px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.product .product-show figcaption{
    position: relative;
    margin-bottom: -.7rem;
	margin-top:23%;
	padding-bottom: .16rem;
    font-size: 20px;
	line-height: 24px;
}
.product .product-show p{
    margin-top: .5rem;
    opacity: 0;
    font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .product-show .text-wrap .more{
    margin-top: .3rem;
    opacity: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.product .product-show:hover .text-wrap{
    border-color: rgba(255,255,255,.5);
}
.product .product-show figcaption::after{
    content: "";
    background: transparent;
    transition: all .5s;
    width: 2em;
    height: 2px;
    position: absolute;
    left: 50%; 
    bottom: -.1rem;
    margin-left: -1em;
}

@media (max-width: 1440px){
	.product .product-show p{
		height: 90px;
	}
}
@media (max-width: 1199px){
	.product .product-show .text-wrap{
		top: 15px;
		left: 30px;
		right: 15px;
		bottom: 15px;
		border-color: rgba(255,255,255,.5);
	}
	.product .product-show p, .product .product-show .text-wrap .more{
		display: none;
	}
	.product .product-show figcaption{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px){
	.product .product-show:hover figcaption{
		margin-bottom: 0;
		margin-top: 0;
	}
	.product .product-show:hover figcaption::after{
		bottom: 0;
		background: #fff;
	}	
	.product .product-show:hover p,.product .product-show:hover .more{
		opacity: 1;
	}	
}



/* product */
.radius-5{-webkit-border-radius: 5px; border-radius: 5px;}
.radius-half{-webkit-border-radius: 50%; border-radius: 50%;}
input::-webkit-input-placeholder{color: #999;} 
input:-moz-placeholder{color: #999;} 
input::-moz-placeholder{color: #999;} 
input:-ms-input-placeholder{color: #999;} 
.search-box, .search-box .weui-cell__bd, .search-box .weui-cell__bd input{height: 100%;}
.search-box .weui-cell__bd input{padding-left: .4rem; padding-right: .4rem; font-size: .24rem; color: #999; font-family: "BarlowSemiCondensed-Regular";}
.search-box .weui-cell__ft{display: flex; height: 100%; width: 25%;}
.search-box .weui-cell__ft input{height: 100%; width: 100%; text-align: center; background: #27c940; color: #fff; font-size: .26rem;}
.probox{padding-bottom: .9rem;}
.probox-hd .weui-cell__hd{position: relative; width: 24px; height: 24px; background: #27c940;}
.probox-hd .weui-cell__hd span{position: absolute; display: block; top: 50%; left: 50%; margin-top: -4px; margin-left: -5px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.probox-hd .weui-cell__hd i{position: absolute; display: block; left: 50%; top: 50%; width: 8px; height: 2px; margin-top: -1px; margin-left: -4px; background: #fff;}
.probox-hd .weui-cell__hd i:nth-of-type(2){-webkit-transform: rotate(90deg); transform: rotate(90deg);}
div.probox-hd p{margin-left: 18px; font-size: 18px; font-weight: bold; text-transform: uppercase;}
a.probox-hd p{margin-left: 10px; font-size: 14px; color: #27c940; text-transform: uppercase;}
.probox-btn{margin-left: -10px; margin-right: -10px;}
.probox-btn .col-xs-12{margin-bottom: 18px; padding-left: 10px; padding-right: 10px;}
.probox-btn a{display: block; padding: 7px; color: #666; text-align: center; border: 1px solid #d4d4d4; -webkit-border-radius: 3px; border-radius: 3px;}
.probox >.row{margin-left: -19px; margin-right: -19px;}
.probox >.row >.col-xs-12{padding-left: 19px; padding-right: 19px;}
.probox-item{position: relative; top: 0; margin-bottom: .48rem; padding: 30px 20px; background: #fff; -webkit-transition: top .3s; transition: top .3s; -webkit-box-shadow: 0 0 10px rgba(204,204,204,.2);box-shadow: 0 0 10px rgba(204,204,204,.2);}
.probox-item .imgbox{margin-top: 27px; margin-bottom: 30px;}
.probox-item .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.probox-item:hover{top: -10px;}

/* prolist */
.prolist-box{padding-bottom: .8rem;}
.prolist-box .weui-cell::before{position: absolute; left: 0; top: 0; bottom: 20px; display: block; content: ""; width: 2.2rem; background: #27c940;}
.proaside{position: relative; width: 2.2rem; margin-right: 15px;}
.proaside .list-group-item{font-family: "PingFangSC"; font-size: 14px; -webkit-border-radius: 0; border-radius: 0;}

.prolist td{padding: 10px 15px !important; line-height: 20px; border: 1px solid #dedede; font-family: "PingFangSC"; font-size: 12px; color: #666; vertical-align: middle !important;}
.prolist td a{display: block; color: #333;}
.prolist .col1{width: 1.2rem;}
.prolist .col3{width: 2rem;}
.prolist .col4{width: 2rem;}
.prolist .col5{width: 1.1rem; text-align: center;}
.prolist .th td{line-height: 35px; background: #27c940; color: #fff; font-size: 14px; text-align: center;}
.prolist tr:hover{background: #ccc;}
.prolist .pager{margin-top: .4rem;}
.prolist .pager li{margin: 4px 2px; display: inline-block;}
.prolist .pager li>a{padding: 0; width: 66px; text-align: center; height: 30px; line-height: 30px; border-color: #dadada; -webkit-border-radius: 0; border-radius: 0; font-family: "PingFangSC"; color: #666;}
.prolist .pager li>a:focus, .prolist .pager li>a:hover, .prolist .pager li>a.active{background: #27c940; color: #fff; border-color: #27c940;}
@media (min-width: 768px){
	.proaside .list-group-item{background: #27c940; color: #fff; text-align: center;}
	.proaside a.list-group-item:focus, .proaside a.list-group-item:hover, .proaside .list-group-item.active{background: rgba(255,255,255,.45); color: #fff;}		
} 
@media (max-width: 767px){
	.prolist-box .weui-cell{display: block;}
	.prolist-box .weui-cell::before{display: none;}
	.proaside{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.proaside .list-group-item{color: #555;}
	.proaside a.list-group-item:focus, .proaside a.list-group-item:hover, .proaside .list-group-item.active{background: #f1f1f1; color: #555;}		
	.proaside .current{position: relative; padding: 10px 15px; font-size: 18px; background: #27c940; color: #fff;}
	.proaside .current::after{position: absolute; top: 50%; margin-top: -5px; right: 15px; display: block; content: ""; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .3s; transition: all .3s;}
	.proaside .current.on::after{margin-top: -8px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
	.proaside .list-group{display: none;}
}

/* product details */
.pro-details .page-header{position: relative; margin: 0; min-height: 46px; padding: .64rem 0 .6rem;}
.pro-details .page-header h1{margin: 8px 0; text-transform: uppercase; font-size: 20px; line-height: 26px; font-family: "BarlowSemiCondensed-SemiBold";}
.pro-details .page-header >a{display: block; right: 0; top: .6rem; margin: .6rem auto 0; width: 150px; height: 36px; line-height: 34px; border: 1px solid #ccc; text-align: center; color: #333; font-size: 16px;}
.smpic{margin-top: .2rem;}
.smpic .swiper-slide{position: relative; width: 2rem; height: 1rem; cursor: pointer;}
.smpic .swiper-slide::after{position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid #27c940; opacity: 0; -webkit-transition: opacity .3s; transform: opacity .3s;}
.smpic .swiper-slide.active::after{opacity: 1;}
.pro-details .param{margin-top: .8rem; margin-bottom: .35rem; padding-top: .2rem; padding-bottom: 1rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;}
.pro-details .param .tit1{margin-top: .6rem; font-size: .68rem; line-height: .6rem; color: #f6f6f6; font-family: "BarlowSemiCondensed-SemiBold";}
.pro-details .param .tit2{margin-top: -.27rem; margin-bottom: .6rem; font-size: 22px; font-family: "BarlowSemiCondensed-SemiBold"; color: #333;}
.pro-details .param .weui-cell{position: relative; padding: .18rem 0; font-size: 18px; line-height: 24px; border-bottom: 1px solid #ebebeb;}
.pro-details .param .weui-cell__hd{width: 120px; font-family: "MyriadPro"; color: #333;}
.pro-details .param .weui-cell__bd{font-family: "BarlowSemiCondensed-Regular"; color: #666;}
.pro-details .btns a{display: inline-block; margin-top: .4rem; margin-right: .3rem; width: 160px; height: 34px; line-height: 34px; background: #27c940; color: #fff; text-align: center;}
.pro-details .btns a:nth-of-type(2){margin-right: 0;}
.relate{padding-bottom: .9rem;}
.relate h3{margin-bottom: .3rem; font-size: 22px; color: #333; text-transform: uppercase; font-family: "BarlowSemiCondensed-SemiBold";}
.relate .row{margin-left: -.2rem; margin-right: -.2rem;}
.relate .col-xs-6{margin: .2rem 0; padding-left: .2rem; padding-right: .2rem;}
.relate .col-xs-6 a{margin-bottom: 0;}
.relate p{margin-top: .25rem; font-size: 18px; height: 20px; line-height: 20px; color: #333; text-transform: uppercase; text-align: center;}
.title-style1 h3{text-align:center; font-size:36px;}


.zhanlv{
	background: url(../images/rencai.jpg) no-repeat center;
	height:647px;
}
.zhanl-box{
	width:1200px;
	margin:0 auto;
}
.zhan-right{
	width:600px;
	height:647px;
	float:right;
	background:rgba(0,103,200,0.4);
}
.zhan-right h1{
	font-size:40px;
	padding-bottom:23px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	color:#fff;
	margin:178px 0 0 90px;
}
.zhan-right p{
	margin:38px 0 0 90px;
	line-height:23px;
	color:#fff;
}
/*招聘*/
.zhaopin{
	background: url(../images/new-bg.jpg) center;
	padding:40px 0;
	overflow:hidden;
}
.zhaop-box{
	width:1200px;
	margin:0 auto;
	padding-top:28px;
}
.title{
	width:176px;
	margin:0 auto;
	border-bottom:1px solid #004AA4;
	border-top:3px solid #004AA4;
	padding:20px 0;
	font-size:40px;
	color:#004AA4;
}
#join{
	margin-top:30px;
}
#join li{float: left; width: 287px; height: 120px; background-color: #fff; margin: 0 17px 17px 0; padding: 60px 0 60px 35px; position: relative; overflow: hidden; zoom:1; border:1px solid #e6e6e6;}
#join li div{height: 40px; line-height: 40px; color: #898381; font-size: 14px; letter-spacing: 1px}
#join li div span{padding-left: 10px; font-weight: bold; color: #6C645F}
#join li p{position: absolute; float: left; z-index: 99; right: 0; top: 98px; width: 90px; height: 30px; background-color:#004AA4; padding: 7px 0 7px 10px; margin-right: -150px; transition: 0.3s ease}
#join li p strong{display: block; width: 28px; height: 28px; border: 1px solid #fff; color: #fff; border-radius: 28px; text-align: center; line-height: 25px; font-size: 20px; transition: 1s ease}
#join li:hover p{margin-right: 0; transition: 0.3s ease}
#join li:hover p strong{transform: rotate(360deg); transition: 1s ease}

.zp-xq{
	padding: 10px;
}
.zp-xq dl{
	background:#efefef;
	padding:10px;
	overflow:hidden;
}
.zp-xq dl dt{
	float:left; 
}
.zp-xq dl dt span{
	display:block;
}
.zp-xq dl dt h1{
	font-size:25px;
	padding:13px 0;
}
.zp-xq dl dt em{
	display:block;
	font-style:normal;
}
.zp-xq dl dd{
	float:right;
}
.zp-xq dl dd span{
	font-size:25px;
	text-align:right;
	color:#000;
	padding-top:15px;
	display:block;
}
.zp-xq dl dd h1{
	padding:13px 0;
}
.zp-xq-box{
	overflow:hidden;
	padding:10px;
}
.zp-xq-box h3{
	color:#666;
}
.line{
	width:21px;
	height:2px;
	background:#666;
	margin:12px 0;
}
.zp-xq-box p{
	line-height:25px;
	margin-bottom:30px;
}
.anniu{
	width:200px;
	height:40px;
	margin:0 auto;
	background:#666;
	line-height:40px;
	text-align:center;
}
.anniu a{
	color:#fff;
	font-weight:bold;
}

.lianx{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}
.map{
	width:652px;
	height:603px;
	float:left;
}
.lx-bg{
	background:url(../images/lianx.jpg);
	width:548px;
	height:603px;
	float:right;
	color:#fff;
}
.lx-bg h1{
	font-size:47px;
	font-weight:bold;
	padding:150px 0 50px 80px;
}
.lx-bg p{
	line-height:30px;
	color:#fff;
	padding-left:80px;    font-size: 17px;
}
.lx-bg dl{
	width:350px;
	font-weight:bold;
	line-height:30px;
	padding:50px 0 50px 80px;
}
/*留言*/
.content{
	
	padding:30px 0;
	background:#F3F3F3;
}
.content form{ width:633px; margin:0 auto;}
.content h6{
	width:176px;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #004AA4;
	border-top:3px solid #004AA4;
	padding:10px 0;
	font-size:30px;
	color:#004AA4;
}
.message{padding-left:30px;padding-top:10px;z-index:100;position:relative}
.message tr th{font-weight:400;text-align:right;height:42px;line-height:42px;color:#666}
.message .m_input{height:30px;line-height:30px;padding:0;padding-left:6px;border:1px solid #e7e7e7;width:460px}
.message textarea.m_input{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #e7e7e7;margin-top:6px}
.message .msgbtn{background:#0073dd;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px}
.validform_checktip{font-size:12px;padding-left:10px}
.validform_wrong{color:#e33b3d}
.validform_error{border-color:#e33b3d !important}
.validform_right,.validform_loading{display:none !important}

/*产品展示*/
.chanp-list{
	width:1200px;
	margin:0 auto;
}
.mai-tit{
	text-align:center;
	
	text-transform: uppercase
}
.mai-tit strong{
	display:block;
	font-size:25px;
	color:#0067cc;
	padding:25px 0 18px;
}
.mai-tit h1{
	color:#4d4d4d;
	font-size:25px;
}
.mai-tit h2{
	color:#4d4d4d;
	font-size:14px;
	border-bottom:#cdcdcd 1px solid;
	padding-bottom:30px;
}
.xm-con1{
	overflow:hidden;
}
.xm-con1 ul{
	padding-top:18px;
}
.xm-con1 ul li{
	width:294px;
	float:left;
	margin-bottom:10px;
	border:#a5a5a5 1px solid;
	padding:5px 0;
	margin-right:4px;
}
.xm-pic{
	height:215px;
	width:292px;
	overflow:hidden;    text-align: center;
}
.xm-pic img{
	height:215px;
	cursor:pointer;
	overflow:hidden;
    transition:all 0.6s;
}
.xm-pic img:hover{
	height:215px;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.mt-con{
	overflow:hidden;
	text-align:center;
	padding:40px 0;
}
.mt-con img {
	padding-bottom:8px;
}
.xqing{
	line-height:25px;
	font-size:14px;
	text-align:left;
	padding:20px 0;
}
/*new 详情*/
.new-con{
	overflow:hidden;
	padding:20px 0;
}
.new-con p{
	font-size:15px;
	line-height:25px;
	color:#686868;

	text-align:left;
}
.liuyan-box{
	width:660px;
	margin:0 auto;
	padding:30px 0;
}
.pianshu{
	overflow:hidden;
	padding:20px 0 10px
}
.pianshu span{
	display:block;
        float:left;
	text-align:left;

	color:#919191;
	font-size:14px;
}
.pianshu a{
	color:#919191;
	font-size:14px;
	display:block;
        float:left;
}
.pilis{
	margin-bottom:10px;
	overflow:hidden;
        padding-left:20px;
}
/*分页样式*/
.xypg-pagination{text-align:right;margin:15px auto}
.xypg-pagination .pageBox{display:inline-block}
.xypg-pagination a, .xypg-pagination span{background:#fff;vertical-align:middle;border:1px solid #eee;color:#444;padding:5px 8px;margin:0 3px;font-size:12px}
.xypg-pagination a:hover{background:#eee;color:#00641c}
.xypg-pagination span.current{background:#0d60a9;color:#fff}
.xypg-pagination span.disable{background:#f2f2f2;color:#999}

/*集团风采css */
		.slideGroup2{ width:1200px;text-align:left;  }
		.slideGroup2 .parHd2{ height:42px; line-height:42px; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
		.slideGroup2 .parHd2 ul{ padding-left:449px; float:left; position:absolute; left:20px; top:-1px; height:32px; overflow: hidden;margin: 12px 0;  }
		.slideGroup2 .parHd2 ul li a{ color:#fff;}
		.slideGroup2 .parHd2 ul li{ float:left; padding:0 15px; cursor:pointer; height:37px; line-height:37px;  }
		.slideGroup2 .parHd2 ul li.on{ height:30px;  background:#004AA4; border:1px solid #ddd; color:#fff; height:37px; line-height:37px;  }
		.slideGroup2 .slideBox2{ overflow:hidden; zoom:1; padding:10px 0 10px 0; position:relative;   }

		.slideGroup2 .parBd2 ul{ overflow:hidden; zoom:1; width: 1200px;  }
		.slideGroup2 .parBd2 ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.slideGroup2 .parBd2 ul li .pic2{ text-align:center; }
		.slideGroup2 .parBd2 ul li .pic2 img{ width:288px; height:202px; display:block;  padding:2px; border:1px solid #ccc; }
		.slideGroup2 .parBd2 ul li .pic2 a:hover img{ border-color:#999;  }
		.slideGroup2 .parBd2 ul li .title2{ line-height:24px;   }
.item1 h3{
	text-align:center;
	font-size:28px;
	    color: #003e93;
    font-weight: normal;
	}
.item1 h4{
	font-size:18px;
	text-align:center;
	    color: #999999;
		padding:8px 0 30px;
    font-weight: normal;
    font-family: "Arial";
}
.item1 p{
	font-size:15px;
}
.xm-con1 dl{
	    padding: 20px 0 0 283px;overflow: hidden;
}
.xm-con1 dl dt{
	text-align:center;
	padding:0 30px;
	height:30px;
	line-height:30px;
	background:#0067cc;
	float:left;
	margin-right:13px;
}
.xm-con1 dl dt a{
	color:#fff;
}