
/*头部*/
.header{height: 80px;background-image: url(../images/header-bg.jpg);background-repeat: no-repeat;background-position: center center;}
.header .link{float: right;height: 60px;background-image: url(../images/hTel-bg.png);background-repeat: no-repeat;background-position: right center;padding-top: 20px;}
.header .link a{font-size: 13px;color: #000000;font-family: "KaiTi","SimSun ","Microsoft YaHei ";padding-left: 12px;background-image:url(../images/hTt-ico.png);background-repeat: no-repeat;background-position: left center;margin-right: 13px;transition: all .4s;}
.header .link a:last-child{margin-right: 0}
.header .link a:hover{color: #cf0a0a}

/*导航*/
.headerNav{border-top: 1px solid #fff;border-bottom:1px solid #fff;height: 30px;background-color: #013eb0}
.headerNav .menu1{width: 980px;float: left;}
.headerNav .menu1>li{float: left;width: 140px;position: relative;}
.headerNav .menu1>li>a{display: block;line-height: 30px;text-align: center;font-size: 16px;color: #fff;transition: all .4s;border-left: 1px solid #fff;}
.headerNav .menu1>li:first-child>a{border-left: 0}
.headerNav .menu1>li:last-child>a{border-right: 1px solid #fff;}
.headerNav .menu1>li>a:hover,.headerNav .menu1>li>.current{background-color: #ee1720;}
.headerNav  .menu2{position: absolute;z-index: 10;width:100%;background: #fff;display: none;box-shadow: 0 0 5px 2px rgba(0,0,0,0.1)}
.headerNav  .menu2 a{display: block;height: 35px;line-height: 35px;border-bottom:1px solid #efefef;text-align: center; color: #333}
.headerNav  .menu2 a:last-child{border-bottom:none;}
.headerNav  .menu2 a:hover{background: #013eb0;color: #fff;}

.headerNav .time{float: right;height: 30px; line-height: 30px;width: 220px;text-align: right;font-size: 16px;color: #fff;}

/*广告*/
.banner{width: 100%;height: 598px;margin:0 auto;overflow:hidden;position: relative;}
.banner .bd{height:598px;overflow: hidden;position: relative;left: 50%;margin-left: -960px;width: 1920px;}
.banner .hd{width:100%;position: absolute;z-index:999;left: 0;height:16px;bottom:40px;}
.banner .hd ul{text-align: center;}
.banner .hd ul li{display:inline-block;width: 22px;height: 22px;margin: 0 5px;cursor: pointer;overflow: hidden;transition: all .4s;color: #ffffff;line-height: 22px;text-align: center;font-size: 16px;border-bottom: 2px solid transparent}
.banner .hd ul li.on,.banner .hd ul li:hover{border-bottom: 2px solid #e73d35;color: #e73d35}
.banner .prev,.banner .next{display:block;width: 40px;height:60px;position: absolute;z-index:2;top:45%;margin-top: -20px;}
.banner .prev{background: url(../images/banner-pn.png) no-repeat left bottom;left: 5%;}
.banner .next{background: url(../images/banner-pn.png) no-repeat right bottom;right: 5%;}

/*活动主题*/
.homeTopic{font-size: 30px;color: #013eb0;font-weight: normal;text-align: center;margin-bottom: 50px;text-transform: uppercase;}
.homeTopic span{display: block;font-size: 30px;color: #dbdbdb;text-transform: uppercase;margin-bottom: 10px;}

/*市场领域*/
.homeArea{background-color: #f2f2f2;padding: 50px 0;}
.homeArea .tab{height: 60px;background-color: #fff;margin-bottom: 10px;}
.homeArea .tab .m{display: block;width: 149px;float: left;border-right: 1px solid #eeeeee;float: left;line-height: 60px;text-align: center;font-size: 16px;color: #4b4b4b;transition: all .4s;position: relative;}
.homeArea .tab .m:after{content: "";position: absolute;width: 0;height: 0; border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #fff; bottom:0;left: 50%;margin-left: -8px;opacity: 0;transition: all .4s;}
.homeArea .tab .m:hover,.homeArea .tab .on{background-color: #013eb0;color: #fff;}
.homeArea .tab .m:hover:after,.homeArea .tab .on:after{opacity: 1;border-top: 8px solid #013eb0;bottom: -8px;}
.homeArea .tab .more{float: right;line-height: 60px;margin-right: 20px;font-size: 14px;color: #4f4f4f;transition: all .4s;}
.homeArea .tab .more i{display: inline-block;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 50px;text-align: center;font-size: 16px;color: #a0a0a0;font-style: normal;line-height: 18px;margin-right: 10px;transition: all .4s;}
.homeArea .tab .more:hover{color: #013eb0;}
.homeArea .tab .more:hover i{border-color: #013eb0;color: #fff;background-color: #013eb0}
.homeArea .main{height: 500px;overflow: hidden;}
.homeArea .main .box{overflow: hidden;height: 500px;}
.homeArea .main .pic{display: block;float: left;width: 900px;height: 500px;overflow: hidden;}
.homeArea .main .pic img{display: block;width: 100%;height: 100%;animation: slowBig 6s linear infinite alternate; animation-play-state: paused;transform:scale(1,1)}
.homeArea .main .pic:hover img{animation-play-state: running;transform: none;}
.homeArea .main .item{width: 300px;background-color: #013eb0;height: 500px;float: right;}
.homeArea .main .item dl{padding: 50px 40px;position: relative;margin-bottom:10px;}
.homeArea .main .item dl:after{content: "";position: absolute;width: 180px;height: 2px;background-color: #fff;bottom: 15px;left: 40px;}
.homeArea .main .item dl dt{font-size: 24px;color: #ffffff;margin-bottom: 30px;}
.homeArea .main .item dl dd {margin-bottom: 5px;padding-left: 10px;background-image: url(../images/hArea-ico.png);background-repeat: no-repeat;background-position: left center;}
.homeArea .main .item dl dd a{font-size: 14px;color: #ffffff;position: relative;}
.homeArea .main .item dl dd a:after{content: "";position: absolute;width: 0;left: 0;bottom: -5px;transition: all .4s;height: 1px;background-color: #fff;}
.homeArea .main .item dl dd a:hover:after{width: 100%;}
.homeArea .main .item .more{display: block;margin-left: 40px;font-size: 14px;color: #fff;}
.homeArea .main .item .more i{display: inline-block;width: 16px;height: 16px;border: 1px solid #fff;color: #fff;font-style: normal;text-align: center;line-height:16px;border-radius: 50%;margin-right: 10px;transition: all .4s;}
.homeArea .main .item .more:hover i{background-color: #fff;color: #013eb0}
@keyframes slowBig {
  to {transform:scale(1.1,1.1);}
}


/*关于我们*/
.homeAbout{background-image: url(../images/hAbout-bg.jpg);background-repeat: no-repeat;background-position: center center;height: 380px;padding: 50px 0;}
.homeAbout .homeTopic,.homeAbout .homeTopic span{color: #fff;}
.homeAbout .font{font-size: 16px;color: #fff;padding: 0 50px;text-align: center;margin-bottom: 30px;}
.homeAbout .font p{margin-bottom: 15px;}
.homeAbout .num ul{overflow: hidden;}
.homeAbout .num li{text-align: center;color: #fff;float: left;background-image: url(../images/hAbout-line.png);background-repeat: no-repeat;background-position: right 25px;}
.homeAbout .num li span{display: block;position: relative;font-size: 16px;}
.homeAbout .num li strong{font-size: 60px;font-weight: normal;line-height: 60px;}
.homeAbout .num li b{font-weight: normal;position: absolute;top: 0;left: auto;margin-left: 10px;}
.homeAbout .num .li1{width: 190px;}
.homeAbout .num .li2{width: 195px;}
.homeAbout .num .li3{width: 225px;}
.homeAbout .num .li4{width: 285px;}
.homeAbout .num .li5{width: 300px;background-image: none;}

/*发展历程 */
.homeCourse{background-image: url(../images/hCourse-bg.jpg);background-repeat: no-repeat;background-position: center center;height: 380px;padding: 50px 0;}
.homeCourse h3{font-size: 24px;color: #ffffff;text-align: center;font-weight: normal;margin-bottom: 50px;}
.homeCourse h3 span{display: block;font-size: 16px;margin-top: 5px;}
.homeCourse ul{position: relative;height: 220px;}
.homeCourse li{width: 178px;color: #fff;height: 160px;position: absolute;}
.homeCourse li p{font-size: 14px;margin-bottom: 40px;}
.homeCourse li span{display: block;font-size: 24px;}
.homeCourse .li1{top: 10px;left: 0;}
.homeCourse .li1 span{text-align: center;}
.homeCourse .li2{top: -8px;left:200px;}
.homeCourse .li2 span{padding-left: 40px;}
.homeCourse .li3{top: 70px;left:410px;}
.homeCourse .li3 span{padding-left: 40px;}
.homeCourse .li4{top: 10px;left:640px;}
.homeCourse .li4 span{padding-left: 60px;}
.homeCourse .li5{top: 60px;left:850px;}
.homeCourse .li5 span{padding: 0}
.homeCourse .li6{top: -10px;right:-25px;}
.homeCourse .li6 span{padding-left: 80px;}

/*新闻动态*/
.homeNews{background-color: #f6f6f6;padding: 50px 0;}
.homeNews-hot{width: 540px;height: 340px;overflow: hidden;position: relative;margin-bottom: 30px;}
.homeNews-hot img{display: block;width: 100%;height: 100%;transition: all .5s;}
.homeNews-hot .txt{position: absolute;left: 0;bottom: 0;right: 0;height: 80px;background:rgba(0,0,0,0.7); color: #fff;padding: 0 25px;font-size: 12px;transition: all .5s;opacity: 1}
.homeNews-hot .txt h5{font-size: 18px;font-weight: normal;padding:15px 0 5px 0;color: #fff;}
.homeNews-hot:hover img{transform: scale(1.1);}
.homeNews-hot:hover .txt{height: 0;opacity: 0}
.homeNews-list{width: 640px;}
.homeNews-list li{background-color: #ffffff;padding: 15px 25px;margin-bottom: 10px;position: relative;z-index: 0;}
.homeNews-list li:after{content: "";position: absolute;left: 0;bottom: 0;top: 0;background-color: #013eb0;transition: all .5s;z-index: -1;width:80%;opacity: 0}
.homeNews-list li span {display: block; font-size: 14px;color: #666666;font-family: "Arial";float: left;text-align: center;padding-right: 25px;padding-top: 12px;transition: all .5s;}
.homeNews-list li span b{display: block;font-size: 48px;margin-bottom: 5px; font-weight: normal;transition: all .5s;}
.homeNews-list li h5{font-weight: normal;font-size: 14px;margin-bottom: 4px;color: #333;transition: all .5s;}
.homeNews-list li .txt{color: #a5a5a5;height: 48px;overflow: hidden;font-size: 12px;line-height: 22px;transition: all .5s;}
.homeNews-list li:hover:after{width: 100%;opacity: 1}
.homeNews-list li:hover span,.homeNews-list li:hover b,.homeNews-list li:hover h5{color: #fff;}
.homeNews-list li:hover .txt{color: #cdddfd;}
.homeNews-main .more{clear: both;display: block;width: 100px;height: 30px;border-radius: 4px;background-color: #013eb0;color: #fff;font-size: 12px;margin: 0 auto;text-align: center;line-height: 30px;transition: all .5s;}
.homeNews-main .more:hover{box-shadow: 0 4px 10px 1px rgba(49,110,246,0.5)}

/*底部*/
.footer{padding: 50px 0 30px;background-color: #212121;color: #9b9b9b}
.footer .wrap{position: relative;}
.footerLeft{width: 560px;float: left;font-size: 14px;}
.footerLeft a{color: #9b9b9b}
.footerLeft a:hover{color: #fff;}
.footerLeft .note,.footerLeft .tel{margin-bottom: 25px;}
.footerLeft .tel{padding-left: 25px;background-image: url(../images/footer-ico1.png);background-repeat: no-repeat;background-position: left 5px;}
.footerLeft .adrr{padding-left: 25px;background-image: url(../images/footer-ico2.png);background-repeat: no-repeat;background-position: left 5px;}
.footerRight{float: right;width: 260px;}
.footerRight span{display: block;float: right;margin-left: 20px;width: 100px;font-size: 14px;color: #9b9b9b;text-align: center;}
.footerRight span img{width: 100px;height: 100px;display: block;margin-bottom: 10px;}
.footerGs{width:50px;height: 65px;position: absolute;bottom: 0;left: 50%;margin-left: -25px;}


/*友情链接*/
.foorterLink{background-color: #212121;padding: 20px 0;border-top: 1px solid #2d2d2d}
.foorterLink span{color: #9b9b9b;font-size: 14px;}
.foorterLink a{font-size: 12px;color: #9b9b9b;padding: 0 15px;border-right: 1px dotted #b7b7b7;transition: all .5s;}
.foorterLink a:hover{color: #fff}
.foorterLink a:last-child{border-right: 0;}

/* 内页公用 */
.listBanner{ width:1920px; position: relative; left:50%; margin-left:-960px; height:360px;}
.listBanner img{display: block;height: 360px;}
.listWrapper{padding:40px 0 50px 0;overflow:hidden;}
.pageWrapper {padding:50px 0 30px 0;}
.listWrapper .pageBox{background-color: #fff;padding: 40px 30px;}
.location{background: url(../images/location_icon.png) no-repeat left center;padding-left: 20px;color: #666666 }
.breadCrumb{height: 50px;line-height: 50px;background: #e7e7e7;color: #474747}
.breadCrumb p{color: #474747}
.breadCrumb p a{color: #474747}
.breadCrumb .back{float:right;height:28px;line-height:28px;margin-top:10px;color: #464646;font-size: 14px;padding-left: 25px;background-image: url(../images/pBack.png);background-repeat: no-repeat;background-position: left center;}
.breadCrumb .back:hover{color: #013eb0}

/* 内页公用菜单 */
.listMenu{height: 60px;line-height: 60px;margin: 40px 0 20px;background: #f6f6f6;}
.listMenu .topic{font-size: 28px;color: #013eb0;float: left;font-weight: normal;border-bottom: 1px solid #dadada}
.listMenu .topic span{font-size: 16px;text-transform: uppercase;color: #dadada;margin-left: 10px;}
.listMenu .menuWrap{margin-top: 10px;}
.listMenu .menuWrap a{display: block;float: left;font-size: 16px;position: relative;color: #231b16;padding: 0 12px;text-align: center;z-index: 0;height: 40px;line-height: 40px;border: 1px solid #dadada;margin-left: 5px;background-color: #fff;}
.listMenu .menuWrap a:before{content: '';position: absolute;top: 0;
left: 0;width: 100%;height: 100%;background: #013eb0;z-index: -1;opacity: 0;
-webkit-transform: scale3d(0.7, 1, 1);transform: scale3d(0.7, 1, 1);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s; transition-timing-function: ease, ease;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.listMenu .menuWrap a:hover:before,.listMenu .menuWrap a.current:before{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.listMenu .menuWrap a.current,.listMenu .menuWrap a:hover{color: #fff;border-color: #013eb0}
.menuSub {text-align:center;}
.menuSub a{font-size: 14px;color: #333;padding: 0 20px;border: 1px solid #f5f5f5;height: 34px;line-height: 34px;border-radius: 20px;display: inline-block;margin-right: 5px;transition: all .4s;}
.menuSub a:hover,.menuSub .current{background-color: #013eb0;color: #fff;border-color:#013eb0 }

/* 风采展示 */
.partnerList,.honorList,.settingList,.newsList,.appList,.newsList,.downList{ width:1200px;overflow: hidden;}
.caseList ul,.partnerList ul,.honorList ul,.settingList ul,.downList ul,.clientList ul,.newsList2 ul{ width:1240px;}
.settingList ul li{width:280px;float:left;margin-right:26px;margin-bottom:25px;text-align:center;}
.settingList ul li img{display:block;width:270px;height:190px;padding:4px;border:1px solid #e3e3e3;background:#fff;transition: all .5s;}
.settingList ul li img:hover{border:1px solid #013eb0;background:#013eb0;}
.settingList ul li span{height:30px;line-height:30px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
/* 荣誉证书 */
.honorList li{width:286px;float:left;margin-right:5px;margin-bottom:5px;text-align:center;text-align: center;border:1px solid #e3e3e3;background:#fff;padding:4px;transition: all .5s;}
.honorList li img{height:200px;max-width: 285px}
.honorList li:hover{border:1px solid #013eb0;}
.honorList li span{height:30px;line-height:30px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
.honorList li:hover span{color: #ee1720}
/* 合作伙伴 */
.partnerList li{float:left;width:220px;margin-right:25px;margin-bottom:25px;}
.partnerList li img{ width:210px; height:90px;background:#e5e5e5; padding: 4px; border: 1px solid #d4d4d4; box-shadow: 1px 1px 0 #fff inset,-1px -1px 0 #fff inset;}
.partnerList li span{ height: 35px; line-height: 35px; display: block; text-align:center; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
/*实力列表*/
.strenList ul{width: 1250px;}
.strenList li{width: 279px;margin-right: 28px;position: relative;margin-bottom: 30px;float: left;transition: all .5s;}
.strenList li .pic{display: block;overflow: hidden;position: relative;}
.strenList li img{width: 100%;height: 100%;transition: all .5s;display: block;}
.strenList li:hover img{transform: scale(1.2);}
.strenList li p{padding:20px 10px ;transition: all .5s;position: relative;left: 0}
.strenList li p .tit{font-size: 14px;color: #333333;display: block;}
.strenList li p .time{font-size: 12px;color: #999999;display: block;}
.strenList li:after{content: "";position: absolute;width: 0;left:50%;height: 2px;background-color: #ed772d;transition: all .5s;bottom: 0px;}
.strenList li:hover:after{width: 100%;left: 0}
.strenList li:hover{box-shadow: 0 8px 20px rgba(0,0,0,.1);}
.strenList li:hover p{left: 15px;}
/* 新闻列表 */

.newsList li{border:1px solid #e2e2e2;padding:30px;overflow:hidden;margin-bottom:30px;transition:all 0.3s;background-color: #fff;}
.newsList li .font{width:810px;overflow:hidden;color:#333;padding-top:30px;}
.newsList li .date{width:80px;height:110px;background:#2b2b2b;color:#fff;padding-left:20px;font-size:20px;font-family:'HelveticaNeuedd7b7fc3f53d6';position:relative;margin-right:40px;transition:all 0.4s;}
.newsList li .date span{display:block;opacity:.8;padding-top:25px;font-size:28px;margin-bottom: 10px;}
.newsList li .date:after{position:absolute;content:"";width:50px;left:60px;background:#555;height:1px;top:10px;width:0;transition:all 0.3s;}
.newsList li h4{font-size:16px;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsList li  .txt{color:#666;}
.newsList li .pic{width:262px;height:165px;overflow:hidden;}
.newsList li img{transition:all 0.5s;display: block;width: 100%;height: 100%}
.newsList li:hover .date{margin-right:60px;}
.newsList li:hover .date:after{width:80%;}
.newsList li:hover h4{color:#013eb0;}
.newsList li:hover img{transform:scale(1.1);}
.newsList li:hover{box-shadow:0 5px 10px #eee;}
/* 常见问题 */
.faqList li{position:relative;margin-bottom: 30px;border-left: 3px solid #ed772d;}
.faqList li:after{content:''; position:absolute; top:12px; right:16px; display:block; width:30px; height:30px; background:#ed772d;pointer-events:none;}
.faqList li h3:before, .faqList li h3:after{content:''; position:absolute; top:26px; right:23px; z-index:2; width:16px; height:2px; background:#fff;}
.faqList li h3:before{width:2px; height:16px; top:19px; right:30px; -webkit-transition:0.3s; transition:0.3s;}
.faqList li.act h3:before{-webkit-transform:rotate(90deg); transform:rotate(90deg);background:transparent\0;}
.faqList li h3{position:relative; padding:0 60px; background-color:#f3f3f3; line-height:54px; font-size:16px; cursor:pointer;font-weight:normal;color: #333;background-image:url(../images/faq.png); background-repeat:no-repeat; background-position:20px 0;}
.faqList li div{display:none;padding:25px  60px;line-height:25px;color:#7c7c7c;-webkit-animation:fadeIn 0.5s ease-out 0.2s both; animation:fadeIn 0.5s ease-out 0.2s both;}
.faqList li div{background:url(../images/faq.png) no-repeat 20px -155px;font-size:14px;}
@-webkit-keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
@keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
/* 新闻详细样式 */
.articleShow{overflow:hidden;background-color: #fff;padding: 40px 30px;}
.pictureShow{width:890px;}
.articleBox1 .title{text-align:center;font-size:20px;color:#000;margin-bottom:10px;font-weight:normal;}
.articleBox1 .p1{margin-bottom:15px;padding-bottom: 10px; text-align:center;color:#333;}
.detailLeft  .p1,.picShow .p1{border-bottom:1px dotted #adadad;;}
.articleBox1 .p1 span{margin-right:15px;}
.review{background:#f7f7f7 url(../images/nShow_icon.png) no-repeat left top;padding:15px 15px 10px 15px;border-right:none;border-left:none;text-indent:2em;font-size:14px;color:#333;}
.fontResizer a{padding:0 5px;}
.article_key{background:#f7f7f7 url(../images/nShow_icon2.png) no-repeat 15px 7px;color:#adadad;margin-bottom:20px;padding-left:35px;line-height:28px;}
.fontsizebox{padding-bottom: 40px;border-bottom:1px dotted #adadad;font-size:13px;color:#424242;}
.curFont{color:#013eb0;}
.detailShare{overflow:hidden;padding:25px 0;border-bottom:1px dotted #adadad;}
.detailShare span{border-left:1px dotted #adadad;padding:0 15px;}
.detailShare span.date{margin-left:15px;}
.detail_fenx{font-size:14px;padding-top:10px;overflow:hidden;margin-bottom:20px;border-bottom:1px dotted #adadad;padding-bottom: 10px}
.detail_fenx div{width:48%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.detail_fenx div a:hover{color: #013eb0}
.relatedNews_font{overflow:hidden;font-size:13px;margin-top:15px;}
.relatedNews_font ul{width:1220px;}
.relatedNews_font ul li{float:left;padding-right:50px;width:530px;height:40px;line-height:40px;border-bottom:1px dotted #ddd;}
.relatedNews_font ul li a{display:block;width:400px;line-height:40px;background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.relatedNews_font ul li a:hover{color: #013eb0}
.relatedNews_font ul li span{float:right;color:#999;}
.detailRight{width:280px;overflow:hidden;}
.rightDesign,.rightRelated,.rightCase,.rightLabel{border:1px solid #ddd; margin-bottom:20px;}
.rTitle{height:39px;line-height:39px;background:url(../images/r_title.jpg) repeat-x;font-size:16px;color:#000;font-weight:normal;padding-left:10px;}
.rightDesign .main{background:#fff;padding:10px;}
.rightDesign .main .p1{font-size:14px;margin-bottom:10px;font-size:14px;color:#000;}
.rightDesign .main input{display:block;height:38px;border:1px solid #e1e1e1;background:#fff;padding:0 10px;width:238px;margin-bottom:10px;font-size:14px;}
.rightDesign .main .sub{height:40px;line-height:40px;border:none;background:#02a2ee;color:#fff;text-align:center;transform:all 0.3s;cursor:pointer;width:258px;padding:0;margin-bottom:5px;font-family:"微软雅黑";}
.rightDesign .main input:focus{border:1px solid #02a2ee;}
.rightDesign .main .sub:focus,.rightDesign .main .sub:hover{background:#333;border:none;}
.rightRelated .main{padding:10px;}
.rightRelated .main img{width:254px;padding:2px;border:1px solid #ececec;margin-bottom:10px;}
.rightRelated .main li{height:34px;line-height:34px;border-bottom:1px dotted #a7a7a7;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.rightRelated .main li a{background:url(../images/ly_li.png) no-repeat 5px center;padding-left:15px;}
.rightRelated .main li:last-child{border-bottom:none;}
.rightRelated .mainCp{padding:10px;}
.rightRelated .mainCp .bd{width:258px;height:579px;overflow:hidden;}
.rightRelated .mainCp .bd li,.rightDesign .mainCp .bd li a{display:block;width:258px;height:183px;overflow:hidden;position:relative;}
.rightRelated .mainCp .bd li{margin-bottom:10px;}
.rightRelated .mainCp .bd li h3{width:228px;height:30px;line-height:30px;color:#fff;background:url(../images/tmb.png);position:absolute;left:0;bottom:0;text-align:center;padding:0 15px;}
.relatedTitle{height:30px;border-bottom:1px dotted #adadad;font-size:18px;color:#000;margin-bottom:20px;font-weight:normal;}
/* 人才招聘  */
.jobTop{overflow:hidden;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #eee;height:295px}
.jobTop .main{float:right;width:560px;}
.jobTop .main .font{height:190px;overflow:hidden;line-height:28px;}
.jobTop .main .p1{padding-top:15px;font-size:16px;color:#333;}
.jobTop .main .p1 a{color:#ee1720;}
.jobTop .main .p1 a:hover{text-decoration: underline;}
.jobTop .more{width:100px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:3px;display:inline-block;background:#ee1720;margin-top:15px;}
.jobTop .more:hover{background:#201c1d;}
.jobList li{border-bottom:1px dashed #dbdbdb;margin-bottom:20px;}
.jobList h4{font-size:24px;font-weight:normal;background: url('../images/iconf.png') no-repeat right 15px;padding-right:20px;padding-bottom:20px;line-height:32px;}
.jobList h4 span{font-size:16px;margin-top:8px;}
.jobList h4 span i{display:inline-block;font-style:normal;background: url('../images/job_icon.png') no-repeat left -35px;padding-left:30px;margin-right:15px;}
.jobList h4 span .num{background-position: 0 0;}
.jobList .font{background:#fff;padding:25px;display:none;}
.jobList .font .tie{color:#555;margin-bottom:10px;display:block;}
.jobList .font h5{margin-top:15px;font-size:16px;}
.jobList h4.on{color:#333;background: url('../images/icong.png') no-repeat right 15px;}
/*招聘详情*/
.jobsShow{border:1px solid #ddd;background:#f2f2f2;}
.jobsShow h3{font-size:14px;font-weight:bold;background:#013eb0;line-height:35px; padding-left:15px;font-weight:normal;color: #fff;}
.jobsShow table{margin:10px 20px 20px;}
.jobsShow .mr{padding-right:20px;}
.jobsShow .jobsInput{width:465px;border:1px solid #ddd;line-height:25px;height:25px;padding:0 5px;margin-bottom:10px;}
.jobsShow .input_radio{margin-right:5px;vertical-align: middle;}
.jobsShow .jobsInput:focus,.jobsShow .jobsTextarea:focus{border:1px solid #013eb0;}
.jobsShow .jobsTextarea{width:1135px;padding:5px;border:1px solid #ddd;line-height:22px;height:125px;margin-top:3px;display:block;}
.jobsShow .jobsSubmit{background:#999;width:85px;height:30px;line-height:30px;cursor:pointer;border:none;color:#fff;margin-right:10px;margin-top:20px;border-radius:4px;}
.jobsShow .jobsSubmit:hover{background:#666;color:#fff;}
.jobsShow .jobsSubmitb{background:#333;width:100px;height:30px;line-height:30px;cursor:pointer;border:none;color:#fff;margin-top:20px;border-radius:4px;}
.jobsShow .jobsSubmitb:hover{background:#108ccf;color:#fff;}



/*市场领域*/
.pageTopic{font-size: 30px;color: #013eb0;text-align: center;font-weight: normal;padding: 70px 0}
.pageProd{background-color: #e7e7e7;padding: 50px 0}
.pageProd ul{width: 1240px;}
.pageProd li{width: 380px;float: left;margin-right: 30px;margin-bottom: 30px;height: 260px;position: relative;overflow: hidden;}
.pageProd li img{display: block;width: 100%;height: 100%;transition: all .4s;}
.pageProd li:hover img{transform: scale(1.1);}
.pageProd li .tit{position: absolute;left: 0;right: 0;bottom: 0;height: 50px;line-height: 50px;text-align: center;background:rgba(0,0,0,0.8);color: #fff;text-align: center;font-size: 16px;font-weight: normal;transition: all .4s;}
.pageProd li:hover .tit{background:rgba(1,62,176,0.8);}

.prodList li{padding: 70px 0;}
.prodList li .wrap{overflow: hidden;}
.prodList li .pic{display: block;width: 600px;height: 333px;float: left;overflow: hidden;}
.prodList li .pic img{display: block;width: 100%;height: 100%;transition: all .4s;animation: slowBig 6s linear infinite alternate; animation-play-state: paused;transform:scale(1,1)}
.prodList li .txt{width: 500px;float: right;text-align: center;padding-top: 70px;}
.prodList li .txt h3{font-size: 28px;color: #333;font-weight: normal;margin-bottom: 30px;}
.prodList li .txt h3 span{display: block;font-size: 16px;color: #666;margin-top: 10px;}
.prodList li .more{display: block;width: 120px;height: 36px;line-height: 36px;text-align: center;font-size: 14px;color: #fff;background: #013eb0;border-radius: 4px;transition: all .4s;margin: 0 auto;}
.prodList li .more:hover{box-shadow: 0 4px 10px 1px rgba(49,110,246,0.5)}
.prodList li:hover .pic img{animation-play-state: running;transform: none;}
.prodList li:nth-child(2n){background-color: #e7e7e7}
.prodList li:nth-child(2n) .pic{float: right;}
.prodList li:nth-child(2n) .txt{float:left;}
.prodList .pagination{padding: 70px 0;}
/*产品详情*/
.prodShow{background-color: #fff;padding: 40px 30px;margin-bottom: 30px;}
.prodShow .topic{font-size:28px;color: #333;line-height: 30px;border-bottom: 1px dashed #ccc;margin-bottom: 30px;padding-bottom: 20px;font-weight: normal;text-align: center;}
.prodShow .thumb{text-align: center;margin-bottom: 40px;}
.prodShow .font{margin-bottom: 30px;}
.prodShow .font .tit{height: 36px;line-height: 36px;border-bottom: 2px solid #013eb0;margin-bottom: 30px;}
.prodShow .font .tit span{display: block;width: 120px;height: 36px;line-height: 40px;text-align: center;background-color: #013eb0;color: #fff;font-size: 14px;font-weight: normal;}


/* 采购表单样式 */
.orderBox{padding:25px;width:1090px;background:#f1f1f1;overflow:hidden;margin:0 auto;}
.orderBox h3{font-size:20px;line-height:18px;font-weight:normal;font-family:"微软雅黑";color: #013eb0}
.orderBox .table{padding-top:20px;overflow:hidden;}
.orderBox .table li{width:520px;height:215px;float:left;height:35px;margin-bottom:10px;}
.orderBox .table li span{float:left;border:1px solid #ddd;line-height:33px;height:33px;width:98px;display:inline-block;text-align:center;background:#fff;}
.orderBox .table li .iptTxt{float:right;width:408px;border:1px solid #ddd;border-left-width:0;height:33px;line-height:33px;background:#fff;color:#666;padding-left:10px;}
.orderBox .table li .iptCode{float:left;width:199px;border:1px solid #ddd;border-left-width:0;height:33px;line-height:33px;background:#fff;color:#666;padding-left:10px;}
.orderBox .table li .checkcode{float:left;border:1px solid #ddd;border-left-width:0;background:#eee;margin-left:2px;padding:6px;}
.orderBox .table li .btn{width:385px;height:35px;line-height:35px;background:#333;cursor:pointer;font-size:14px;color:#fff;text-align:center;border:none;}
.orderBox .table li .btn:hover{background:#013eb0;color:#fff;}
.orderBox .table li.areLi{width:520px;float:right;height:215px;overflow:hidden;}
.orderBox .table li.areLi .txtContent{width:488px;height:183px;border:1px solid #ddd;outline:none;resize:none;padding:15px;color:#666;line-height:18px;background:#fff;}
/* 内页留言样式 */
#dituContent{width:100%;height:450px;}
.contactFont{overflow:hidden;margin-bottom:30px;}
.gr-content-box{padding:40px 20px;box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);width: 1160px;margin: 0 auto;background-color: #fff;}
.feedback{margin-top:50px;overflow:hidden;}
.feedback .title{text-align:center;font-size:24px;font-weight:normal;margin-bottom:25px;color:#333;}
.feedback .title span{background:#fff;padding:0 30px;position:relative;top:-10px;}
.feedback .title::before{content:"";border-bottom:1px solid #e1e1e1;height:12px;vertical-align:top;width:100%;display:block;}
#feedback_form{position:relative;overflow: hidden;}
#feedback_form li{float: left;width: 45%;}

#feedback_form label{display:block;float:left;width: 124px; height:32px;line-height:32px;margin-bottom:30px;padding-left:40px;background:url(../images/contact.png) no-repeat;font-size:14px;}
#feedback_form label.name{background-position:0 -32px;}
#feedback_form label.email{background-position:0 -64px;}
#feedback_form label.city{background-position:0 -96px;}
#feedback_form label.msg_title{background-position:0 -128px;}
#feedback_form label.address{background-position:0 -160px;}
#feedback_form label.message{background-position:0 -192px;margin-bottom:10px;}
#feedback_form input{width:290px;height:30px;line-height:30px;float:left;margin:0 37px 30px 0;padding:0 10px;border:1px solid #dbdbdb;}
#feedback_form input.last{margin-right:0;}
#feedback_form .msg{border-top:1px dotted #ccc;padding:30px 0;}
#feedback_form textarea{height:125px;width:1140px;padding:10px;border:1px solid #dbdbdb;display:block;}
#feedback_form i{font-style:normal;color:#ff1f19;position:absolute;font-size:14px;left:400px;top:6px;}
#feedback_form .f2{left:922px;}
#feedback_form .f3{left:922px;top: 68px;}
#feedback_form .f4{left:79.5%;top:68px;}
#feedback_form .btns{width:120px;height:40px;margin-right:10px; background:#013eb0;color:#fff;border:none;font-size:15px;margin-bottom:0;cursor:pointer;}
#feedback_form .btns:hover{background:#333;transition:all 0.3s;}
#feedback_form .reset{background:#ccc;cursor:pointer;margin-bottom:0;}
#feedback_form .tableRow{width:100%;height:32px;}
#feedback_form .tableRow input{width:150px;margin-right:10px;color:#999;float:left;}
#feedback_form .tableRow .checkcode{width:50px;height:22px;margin-left:5px;border:1px solid #ccc;padding:4px 5px;display:block;float:left;background:#fff;}
#feedback_form input:focus,#feedback_form textarea:focus{border-color:#013eb0;}
/* 视频列表 */
.videoList ul{width: 1240px;}
.videoList li{float:left;width:290px;margin-right: 13px;margin-bottom: 20px;box-shadow: 0 0 4px 1px #ccc;}
.videoList li .pImg{display: block;height: 230px;overflow: hidden;position: relative;}
.videoList li .pImg:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.6);z-index: 1}
.videoList li .pImg:before{content: "";position: absolute;width: 50px;height: 50px;background-image: url(../images/hVideo-ico.png);background-repeat: no-repeat;background-position: center center;z-index: 2;top: 50%;margin-top: -25px;left: 50%;margin-left: -25px;}
.videoList li .pImg img{width: 100%;height: 100%;transition: all .5s}
.videoList li:hover .pImg img{transform: scale(1.1);-ms-transform: scale(1.1);  -webkit-transform: scale(1.1);  -o-transform: scale(1.1);   -moz-transform: scale(1.1); }
.videoList li  h5{height:46px;line-height:46px;text-indent: left;color: #333;transition: all .5s;font-weight: normal;text-align: center;}
.videoList li:hover  h5{background-color: #013eb0;color: #fff;}
/* 视频详情 */
.videoTopic{font-size:30px;color: #231b16;font-weight: normal;line-height: 30px;margin-bottom: 30px;position: relative;text-align: center;}
.videoTopic:before,.videoTopic:after{content:"";position: absolute;width: 35px;height: 1px;background-color: #dddcdd;top: 50%;}
.videoTopic:before{left: 490px;}
.videoTopic:after{right: 490px;}
.videoShow .main{width: 900px;}
.videoShow .videoRight{width: 230px;}
.videoShow .videoRight h3{font-size: 18px;color: #444444;border-left: 4px solid #013eb0;padding-left: 15px;margin: 15px 15px 15px -15px;font-weight: normal;line-height: 20px;}
.videoShow .videoFont{font-size: 14px;color: #b0b0b0;border-top: 1px dotted #cdcdcd;padding: 10px 0;display: block;}
.videoShow .videoFont .tel{font-size: 14px;color: #333;padding-left:60px;background-image: url(../images/pTel-ico.png);background-repeat: no-repeat;background-position: left center;}
.videoShow .videoFont span{display: block;font-weight: bold;color: #013eb0;font-size: 20px;}
.videoShow .videoFont .more{border: 1px solid #d4d4d4;text-align: center;color: #b0b0b0;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;font-size: 14px;line-height: 48px;display: block;margin-top: 20px;}
.videoShow .videoFont .more:hover{background:#013eb0;border-color: #013eb0;color: #fff;}
.videoShow .main h2{text-align: center;font-size: 20px;color: #000;margin-bottom: 25px;font-weight: normal;height: 50px;line-height: 50px;border-bottom: 1px dotted #cdcdcd;}
.videoShow .main .pic{text-align: center;}
.videoContent{padding-top: 30px;}
.videoContent h6{font-size: 16px;color: #fff;height: 36px;line-height: 36px;border-bottom: 2px solid #013eb0;margin-bottom: 20px;}
.videoContent h6 span{display: block;width: 100px;text-align: center;background: #013eb0}
.videoContent{padding-top: 30px;}
.videoContent h6{font-size: 16px;color: #fff;height: 36px;line-height: 36px;border-bottom: 2px solid #013eb0;margin-bottom: 20px;}
.videoContent h6 span{display: block;width: 100px;text-align: center;background: #013eb0}
/*相关产品*/
.recommend_video{margin-bottom:15px;}
.recommend_slide{height:566px;overflow:hidden;padding:9px;border:1px solid #d4d4d4;background:#fff;margin-top: 20px;}
.recommend_video li{ width:206px;overflow:hidden;margin-bottom:5px;}
.recommend_video li img{ width:198px; height:144px; border:1px solid #ddd;padding:2px;}
.recommend_video li span{height:26px; line-height:26px; position:relative; text-align:center;display: block;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.recommend_video li:hover img{ border: 1px solid #013eb0;}
