/* CSS Document */
@charset "gb2312";
/*
*description:
*@author:lkj
*update:2016.05.31
*ver:1.0.0
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,section {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	outline: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul,s{
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
body{
    font-family: 'Microsoft YaHei';
}


/*
 *container
*/
#container{
    min-width: 1000px;
    min-height: 900px;
    position: relative;
	overflow:hidden;
}
#container a.prev,
#container a.next
{
    width: 90px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: #fff;
    position: absolute;
    z-index: 6;
    top: 50%;
    margin: -50px 0 0 0;
    background: url(../img/bg_black.png);
    display: block;
    opacity: .5;
    filter: alpha(opacity=50);
}
#container a.prev{
    left: 0;
	display:none;
}
#container a.next{
    right: 0;
}
#container a.prev:hover{
    opacity: 1;
    filter: alpha(opacity=100);    
}


#nav{
    width: 100%;
    height: 173px;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 2;
    background: url(../img/bg_nav.png) no-repeat center top;
}
#nav .hr{
    width: 0px;
    height: 1px;
    text-align: center;
    font-size: 0px;
    margin: 130px 0 0 0;
    background: #fff;
}
#nav .hr .article{
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -500px;
}
#nav .hr ul{
    font-size: 0px;
    text-align: center;
    min-height: 10px;    
}
#nav .hr li{
    *width: 100px;
    color: #e0bc6f; 
    font-size: 24px;
    margin: 0 0 0 50px;     
}
#nav .hr li p{
    position: relative;
    top: 10px;
}
#nav .hr li p.hover{
    color: #fff;
}
#nav .hr li:first-child{
    margin-left:0px;
}
#nav .hr a{
    width: 18px;
    height: 18px;
    border:1px solid #fff;
    margin: 20px auto 0 auto; 
    cursor: pointer;   
    display: block;
    transform: rotate(-45deg);
    background: #0189bb;
}
#nav .hr .brown a{
	background: #2e1a11;
}
#nav .hr a.hover,
#nav .hr a:hover
{
    background: #fff;
}

.article{
    width: 1000px;
    min-height: 1px;
    margin: 0 auto;
    position: relative;
}
.article #index{
	width:100%;
	height:45px;
	position:absolute;
	top:0;
	font-size:0px;
	text-align:right;
	display:none;
}
.article #index a{
	width:115px;
	height:100%;
	line-height:45px;
	text-align:center;
	font-size:14px;
	color:#ffe9a3;
	display:inline-block;
	*display:-moz-inline-stack;
	*zoom:1;
	*display:inline;
	margin:0 0 0 15px;
	background:url(../img/bg_nav.jpg) no-repeat;
}
.article #index a:first-child{
	margin:0px;
}

.article #logo{
    padding: 25px 0 0 0;
}
.article #logo img{
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.article #role{
    width: 681px;
    height: 693px;
    position: absolute;
    right: -50%;
	top:-693px;
	z-index:5;
}


.article #section1{
    width: 620px;
    min-height: 10px;
    padding: 415px 0 0 0;
}
.article #section1 .tit{
    -webkit-transform: scale(3);
	   -moz-transform: scale(3);
	    -ms-transform: scale(3);
	     -o-transform: scale(3);
            transform: scale(3);
}
.article #section1 .hover{
    -webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.article #section1 .tool{
	padding:0 0 0 80px;
    font-size: 0px;
    text-align: center;
}
.article #section1 .tool a{
    width: 56px;
    height: 66px;
    padding: 20px 25px;
    font-size: 26px;
    color: #fffdc5;
    margin: 0 0 0 20px;
    background: url(../img/bg_btn.png) center top no-repeat;
}
.article #section1 .tool a:first-child{
    margin: 0px;
}


.article .section{
    display: none;
}

.article .items{
	position:relative;
	z-index:5;
}
.article .items,
.article #section7
{
    width: 105%;
    min-height: 10px;
    padding: 85px 0 0 0;
}
.article .items h3.tit,
.article .items h4,
.article #section7 h3.tit,
.article #section7 h4
{
    color: #0c84c9;
    font-weight: bold;
}
.article .items h3.tit,
.article #section7 h3.tit
{
    font-size: 36px;
}
.article .items h3.tit{
    margin: 0 0 0 10px;
}
.article .items h4,
.article #section7 h4
{
    font-size: 24px;
}
.article .items h4{
    margin: 0 0 0 -10px;
}
.article .items .box
{
    height: 395px;
}
.article .items .head{
    width: 710px;
    height: 100%;
    overflow: hidden;
}
.article .items .head img{
    max-width: 100%;
}
.article .items .text{
    width: 248px;
    height: 353px;
    border: 1px solid #fff;
    padding: 20px;
    background: url(../img/bg_white.png);
}
.article .items .text h3{
    font-size: 24px;
    color: #4190be;
}
.article .items .text p{
    color: #4190be;
    font-size: 14px;
    line-height: 30px;
}
.article .items .text .more{
    padding: 85px 0 0 0;
    color: #033054;
}
.article .items .text .more a{
	width:105px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	background:url(../img/check.png) no-repeat;
    color: #033054;
	display:block;
}


.article #section7 .box{
    height: 335px;
	position:relative;
	z-index:10 !important;	
}
.article #section7 .prev,
.article #section7 .next{
    width: 110px;
    height: 100%;    
    cursor: pointer;	
}
.article #section7 .prev{
    background: url(../img/prev.png) center no-repeat;
}
.article #section7 .next{
    background: url(../img/next.png) center no-repeat;
}
.article #section7 .content{
    width: 780px;
    height: 100%;
}
.article #section7 .content li{
    width: 245px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin: 0 0 0 20px;
    position: relative;
}
.article #section7 .content li:first-child{
    margin: 0;
}
.article #section7 .content li p:first-child+p{
    width: 205px;
    height: 295px;
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    background: url(../img/bg_black.png);
    display: none;
}
.article #section7 .content li p:first-child+p+p{
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
}
.article #section7 .content li p:first-child+p+p a{
    width: 135px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffe9a3;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    background: #0c84c9;
}


#section2,
#section3,
#section4,
#section5,
#section6,
#section7
{
	width:1030px !important;
	padding:10px !important;
	position:relative;
	top:85px;
	background:#daecfa !important;
}

/*Footer*/
#footer{margin:0px auto 0px;clear:both; height:100px; padding-top:10px; color:#566977;position:relative;z-index: 2;width: 100%;*padding-top:80px; line-height:24px; background:#000;}
#footer div{text-align:center;color:#fff; font-size:12px; margin-top:5px;}
#footer div a{ color:#fff; margin:0 10px; }
#footer a{ text-decoration:none; color:#fff;}


/*
 *公用效果
*/
#nav .hr li,
#nav .hr li p,
.article #section1 .tool a{
    display: inline-block;
    *display: -moz-inline-stack;
    *zoom:1;
    *display: inline;    
}

#container a.prev,
#container a.next,
#nav .hr li p,
#nav .hr a,
.article #section1 .tit,
.article #section7
{
    -webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

#nav,
#nav .hr li,
#section1 .tit,
.article .items,
.article #section7,
.article #section7 .content li p:first-child+p
{
    opacity: 0;
    filter: alpha(opacity=0);    
}


.article .items .box,
.article #section7 .box
{
    position: relative;
    margin: 20px 0 0 0;
    z-index: 3;    
}

.fl{
    float: left !important;
}

.fr{
    float: right !important;
}

@-moz-keyframes rotate{       
    0% {
        transform: rotate(0deg);
    } 
    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate{      
    0% {
        transform: rotate(0deg);
    } 
    100% {
        transform: rotate(-360deg);
    }
}

.rotate{
    -webkit-animation: rotate 1s ease-in-out;
       -moz-animation: rotate 1s ease-in-out;
        -ms-animation: rotate 1s ease-in-out;
         -o-animation: rotate 1s ease-in-out;
            animation: rotate 1s ease-in-out;
}

.screen{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    z-index:999;
    background:#fff url(../img/loading.gif) no-repeat center;
}