﻿﻿@charset "utf-8";
/* 全局样式 */
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-weight:normal; font-family:"Microsoft YaHei";}
body>div, form>div {margin:0 auto}
div {text-align:left}
a img {border:0}
img{ vertical-align:middle;}
table{border-collapse:collapse; border-spacing:0}
select,input,textarea{ outline: none }
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#666666;text-decoration:none}
a, area {blr:expression(this.onFocus=this.blur())}
:focus {-moz-outline-style: none}
.clear {clear:both;height:0; overflow:hidden; visibility:hidden;}
.hidden,.hide,.hides {display:none}
.block,.show {display:block}
.fl{float:left}
.fr{float:right}
.fline{float:left; display:inline}
.clearfix:after{clear:both;content:".";height:0;display:block;visibility:hidden}
.chgBtn{cursor:pointer}
.ellipsis{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block;}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f15{font-size:15px}
.f16{font-size:16px;}
.f18{font-size:18px;}
.far{font-family:Arial}
.fb{font-weight:bold}
.auto{margin-left:auto; margin-right:auto}
.cor_org{color:#ff4c2e}
.cor_blue{color:#2599d7}
.cor_green{ color:#50ad42;}
.text_rig{ text-align:right;}
.text_lef{ text-align:left;}
.pr{position:relative}
.pa{position:absolute}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
body { text-align: center; font-size:14px; color:#707070; background:#FFFFFF; font-family:"Microsoft YaHei"; min-width:1200px; max-width:1920px; margin:0 auto;}
/*--------header--------------*/
.headerBg{ width:100%; background:#FFFFFF; margin:0 auto;}
.header{ width:1360px; margin:0 auto;}
.logo{ float:left; padding:19px 88px 19px 0;}
.logo a{ display:block;}
.logo img{ max-height:51px;}
.nav{ text-align:center; font-size:0;}
.nav a{ color:#333333; font-size:18px;}
.nav .nLi{ float:left; position:relative; z-index:2; margin:0 1px;}
.nav .nLi h3 a{ text-align:center; display:block;}
.nav .nLi h3 a span{ display:block; font-size:18px; color:#494949; height:88px; line-height:88px; border-top:2px solid #FFFFFF; padding:0 17px; cursor:pointer;}
.nav .subboxbg{ display:none; width:420px; padding:35px; position:absolute; left:0; top:90px; z-index:2; border-top:2px solid #1663cb; background:#FFFFFF; overflow:hidden;}
.nav .sub{ float:left; width:115px;}
.nav .sub li{ zoom:1;}
.nav .sub a{ display:block; color:#333333; font-size:15px; line-height:36px; background:url(../images/subbg.png) right center no-repeat;}
.nav .sub a:hover{ color:#1663cb; font-weight:bold; background-image:url(../images/subBg2.png);}
.navImg{ float:right; width:268px;}
.nav .on h3 a span,.nav .hover h3 a span{ color:#FFFFFF; background:#1663cb; font-weight:bold; border-top:2px solid #ffa800;}
.tel{ font-size:20px; color:#1663cb; font-weight:bold; line-height:30px; padding-left:29px; background:url(../images/tel.png) left 7px no-repeat; margin-top:15px;}
.last .subboxbg{ left:auto; right:0;}
.small{ width:1200px;}
.small .logo{ padding:19px 50px 19px 0;}
.small .nav .nLi h3 a span{ padding:0 13px; font-size:17px;}
.small .tel{ padding-left:25px;}

.telBtn {
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(135deg, #FFA726 0%, #FF8F00 100%);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(255, 143, 0, 0.3);
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.telBtn:hover {
    background: linear-gradient(135deg, #FFB74D 0%, #FFA000 100%);
    box-shadow: 0 6px 12px rgba(255, 143, 0, 0.4);
    transform: translateY(-2px);
}

.telBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(255, 143, 0, 0.3);
}

.telBtn-2 {
    width: 160px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, #4A6CF7 0%, #2541B2 100%);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(37, 65, 178, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.telBtn-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 65, 178, 0.3);
}

.telBtn-2:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(37, 65, 178, 0.3);
}

.telBtn-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.telBtn-2:hover::after {
    opacity: 1;
}
/*--------banner轮播样式--------------*/
.banner { height:600px; width:100%; overflow:hidden; position:relative; z-index:1;}
.banBox { height:600px; width:1920px; margin-left:-960px; position:absolute; left:50%; top:0px;  z-index:1;}
.banBox .bd{ position:relative; height:100%; z-index:1; }
.banBox .bd ul li{ list-style:none;}
.bannerImg{ width:1920px; height:600px;}
.banBox .hd{ width:100%;position:absolute; bottom:45px; left:0;  z-index:1;}
.banBox .hd ul{ width:1200px; margin:0 auto; text-align:left;}
.banBox .hd ul li{display:inline-block;*display:inline;_display:inline; vertical-align:middle; zoom:1; width:36px; margin-right:16px; height:4px; text-align:center; background:#FFFFFF; cursor:pointer; transition:all 0.3s ease-in;}
.banBox .hd ul li.on{ background:#ff9c00;}
/*smail banner*/
.banSub{ height:460px; width:100%; overflow:hidden; position:relative;}
.banSubBox{ height:460px; width:1920px; margin-left:-960px; position:absolute; left:50%; top:0px; }
/*--------main--------------*/
.boxTit{ overflow:hidden; line-height:40px; padding-bottom:20px;}
.boxTith2{ font-size:30px; color:#333333;}
.boxTith2 img{ vertical-align:middle; margin-top:-4px;}
.boxTith2 span{ font-size:32px; color:#d5d5d5; font-family:Arial; text-transform:uppercase;}

.boxTit2{ overflow:hidden; text-align:center; padding-bottom:25px;}
.boxTitH2{ overflow:hidden;}
.boxTitH2 span{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; position:relative; font-size:34px; color:#333333; line-height:120%; margin:0 100px;}
.boxTitBg{ position:absolute; width:268px; height:13px; top:50%; margin-top:-6px;}
.boxTitBg1{ left:-298px; background:url(../images/boxTitBg1.png) right center no-repeat;}
.boxTitBg2{ right:-298px; background:url(../images/boxTitBg2.png) left center no-repeat;}
.boxTitEn{ text-transform:uppercase; font-size:26px; color:#999999; line-height:160%; font-family:Arial;}

.box1Bg{ background:url(../images/box1Bg.png) center center #FFFFFF no-repeat;}
.box1Rig{ float:right; background:#1663cb; color:#FFFFFF; margin-top:-50px; width:170px; height:395px; padding:50px 25px 45px; position:relative; z-index:2;}
.box1RigTop{ font-size:12px; line-height:18px; height:210px; overflow:hidden; text-transform:uppercase;}
.box1RigTop h3{ font-size:22px; line-height:30px;}
.box1RigTop h4{ font-size:19px; line-height:34px; padding-bottom:5px;}
.box1RigBot{ text-transform:uppercase;}
.box1RigBot h3{ font-size:26px; line-height:140%;}
.box1RigBot h4{ font-size:24px; line-height:140%;}
.box1RigLine{ display:block; width:30px; height:3px; background:#FFFFFF; font-size:0; margin:20px 0;}
.box1RigMore{ padding-top:30px;}
.box1RigMore a{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; line-height:28px; color:#FFFFFF; font-size:16px; padding-right:36px; background:url(../images/box1RigMoreBg1.png) right center no-repeat;}
.box1RigMore a:hover{ background-image:url(../images/box1RigMoreBg2.png);}

.box1Lef{ padding:70px 55px 30px 0; overflow:hidden; margin-right:220px;}
.box1Text{ font-size:15px; color:#6f6f6f; line-height:28px; height:84px; overflow:hidden; margin-bottom:35px;}
.box1Bot{ overflow:hidden; margin:0 -25px;}
.box1Bot li{ float:left; width:243px;}
.box1Con{ padding:0 25px 10px; border-right:1px solid #dddddd;}
.box1Num{ font-size:32px; color:#ff9000; display:block; text-align:center; line-height:120%; padding-bottom:5px;}
.box1Brief{ text-align:center; font-size:14px; color:#828282; line-height:24px;}
.box1Bot li.last .box1Con{ border:none;}

.box2Bg{ background:url(../images/box2Bg.jpg) #FFFFFF repeat; padding:60px 0;}
.box2{ overflow:hidden; position:relative;}
.box2Btn{ font-size:0; padding-top:3px;}
.box2Btn a{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; width:36px; height:36px; background-image:url(../images/box2Btn.png); background-repeat:no-repeat;}
.box2Prev{ background-position:0 0;}
.box2Prev:hover{ background-position:0 -36px;}
.box2Link{ background-position:-36px 0; margin:0 8px;}
.box2Link:hover{ background-position:-36px -36px;}
.box2Next{ background-position:-72px 0;}
.box2Next:hover{ background-position:-72px -36px;}
.box2Item{ overflow:hidden; zoom:1; margin:0 -15px; list-style:none;}
.box2Item li{ padding:14px 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.box2Item li a{ display:block; height:280px; position:relative; cursor:pointer;}
.box2Img,.box2Img img{ width:380px; height:280px;}
.box2Text{ position:absolute; left:0; bottom:0; width:360px; background:url(../images/box2TextBg.png) repeat; padding:5px 10px; line-height:36px; color:#FFFFFF;}
.box2Tit{ width:50%;}
.box2Rig{ width:50%; text-align:right;}
.box2Rig span{ display:inline-block; vertical-align:middle; background:url(../images/box2RigBg.png) left center no-repeat; padding-left:20px;}
.box2Item li a:hover .box2Text{ background:#ea9206;}

.box3Bg{ padding:70px 0;}
.box3{ position:relative;}
.box3Prev,.box3Next{ width:46px; height:46px; position:absolute; top:50%; margin-top:-23px; background-image:url(../images/box3Btn.png); background-repeat:no-repeat; transition:all 0.3s ease 0s;}
.box3Prev{ left:-80px; background-position:0 0;}
.box3Next{ right:-80px; background-position:-46px 0;}
.box3Prev:hover{ background-position:0 -46px;}
.box3Next:hover{ background-position:-46px -46px;}
.box3Item{ overflow:hidden; zoom:1; margin:0 -2px; list-style:none;}
.box3Item li{ padding:2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.box3Item li a{ display:block; height:120px; position:relative; overflow:hidden;}
.box3Img,.box3Img img{ width:236px; height:120px;}
.box3Text{ position:absolute; left:0; top:100%; width:100%; height:100%; text-align:center; display:table; background:#1663cb; line-height:36px; color:#FFFFFF;}
.box3Tit{ display:table-cell; vertical-align:middle; padding:15px; font-size:26px;}
.box3Img li a:hover .box3Text{ background:#ea9206;}

.small .box3Prev,.small .box3Next{ display:none;}
.small:hover .box3Prev,.small:hover .box3Next{ display:block;}
.small .box3Prev{ left:0;}
.small .box3Next{ right:0;}

.box4Bg{ background:url(../images/box4Bg.jpg) center center no-repeat; padding:70px 0;}
.box4List{ list-style:none; overflow:hidden;}
.box4List li{ float:left; width:370px; padding-right:45px; padding-bottom:30px;}
.box4List li a{ display:block;}
.box4Img,.box4Img img{ width:370px; height:236px;}
.box4Text{ padding:10px 0 0;}
.box4Tit{ font-size:17px; color:#333333; line-height:26px; padding:5px 0; transition:all 0.4s ease 0s;}
.box4Brief{ font-size:13px; color:#747474; line-height:23px; height:46px; overflow:hidden; margin-bottom:10px;}
.box4Ico{ font-size:14px; color:#777777; line-height:26px;}
.box4Ico span{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; width:17px; height:17px; background-image:url(../images/box4Ico.png); background-position:0 0; background-repeat:no-repeat; transition:all 0.4s ease 0s;}
.box4List li a:hover .box4Tit{ font-weight:bold; color:#1663cb;}
.box4List li a:hover .box4Ico span{ background-position:-17px 0;}
.box4More{ display:block; width:370px; height:48px; line-height:48px; text-align:center; background:#f29400; color:#FFFFFF; border-radius:5px; margin:0 auto; transition:all 0.3s ease 0s;}
.box4More img{ margin:-2px 0 0;}
.box4More:hover{ background:#1663cb;}

.box5Bg{ background:url(../images/box5bg.jpg) center center no-repeat; padding:40px 0; color:#FFFFFF;}
.box5{ overflow:hidden;}
.box5Lef{ width:740px; padding-right:20px; font-size:17px; line-height:24px;}
.box5Lef h3{ font-size:28px; line-height:160%; padding-bottom:10px;}
.box5Rig{ width:440px; font-size:0; text-align:right;}
.box5Rig li{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; width:146px; text-align:center; background:url(../images/box4RigLine.png) right top repeat-y;}
.box5Rig li a{ display:block; font-size:17px; color:#FFFFFF; line-height:24px;}
.box5Ico{ width:50px; height:50px; margin:0 auto 10px;}
.box5Ico img{ width:50px; height:50px;}
.box5Rig li a:hover{ text-decoration:underline;}
.box5Rig li a:hover .box5Ico img{ animation:swing 2s ease 1;}

/*--------footer-----------*/
.footer{ background:#2b3038; padding:40px 0; font-size:14px; color:#8b8b8b; line-height:24px;}
.footer a:hover{ text-decoration:underline;}
.footTop{ padding:22px 0; overflow:hidden; border-bottom:1px solid #555960;}
.footLable{ float:left; background:url(../images/footLable.png) left center no-repeat; padding-left:20px;}
.friendLink{ margin-left:85px; overflow:hidden; margin-right:-16px}
.friendLink li{ float:left; padding:0 16px;}
.friendLink li a{ color:#8c8e91;}
.footBot{ padding:22px 0;}
.footBot a{ color:#8b8b8b;}
.footBot .fr{ color:#FFFFFF; font-size:24px;}
.footBot .fr img{ vertical-align:middle; margin:-5px 5px 0 0;}

.banLineBg{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:url(../images/banLineBg.png) repeat;}

.mainBg{ background:#FFFFFF; font-size:15px; color:#666666; line-height:28px; min-height:300px;}
.main{ position:relative;}
.left{ width:216px; margin-top:-130px; padding-bottom:50px;}
.leftH2{ background:#1663cb; height:130px; color:#FFFFFF; text-align:center; text-transform:uppercase; line-height:36px;}
.leftH2 h2{ font-size:26px; line-height:36px; padding-top:30px;}
.leftH2 p{ font-family:Arial;}

.fenlei{ list-style:none; background:#f4f4f4; padding-bottom:35px;}
.fenlei li{}
.fenleiTit{ padding:0 18px;}
.fenleiH3{ overflow:hidden; border-bottom:1px solid #dadada;}
.fenleiH3 a{ font-size:14px; color:#666666; display:block; margin-right:25px; line-height:22px; padding:10px 0;}
.fenleiIco{ float:right; width:20px; height:42px; background:url(../images/fenleiIco.png) center center no-repeat; cursor:pointer;}
.fenleiSub{ border-bottom:1px solid #dadada; display:none;}
.fenleiSub li a{ display:block; font-size:13px; color:#666666; line-height:34px; padding:0 18px; padding-left:30px; background:url(../images/fenleiSub.png) 18px 15px no-repeat;}
.fenleiSub li a:hover,.fenleiSub li a.active,.fenleiThr p a.hover{ font-weight:bold; color:#1663cb;}
.fenleiThr{ background:#ebebeb; padding:10px 18px; display:none;}
.fenleiThr p a{ font-size:12px;}
.fenleiH3 a:hover{ color:#ff9000;}
.fenlei li.on .fenleiTit{ background:#ff9000;}
.fenlei li.on .fenleiH3 a{ color:#FFFFFF; font-weight:bold;}
.fenlei li.on .fenleiIco{ background-image:url(../images/fenleiIco2.png);}
.fenlei li.on .fenleiSub,.fenlei li.on.active .fenleiSub{ display:block !important;}

.right{ width:944px; margin-top:-50px;}
.rigTop{ overflow:hidden;}
.rigTit{ line-height:36px; padding:7px 0; color:#FFFFFF; font-size:20px;}
.breadNav{ line-height:50px; color:#FFFFFF; background:url(../images/breadnavbg.png) left center no-repeat; padding-left:17px; overflow:hidden;}
.breadNav li{ float:left;}
.breadNav li a{ background:url(../images/breadnavbg2.png) right center no-repeat; padding-right:15px; color:#FFFFFF; margin-left:10px;}
.breadNav span{ margin-left:10px;}
.rigWrap{ font-size:15px; color:#666666; line-height:28px;}
.oneText{ padding:50px 0;}
.oneText p{ margin:20px 0;}
.oneText img{ margin:15px 0; max-width:100% !important; height:auto;}
.comNameEn{ font-size:24px; color:#c6c6c6; line-height:28px; font-family:Arial; text-transform:uppercase;}
.comNameCn{ font-size:28px; color:#222222; line-height:28px; padding-bottom:10px;}

/*history*/
.history{ background:url(../images/history.jpg) center top repeat-y; padding:50px 0; min-height:240px;}
.hisCon{ position:relative; overflow:hidden;}
.hisCon .item{ position:relative; float:left; width:432px; padding-right:40px; padding-bottom:50px; font-size:14px; color:#666666; line-height:24px;}
.hisCon .item.hisRig{ padding-right:0; padding-left:40px; padding-bottom:0; margin-top:50px;}
.hisIco{ position:absolute; top:13px; display:block; width:20px; height:20px; background:url(../images/hisPoint.png) center center no-repeat;}
.hisCon .item.hisLef .hisIco{ right:-10px;}
.hisCon .item.hisRig .hisIco{ left:-10px;}
.hisTextBg{ background:#f2f2f2; position:relative; border-radius:10px; min-height:100px;}
.hisArrow{ position:absolute; width:10px; height:18px; top:14px;}
.hisCon .item.hisLef .hisArrow{ right:-10px; background:url(../images/hisArrow.png) right center no-repeat;}
.hisCon .item.hisRig .hisArrow{ left:-10px; background:url(../images/hisArrow2.png) right center no-repeat;}
.hisText{ padding:20px 30px;}
.hisTime{ font-size:18px; color:#1663cb; line-height:160%; padding-bottom:10px;}

/*artlist*/
.arList{ list-style:none; padding:20px 0 0;}
.arList li{ padding:20px 0; border-bottom:1px solid #eaeaea;}
.arList li a{ display:block; height:190px; cursor:pointer;}
.arImg{ float:left; width:298px; height:190px; position:relative; overflow:hidden;}
.arImg img{ width:298px; height:190px;}
.arTime{ position:absolute; left:20px; top:0; background:url(../images/box2TextBg.png) repeat; width:48px; padding:0 10px; color:#FFFFFF; text-align:center;}
.arDate{ font-size:28px; line-height:42px; background:url(../images/box4RigLine.png) left bottom repeat-x;}
.arYear{ font-size:12px; line-height:30px;}
.arText{ margin-left:298px; overflow:hidden; padding:20px 0 0 40px;}
.arTit{ font-size:24px; color:#333333; line-height:28px; padding-bottom:15px; transition:all 0.4s ease 0s;}
.arBrief{ font-size:14px; color:#777777; line-height:24px; height:72px; overflow:hidden; margin-bottom:15px;}
.arBot{ overflow:hidden;}
.arBot .fl{ background:url(../images/eye.png) left center no-repeat; font-size:13px; color:#999999; line-height:23px; padding-left:25px;}
.arList li a:hover .arTit{ color:#1663cb;}
.arList li a:hover .box4Ico span{ background-position:-17px 0;}
.page{ text-align:center; padding:45px 0;}

/*article*/
.artilce{ padding:50px 0 35px;}
.arName{ text-align:center; font-size:30px; color:#333333; line-height:36px; padding-bottom:25px;}
.arClock{ text-align:center; font-size:12px; color:#999999; line-height:38px; background:#F3F3F3; margin-bottom:22px;}
.arClock span{ padding:0 10px}
.arCon{ padding-bottom:30px; font-size:14px; color:#666666; line-height:30px;}
.arCon p{ text-indent:2em;}
.arCon img{ margin:10px auto; max-width:100% !important; height:auto !important;}
.pageBox{ overflow:hidden; padding-bottom:35px;}
.pageBox li{ float:left; width:312px; text-align:center;}
.pageBox li a{ display:block; background:#f3f3f3; font-size:14px; color:#888888; line-height:38px;}
.pageBox li a span{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; width:40px; height:38px; background-position:center center; background-repeat:no-repeat;}
.pageLink{ margin:0 4px;}
.pagePrev span{ background-image:url(../images/pageIco1.png);}
.pageLink span{ background-image:url(../images/pageIco2.png);}
.pageNext span{ background-image:url(../images/pageIco3.png);}
.pageBox li a:hover{ color:#FFFFFF; background:#ff9000;}
.pagePrev:hover span{ background-image:url(../images/pageIco1a.png);}
.pageLink:hover span{ background-image:url(../images/pageIco2a.png);}
.pageNext:hover span{ background-image:url(../images/pageIco3a.png);}

.share{ font-size:0; text-align:center;}
.share img,.share strong,.share a{ display:inline-block; vertical-align:middle; *display:inline; zoom:1; font-size:14px; color:#777777; margin:0 4px;}
.share a{ width:28px; height:28px; background:url(../images/shareIco.png) no-repeat; transition:all 0.3s ease-out 0s;}
.share a.shareIco1{ background-position:0 0;}
.share a.shareIco2{ background-position:-28px 0;}
.share a.shareIco3{ background-position:-56px 0;}
.share a.shareIco4{ background-position:-84px 0;}
.share a.shareIco1:hover{ background-position:0 -28px;}
.share a.shareIco2:hover{ background-position:-28px -28px;}
.share a.shareIco3:hover{ background-position:-56px -28px;}
.share a.shareIco4:hover{ background-position:-84px -28px;}

/*video*/
.videoList{ overflow:hidden; padding:35px 0 0;}
.videoList li{ float:left; width:292px; padding-right:34px; padding-top:15px;}
.videoList li a{ display:block; cursor:pointer; height:254px;}
.videoImg{ position:relative; width:292px; height:186px;}
.videoMask{ position:absolute; left:0; bottom:0; width:100%; height:77px; background:url(../images/videoMask.png) repeat-x;}
.play{ position:absolute; left:10px; bottom:10px; width:24px; height:24px; background:url(../images/play.png) center center no-repeat;}
.videoTit{ font-size:15px; color:#666666; line-height:24px; height:48px; overflow:hidden; margin:10px 0;}
.videoList li a:hover .videoTit{ color:#ff9000;}

/*proList*/
.proList{ padding:15px 0 0;}
.proList li{ width:294px; padding-right:30px; padding-top:30px;}
.proList li a{ height:217px;}
.proImg,.proImg img{ width:294px; height:217px;}
.proImg{ position:relative;}
.proTit{ position:absolute; left:0; bottom:0; padding:0 10px; width:274px; height:40px; line-height:40px; color:#FFFFFF; text-align:center; background:url(../images/protitbg1.png) repeat;}
.proList li a:hover .proTit{ background-image:url(../images/protitbg2.png); font-weight:bold;}

/*product*/
.product{ padding:45px 0 40px;}
.proTop{ padding-bottom:40px;}
.proLef{ width:470px;}
.proRig{ width:415px;}
.proMaxImg{ list-style:none; position:relative; width:470px; height:348px;}
.proLefBot{ padding:12px 0 0; overflow:hidden;}
.proPrev,.proNext{ display:block; width:28px; height:65px; background-color:#e1e1e1; background-position:center center; background-repeat:no-repeat;}
.proPrev{ background-image:url(../images/proPrev.png);}
.proNext{ background-image:url(../images/proNext.png);}
.proPrev:hover,.proNext:hover{ background-color:#ff9000;}
.proPrev:hover{ background-image:url(../images/proPrev2.png);}
.proNext:hover{ background-image:url(../images/proNext2.png);}
.proMinImg{ padding-left:13px; width:388px;}
.proMinImg ul{ list-style:none;}
.proMinImg ul li{ float:left; margin-right:12px; position:relative;}
.proMinImg ul li img{ width:88px; height:65px;}
.proMinImg ul li i{ position:absolute; left:0; top:0; border:2px solid #ff9000; width:84px; height:61px; display:none;}
.proMinImg ul li.on i{ display:block;}
.proTopName{ font-size:30px; color:#333333; border-bottom:1px solid #d9d9d9; line-height:140%; padding:10px 0;}
.proBrief{ font-size:16px; color:#666666; line-height:36px; margin:25px 0; min-height:252px;}
.proShare{ padding:10px 0 0; overflow:hidden;}
.proShare .share{ padding:4px 0 0;}
.proShare .share strong{ font-weight:normal; color:#999999;}
.goList{ display:block; width:110px; height:36px; line-height:36px; background:#ff9000; color:#FFFFFF; text-align:center; border-radius:5px;}
.goList img{ position:relative; top:-2px;}
.goList:hover{ background:#1663cb;}
.proBotName{ border-bottom:2px solid #e1e1e1; margin-bottom:25px;}
.proBotName span{ font-size:18px; color:#FFFFFF; line-height:42px; padding:0 30px; background:#1663cb; margin-bottom:-2px; display:inline-block; vertical-align:middle; *display:inline; zoom:1;}

/*caseList*/
.caseList{ padding:20px 0 0;}
.caseList li{ padding-right:34px; padding-top:30px;}
.caseList li a{ height:230px;}
.caseImg,.caseImg img{ width:292px; height:186px;}
.caseTit{ background:#eeeeee; text-align:center; font-size:16px; color:#4a4a4a; line-height:44px; transition:all 0.4s ease 0s;}
.caseList li a:hover .caseTit{ background:#1663cb; color:#FFFFFF; font-weight:bold;}

/*book*/
.rig1200{ width:1200px;}
.book{ list-style:none; overflow:hidden; padding:38px 0 0;}
.book li{ float:left; width:262px; padding-right:50px; padding-top:20px;}
.book li a{ display:block;}
.bookImg{ width:256px; position:relative; padding:0 6px 6px 0; background:#FFFFFF;}
.bookImg img{ width:256px; border:1px solid #cdcdcd; transition:all 0.3s ease 0s;}
.bookImg i{ position:absolute; right:0; bottom:0; display:block; border:1px solid #CDCDCD; border-left:none; border-top:none; width:256px; transition:all 0.3s ease 0s;}
.bookTit{ font-size:15px; color:#666666; line-height:22px; padding:15px 0; transition:all 0.3s ease 0s;}
.book li a:hover .bookImg img{ border-color:#ff9000;}
.book li a:hover .bookTit{ color:#ff9000;}
.book li a:hover .bookImg i{ border-color:#ff9000;}

/*contact*/
.contact{ padding:60px 0;}
.conTop{ overflow:hidden; padding-bottom:50px;}
.conName{ font-size:26px; color:#222222; line-height:140%; padding-bottom:20px;}
.conLef{ width:675px; font-size:0;}
.conLef p{ display:inline-block; vertical-align:top; width:40%; font-size:16px; color:#666666; line-height:240%;}
.conLef p.odd{ width:60%;}
.conLef p img{ margin-right:5px;}
.conRig{ width:269px; font-size:0;}
.conWx,.conRigCon{ display:inline-block; vertical-align:middle; font-size:12px; color:#888888;}
.conWx{ width:104px; height:104px; padding:7px; border:1px solid #cdcdcd;}
.conWx img{ width:104px;}
.conRigCon{ width:134px; padding-left:15px;}

.conBot{ height:378px; border:1px solid #e7e7e7;}
#dituContent{ height:100%;}

/*message*/
.mesTit{ font-size:28px; color:#444444;}
.mesTit span{ color:#d0d0d0; font-family:Arial; text-transform:uppercase; padding-left:5px;}
.mesTip{ color:#777777; line-height:200%; padding:5px 0;}
.mesList{ list-style:none; overflow:hidden;}
.mesList li{ float:left; padding-top:10px;}
.mesLabel{ font-size:15px; color:#444444; line-height:42px;}
.mesLabel span{ color:#ff0000; padding-right:5px;}
.mesBox{ position:relative; border:1px solid #c9c9c9; line-height:40px;}
.mesIco{ display:block; width:14px; height:14px; position:absolute; left:10px; top:13px;}
.mesInput{ border:none; padding:8px 10px; padding-left:30px; line-height:24px; width:902px; background:none; font-family:"Microsoft YaHei"; font-size:13px; color:#aaaaaa; resize:none;}
.mesLi1,.mesLi2,.mesLi3{ width:300px;}
.mesLi1 .mesInput,.mesLi2 .mesInput,.mesLi3 .mesInput{ width:258px;}
.mesLi2{ padding:0 22px;}
.mesLi4{ width:100%;}
.mesLi5{ width:100%; overflow:hidden;}
.mesBtn{ width:464px; height:45px; font-size:15px; border:none; margin-top:12px; color:#FFFFFF; cursor:pointer; float:left;}
.mesBtn1{ background:#2a6fcc;}
.mesBtn2{ background:#9b9b9b; margin-left:16px;}


/*online*/
.online{ position:fixed; right:0; top:40%; z-index:3; display:none;}
.online li{ position:relative; height:74px;}
.online li a{ display:block; height:100%;}
.onlineico{ width:73px; height:73px; border-left:1px solid #d9d9d9; border-top:1px solid #d9d9d9; background:#FFFFFF; font-size:12px; color:#777777; text-align:center; cursor:pointer; transition:all 0.3s ease-out; position:relative; z-index:1;}
.online_top .onlineico{ border-bottom:1px solid #d9d9d9;}
.onlineico img{ margin:15px auto 5px;}
.onlineconbg{ position:absolute; right:-169px; top:0; border:1px solid #dddddd; border-right:none; background:#e8eff9; color:#777777;}
.onlinecon1{ width:150px; width:150px; height:63px; padding-top:10px; line-height:30px; font-size:16px; font-weight:bold; font-family:Arial; text-align:center;}
.onlinecon2 img{ width:147px; height:147px;}
.online li.on .onlineico{ background:#e8eff9;}