@charset "utf-8";


/*-------------------------------  ■ index 首页---------------------------------*/

/*-----首页 banner-----*/
.index_focus {position: relative;width: 100%;height:600px;margin: 0 auto;overflow: hidden;}
.index_focus .bd li {  display: none;position: absolute; top: 0; width:100%;}
.index_focus_post {z-index: 10;}
.index_focus .pic {height:600px;display: block; }
.index_focus .pic:hover {text-decoration: none;}
.index_focus .slide_nav {position: absolute; left:46.3%; bottom:25%; width:100%;  position: absolute; z-index:9999999; }
.index_focus .slide_nav a {cursor:pointer;f/loat:left;font-size:40px;font-family: arial;color: #fff;padding:5px;}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;color: #D21E24;opacity:0.9;}
.index_focus_pre,.index_focus_next {position: absolute;top: 50%;margin-top: -36px;width:38px;height:80px;text-indent: 100%;white-space: nowrap;overflow: hidden;z-index: 10;}

.index_focus_pre {left: 30px;background-position: 0 0;background:url(../images/jt1.png) no-repeat;}
.index_focus_pre:hover {left: 30px;background-position: 0 0;background:url(../images/jt1.png) no-repeat;}
.index_focus_next {right: 30px;background-position: 0 0;background:url(../images/jt2.png) no-repeat;}
.index_focus_next:hover {right: 30px;background-position: 0 0;background:url(../images/jt2.png) no-repeat;}






.zxkuai{ width:100%; background:#fff; height:580px;}

.syxw{height:38px; line-height:38px; font-size:32px; width:50%; margin-top:65px; font-weight:bold; color:#333;}
.syxw strong{color:#EE242D;}
.syxw span{height:38px; line-height:38px; font-size:16px; padding-left:10px; width:50%; text-transform:uppercase; margin-top:70px; font-weight:normal; color:#7C7C7C;}
.syxwdh{width:50%; margin-top:70px;}



.syxwk{ width:1200px; margin:auto; height:auto; padding-top:25px; padding-bottom:55px;}
.xwt{ width:559px; height:368px; float:left; position:relative;}
.xwtsj{ width:559px; height:100px; position:absolute; z-index:99; bottom:0px; background:url(../images/xwbj.png) repeat-y;}
.xwtsj01{ width:117px; height:90px; padding-top:10px; float:left; text-align:center; color:#FFF; }
.xwtsj01 span{ font-size:44px; color:#fff;}




.xwtsj02{ width:312px; height:100px; float:left; line-height:100px; color:#FFF; font-size:18px; padding-left:30px;}


.xwkuai{ width:580px; height:auto; float:right;}

.xwzx{ height:102px; width:100%; margin-bottom:20px; border-bottom:1px dotted #c6c1bd;}
.xwzxwz{ width:600px; float:left;}
.xwzxwzbt{ font-weight:bold; font-size:16px; padding-bottom:10px; margin-top:3px; padding-right:20px;}
.xwzxwzbt a{ color:#585858;}
.xwzxwzbt a:hover{ color:#FF3600;}

.xwzxwznr{ line-height:24px; color:#989898; font-size:13px; padding-bottom:5px; text-align:justify;}

.xwzximg{ width:85px; height:80px; color:#414141; padding-top:5px; float:left; background:#EBEBEB; margin-right:30px; text-align:center; border-radius:5px;}
.xwzximg span{ font-size:40px; color:#414141; line-height:50px;}


.gg{ width:100%; height:120px; background:url(../images/ggt.jpg) center center no-repeat;}
.gg1{ width:100%; height:120px; background:url(../images/ggt1.jpg) center center no-repeat;}

.bt{height:38px; line-height:38px; font-size:32px; margin-top:65px; margin-bottom:30px; font-weight:bold; color:#014DA0;}
.bt span{height:38px; line-height:38px; font-size:16px; padding-left:10px; width:50%; text-transform:uppercase; margin-top:70px; font-weight:normal; color:#7C7C7C;}
.bt strong{color:#014DA0;}

.ggkuai{ width:750px; height:auto; float:left;}

.ggzx{ height:140px; width:100%; margin-bottom:25px; border-bottom:1px dotted #c6c1bd;}
.ggzxwz{ width:490px; float:left;}
.ggzxwzbt{ font-weight:bold; font-size:16px; padding-bottom:10px; margin-top:3px; padding-right:20px;}
.ggzxwzbt a{ color:#585858;}
.ggzxwzbt a:hover{ color:#FF3600;}

.ggzxwznr{ line-height:24px; color:#989898; font-size:13px; padding-bottom:5px; text-align:justify;}

.ggzximg{ width:220px; height:140px; float:left; margin-right:30px; text-align:center;}
.ggzximg img{border-radius:5px;width:220px; height:140px;}


.job{ width:390px; float:right;}
.job img { margin-bottom:25px;}

/*-----111111111111111-----*/
.slide01{
	-webkit-animation: slide01 1s; -moz-animation: slide01 1s; -ms-animation: slide01 1s; -o-animation: slide01 1s; animation: slide01 1s;
    visibility: visible; 
}
@keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}


/*-----222222222-----*/
.slide02{
   -webkit-animation: slide02 1s; -moz-animation: slide02 1s; -ms-animation: slide02 1s; -o-animation: slide02 1s; animation: slide02 1s;
    visibility: visible; 
}
@keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}



/*-----33333333333-----*/
.slide03{
   -webkit-animation: slide03 1s; -moz-animation: slide03 1s; -ms-animation: slide03 1s; -o-animation: slide03 1s; animation: slide03 1s;
    visibility: visible; 
}
@keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}



/*-----33333333333-----*/
.slide04{
   -webkit-animation: slide04 1s; -moz-animation: slide04 1s; -ms-animation: slide04 1s; -o-animation: slide04 1s; animation: slide04 1s;
    visibility: visible; 
}
@keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}





.canpinbt{ width:100%; height:59px; margin-top:50px; background:url(../images/cbb.jpg) top center no-repeat;}

.nycanpin{ width:238px; float:left; background:url(../images/cpbj.png); }
.canpinbt1{width:158px; padding-left:80px; height:60px; padding-top:31px; background:url(../images/nycpb.jpg) left center no-repeat;  font-family:"微软雅黑"; color:#ffffff; font-size:22px; font-weight:bold;}


.nycplb a{ height:36px; font-size:13px; width:214px; line-height:36px; padding-left:24px; margin-top:3px; font-family:"微软雅黑"; color:#333333; display:block; text-decoration:none; float:left; background:url(../images/cplbbj1.jpg) left center no-repeat; border-bottom:1px solid #E4E4E4;}
.nycplb a:visited{color:#414141;}
.nycplb a:hover{background:url(../images/cplbbj2.jpg) left center no-repeat; color:#ffffff;}
.nycplb a:active{color:#ffffff;}



.nyright{ width:890px; height:auto; float:left; margin-left:50px;}
.nyaboutb{ height:40px; line-height:29px; color:#414141; border-bottom:1px solid #DDDDDD; font-family:"微软雅黑"; font-size:18px; font-weight:bold;}
.nyaboutnr{line-height:28px; padding-left:2px; color:#333333; padding-top:20px; font-size:14px; height:auto!important;_height:355px;min-height:355px;}

.aboutxw{margin-top:35px; padding-top:20px; border-top:1px solid #CCC;}





/*-------------------------------  ■ 内页区域---------------------------------*/

