@charset "utf-8";
/* CSS Document */
/* Author: Wenjun */
/* Time: 2015/08/21 */

/* Reset */
/*=============================================================*/

.bannerPanel{position:relative; width:100%; min-width:1300px; max-width:1920px; margin:0 auto;}
.banner ul{width:100%; overflow:hidden;padding: 0px;margin: 0px;}
.banner li{position:relative; float:left; }
.banner li img{ width:100%;}
.bannerClick{ 
    padding-left: 980px;
    margin-left: -536.5px;
    left: 50%;
    margin-top: -2%;
    position: absolute;}
.bannerClick li{ display:block;float:left;height:12px;background:none;}
.bannerClick li a{
	display:block;
	border-radius: 50%;
	border:2px solid #fff;
    background: rgb( 255, 255, 255 );
    width: 6px;
    height: 6px;
    float: left;
    margin-right: 7px;
    cursor: pointer;
}
.bannerClick li.on a{ 
  border:2px solid #fff;
  background: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;}
  
.banner .prev,.banner .next{
    width: 50px;
    height: 50px;
    background: url(../images/prenext.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    cursor: pointer;
}
.banner .prev{
    left: 10%;
}
.banner .next{
    right: 10%;
    background-position: -79px 0px;
}

/*bnner*/
/*.index-banner {
	margin:0 auto;
    position: relative;
    width: 100%;
    min-width: 1300px;
    max-width: 1920px;
}

.banner{
    position: relative;
    min-width: 1200px;
	max-width: 1920px;
	margin:0px auto;
}
.banner .hd{
    padding-left: 980px;
    margin-left: -536.5px;
    left: 50%;
    margin-top: -2%;
    position: absolute;
}
.banner .hd li{
    border-radius: 50%;
    background: rgb( 255, 255, 255 );
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 7px;
    cursor: pointer;
}
.banner .hd li.on {
  border-width: 2px;
  background: none;
  border-color: rgb( 255, 255, 255 );
  border-style: solid;
  border-radius: 50%;
  width: 7px;
  height: 8px;
}
.banner .prev,.banner .next{
    width: 50px;
    height: 50px;
    background: url(../images/prenext.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    cursor: pointer;
}
.banner .prev{
    left: 10%;
}
.banner .next{
    right: 10%;
    background-position: -79px 0px;
}
.banner .bd li{
    position: relative;
	width:100%;
}
.banner .bd li img{
	width:100%;
}
*/

/*bannerEND*/
/*六个图标*/
.icotrigger{
    width: 1172px;
    margin: 0 auto;
    text-align: center;
    padding: 23px 0px 33px 0px;
    overflow: hidden;
    position: relative;
}
.icotrigger li{
    width: 97px;
    float: left;
    padding: 0px 49px;
    line-height: 56px;
    cursor: pointer;
    position: relative;
}
.icotrigger li:hover p{
    color: #ff5500;
}
.icotrigger p{
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}
.icotrigger li.on p{
     color: #ff5500;
}
.icosup{
    display: none;
    width: 38px;
    height: 21px;
    position: absolute;
    background: url(../images/ico-sup.png) no-repeat;
    top:115px;
    left: 100px;
    margin-left: -20px;
}
.trigger{
    width: 100%;
    min-width: 1200px;
    background: #f0f0f0;
    padding: 33px 0px 0px 0px;
    display: none;
}
.triggermain{
    width: 1172px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}
.triggermain img{
    float: left;
}
.triright{
    float: left;
    width: 840px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 2em;
}
.triggertit{
    font-size: 18px;
    color: #333333;
    line-height: 42px;
    border-bottom: 1px dotted #cbcbcb;
    width: 98%;
    margin-bottom: 15px;
    text-indent: 0px;
}
.bord{
    display: inline-block;
    padding: 6px 24px 7px 21px;
    border: 1px solid #666666;
    border-radius: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-top: 27px;
    margin-bottom: 27px;
    text-indent: 0px;
}
.bord:hover{
    color: #ff5500;
    border: 1px solid #ff5500;
}
.ico1,.ico2,.ico3,.ico4,.ico5,.ico6{
    display: inline-block;
}
.ico1{
    width: 42px;
    height: 42px;
    background: url(../images/ico1.png) no-repeat;
}
.ico2{
    width: 43px;
    height: 40px;
    background: url(../images/ico2.png) no-repeat;
}
.ico3{
    width: 25px;
    height: 41px;
    background: url(../images/ico3.png) no-repeat;
}
.ico4{
    width: 39px;
    height: 36px;
    background: url(../images/ico4.png) no-repeat;
}
.ico5{
    width: 41px;
    height: 26px;
    background: url(../images/ico5.png) no-repeat;
}
.ico6{
    width: 40px;
    height: 40px;
    background: url(../images/ico6.png) no-repeat;
}
.icotrigger li.on .ico1{
    background: url(../images/ico1-1.png) no-repeat;
}
.icotrigger li.on .ico2{
    background: url(../images/ico2-1.png) no-repeat;
}
.icotrigger li.on .ico3{
    background: url(../images/ico3-1.png) no-repeat;
}
.icotrigger li.on .ico4{
    background: url(../images/ico4-1.png) no-repeat;
}
.icotrigger li.on .ico5{
    background: url(../images/ico5-1.png) no-repeat;
}
.icotrigger li.on .ico6{
    background: url(../images/ico6-1.png) no-repeat;
}
.icotrigger li:hover .ico1{
    background: url(../images/ico1-1.png) no-repeat;
}
.icotrigger li:hover .ico2{
    background: url(../images/ico2-1.png) no-repeat;
}
.icotrigger li:hover .ico3{
    background: url(../images/ico3-1.png) no-repeat;
}
.icotrigger li:hover .ico4{
    background: url(../images/ico4-1.png) no-repeat;
}
.icotrigger li:hover .ico5{
    background: url(../images/ico5-1.png) no-repeat;
}
.icotrigger li:hover .ico6{
    background: url(../images/ico6-1.png) no-repeat;
}
/*六个图标END*/
/*集团动态和加入我们*/
.t1{
    background: url(../images/ico-t1.png) no-repeat left center;
    padding-left: 11px;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
    display: inline-block;
    line-height: 37px;
}
.t1 span{
    font-size: 16px;
    color: #999999;
}
.dytit{
    width: 771px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 50px;
}
.dytit a{
    line-height: 37px;
    color: #ff5500;
    font-size: 16px;
}
.newmain li{
    float: left;
    width: 354px;
}
.newmain li+li{
    margin-left: 73px;
}
.newmain img{
    margin-bottom: 35px;
    width: 342px;
    height: 92px;
}
.newleft{
    width: 44px;
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666666;
}
.newright{
    width: 260px;
    padding-left: 20px;
    padding-right: 15px;
    border-left: 1px solid #d2d2d2;
    float: right;
    font-size: 12px;
    color: #666666;
}
.newright a{ color:#666;}
.newright a:hover{color:#ff5500;}
.newleft p{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 10px
}
.newtit{
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}
.ico7{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../images/ico7.png) no-repeat;
    margin-top: 20px;
}
.newmain li:hover .ico7{
    background: url(../images/ico7-1.png) no-repeat;
}
.joinus{
    width: 342px;
    float: right;
}

.joinus a p{ color:#666;}
.joinus a:hover p{ color:#ff5500;}

.jointit{
    width: 342px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 50px;
}
.joinus img{
    margin-bottom: 35px;
    width: 341px;
    height: 92px;
}
.jointita{
    display: inline-block;
    padding: 6px 24px 7px 21px;
    border: 1px solid #666666;
    border-radius: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-top: 27px;
    float: right;
}
.jointita:hover{
    color: #ff5500;
    border: 1px solid #ff5500;
}
/*集团动态和加入我们END*/
