﻿
#page-content
{
    width:100%;
    position:relative;
}
#first
{   
    width:100%;
    height:100%;
    padding:70px 0;
    clear:both;
    background:#fff url(../images/first_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#second
{
    background-color:#fff;
    min-height:100%;
    clear:both;
}

#forth
{
    height:50%;
    width:100%;
    clear:both;
}
#fifth
{
    min-height:60%;
    background:#f3fbf7;
    width:100%;
    clear:both;
}
#sixed
{
    min-height:60%;
    width:100%;
    clear:both;
}

#eight
{
    margin-bottom:100px;
}


/*first内容样式*/
.fir_title
{
    width:33%;
    max-height:235px;
    height:33%;
    background-image:url(../images/Big-LOGO.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    margin:0 auto;
}
.fir_title .logo{
    font-style: italic;
    width: 700px;    
    float: left;
    padding-top:10px;
}
.fir_content_tb
{
    margin: 35px auto;
    width:58%;
    border-collapse:collapse;
}
.fir_content_tb table
{
   /*max-height:373px;*/ 
}
.fir_content_tb table tr td a{
    display: inline-block;
    width:100%;
    height:100%;
}
/*动画图片样式*/

.fir_content_tb img
{
    width:100%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale3d(1.1,1.15,1);
    -moz-transform: scale3d(1.1,1.15,1);
    -o-transform: scale3d(1.1,1.15,1);
    -ms-transform: scale3d(1.1,1.15,1);
    transform: scale3d(1.1,1.15,1);
}
.fir_content_tb table tr td img:hover{   
   
}
/*动画样式*/
.fir_ani_box,.fir_ani_box1{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display:inline-block;
    margin-bottom:10px;
    width:94.5%;
}
.fir_ani_box
{
    max-width:44%;
    margin-right:15px;
}
.fir_ani,.fir_ani1
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -140%, 0px);
    opacity:0;
}
.fir_ani1
{
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.fir_ani_box:hover .fir_ani,.fir_ani_box1:hover .fir_ani
{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
    -moz-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
    -o-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
    -ms-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 140%, 0px);
    opacity:5;
}
.moduledesc
{
	font-size:18px;
	position:absolute;	 
	bottom:3%;
	opacity:-0;
	color:#fff;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width:100%;
    text-align:center;
}
.fir_ani_box:hover .moduledesc,.fir_ani_box1:hover .moduledesc
{
	opacity:1;
	z-index:1;
}

/*        second third内容样式    */
.sec_content,.thi_content
{
    width: 80%;
    margin: 0 auto;    
}
.sec_content_tb
{
    padding:6.8% 20px 0; 
}
.thi_content_tb
{
    padding:0 20px;
}



.tdout img
{
    width:100%;
}
/*.secarea{margin-bottom:6.9%;} */

.second_one
{
    background:rgba(0, 0, 0, 0) url("../Images/second_onebg.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;height:100%;position: relative;
}
.second_two
{
    background:rgba(0, 0, 0, 0) url("../Images/second_twobg.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
    height: auto;height:100%;position: relative;
}
.third_one 
{
    background:rgba(0, 0, 0, 0) url("../Images/third_onebg.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
    height: auto;height:100%;position: relative;
}
.third_two 
{
    background:rgba(0, 0, 0, 0) url("../Images/third_twobg.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
    height: auto;height:100%;position: relative;
}
.secarea table{width:100%;margin:6% 0;}
.txt
{
    min-width: 36%;
    height:100%;
    max-height: 236px;
    text-align:center;   
    opacity: 0.9;
    position: absolute;
    width:50% 
}
.area1{background: #ffe955 none repeat scroll 0 0; right:10%;top: 40%;}
.area2{background: #a4e242 none repeat scroll 0 0; left: 12%;top: 35%;}
.area3{background: #61f0db none repeat scroll 0 0; right:10%;top: 40%;}
.area4{background: #36ccfa none repeat scroll 0 0; left: 12%;top: 35%;min-width:40%;}

.txt .h1
{
    font-size:30px;
    color:#3d3d40;
    opacity:0;
    -webkit-transition:opacity .8s ease 0s;
    -moz-transition:opacity .8s ease 0s;
    -ms-transition:opacity .8s ease 0s;
    -o-transition:opacity .8s ease 0s;
    transition:opacity .8s ease 0s;
}
.txt .h2
{
    margin:4% 0 1.5%;
    color:#404040;
    opacity:0;
    -webkit-transform:translateY(116px);
    -moz-transform:translateY(116px);
    -ms-transform:translateY(116px);
    -o-transform:translateY(116px);
    transform:translateY(116px);
    -webkit-transition:all .8s ease 0s;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}
.txt .h3
{
    color:#404040;
    opacity:0;
    -webkit-transform:translateY(116px);
    -moz-transform:translateY(116px);
    -ms-transform:translateY(116px);
    -o-transform:translateY(116px);
    transform:translateY(116px);
    -webkit-transition:all .8s ease 0s;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}
.hover .h1
{
    opacity:1;
}
.hover .h2,.hover .h3
{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}



/*    second third内容样式--end  */


/*======   second相关end    =======*/





/*======   fifth相关    =======*/
.fif_content
{
    background:#32424a url("../../Images/fifth_bg.png") no-repeat scroll center center;
    background-size:70% auto;
    position:relative;
    margin: 0 auto;	        
    height:680px;
}
.fif_txt h1{
    font-size: 2em;
    font-weight: normal;
    color: #3f3f40;
    padding-top:2%;
}
.fif_txt p{
    font-size: 18px;
    font-weight: normal;
    color: #404040;
    margin-top:5px;
}

.fif_box
{
    height: 312px;
    margin: 1% auto 0;
    overflow: hidden;
    position: relative;
    width: 63%;
}

.fif_box h1{
    font-size: 176%;
    font-weight: normal;
    color:#fe8140
}
.fif_box p {
    font-size: 1em;
    font-weight: normal;
    color: #404040;
    margin-left:4%;
}
.txt_back
{
   float:left;color:#fe8140;text-align: right;margin: 0 10px;     
}
.txt_back img
{
   display:inline-block;margin-bottom: 4px; 
}
.fifth_box_con{padding-top: 2%;position: relative;}
.fif_box_txt   
{
    background: rgba(0, 0, 0, 0) url("../images/txt_centerbg.png") repeat-x scroll 0 0;
    height: 192px;
    margin: 0 auto;
    padding: 0% 5%;
}
.bottom_img
{
    height: 20px;
    position:absolute;
    bottom:-14px;
    right:10%;  
}
.quotes{background:url('../../Images/quotes.png') no-repeat scroll 0 -20px;display:inline-block; height: 20px;width: 25px;}
.fif_btn
{
    height:34px;
    width:34px;
    background-image:url(../Images/lef_button.png);
    background-repeat:no-repeat;
    display:inline-block;
    float:right;
    cursor:pointer;
    margin-left:2px;
}
.fifleft
{
	background-position:0 0;
	margin-top:25px;
}
.fifleft1
{
	background-position:0 -34px;
	margin-top:25px;
}
.fifright
{
	background-position:-34px 0;
	margin-top:25px;
}
.fifright1
{
	background-position:-34px 0;
	margin-top:25px;
}
.fifleft2
{
	background-position:0 -34px;
	margin-top:25px;
}
.fifright2
{
	background-position:-34px -34px;
	margin-top:25px;
}
/*======   fifth相关end    =======*/



/*=======                timeline相关css               ========*/
.line{width:102px;border-bottom:2px solid #fe8140;padding-top:26px;margin:0 auto;}
.big {background: rgba(0, 0, 0, 0) url("../images/fourth_bg.png") no-repeat scroll 0 0 / contain ;width: 100%;}
.big .big_c
{
    max-width: 1020px;
    padding: 180px 0 135px;
    position: relative;
    width: 100%;
}
.big .big_c h1
{
    font-size:36px;
    font-weight:normal;
    color:#3f3f40;
}
.big .h1{height:40px;}
.big .size
{
    width:120px;height:10px;
    /*border-right:2px solid #fe8140;*/
    float:left;position:relative;margin-top:126px;
}
.big .day{width:90%;height:130px;border-bottom:2px solid #82949d;margin-bottom:120px;position:relative;}
.big .day1{position:absolute;bottom:-17px;width:30px;height:30px;border-radius:50%;border:4px solid #34bbe1;background:#EDF1F4;opacity:0;cursor:pointer;}
.big .day1:hover .h_c{background:#fc6e53}
.big .day2{position:absolute;bottom:-10px;width:15px;height:15px;border-radius:50%;border:4px solid #34bbe1;background:#EDF1F4;right:0px;opacity:0;cursor:pointer;transition:background 0.5s;}
.big .day2:hover{background:#fc6e53;}
.big .day1 .date{color:#888888;font-size:14px;position:relative;top:-41px;left:-18px;}
.big .day1 .dot{width:3px;color:#888;display:block;overflow:hidden;height:63px;word-break:break-all;line-height:6px;position:relative;top:30px;}
.big .day1 .title{font-size:14px;width:202px;display:block;left:-88px;position:relative;top:15px;transition:color 0.5s;}
.big .day2 .date{color:#888888;font-size:14px;position:relative;top:-50px;left:-30px;}
.big .day2 .dot{width:3px;color:#888;display:block;overflow:hidden;height:63px;word-break:break-all;line-height:6px;position:relative;top:15px;}
.big .day2 .title{font-size:14px;width:126px;display:block;left:-56px;position:relative;top:7px;transition:color 0.5s;}

.big #d5 .date{left:-3px;font-size:22px;top:-54px;}
.big .green{width:0;border-bottom:4px solid #34bbe1;bottom:-2px;position:absolute;left:0px;}
.big .det{position:absolute;bottom:80px;font-size:14px;opacity:0;text-align:left;}
.big .day1 .h_c{width:70%;height:70%;position:absolute;top:15%;left:15%;border-radius:50%;transition:background 0.5s;}

/*========              timeline相关--end                =========*/


/*========              sixed相关                =========*/
.r
{
    padding:0 1%;   
    display:inline-block;
}
.six_content{margin: 0 auto;}
.six_ring{position:relative;}
.bgimg_box{
    height: 236px;   
    width: 236px;
    border-radius:50%;
    margin-top:-99%;
}
.prgLogo{
   position:absolute;
   left:3%;
   opacity:0.9;
   -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.bgimg_box:hover img{opacity:0.3;}
.six_ring p
{
    position:absolute;top:30%;
    opacity: 0;
    -webkit-transform: translate3d(0px, -30px, 0px);
	-moz-transform: translate3d(0px, -30px, 0px);
	-o-transform: translate3d(0px, -30px, 0px);
	-ms-transform: translate3d(0px, -30px, 0px);
	transform: translate3d(0px, -30px, 0px);
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.bgimg_box:hover p,.bgimg_box:hover .lv
{
    opacity:1;
    -webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.six_ring p .lv
{
    color: #555555;
    display: block;
    font-size: 14px;
    padding-right:20%;
    -webkit-transform: translate3d(0px, -30px, 0px);
	-moz-transform: translate3d(0px, -30px, 0px);
	-o-transform: translate3d(0px, -30px, 0px);
	-ms-transform: translate3d(0px, -30px, 0px);
	transform: translate3d(0px, -30px, 0px);
	-webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;

    
}
.six_ring p .fen{color: #F96A01; padding-left:8%;font-size:20px;}

/* 图片360度旋转效果
.prgLogo{
	position:absolute;
   left:3%;
   top:3%;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.six_ring .prgLogo:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
*/

.six_num
{
    color: #F96A01;
    font-family:Arial;
    font-size: 63px; 
    float:left;
    padding-left:30%;
    padding-top: 5%;
}
.fen{color: #F96A01; padding-right:30%;}
.six_num1{padding-top: 12%;}
.point
{
    background: #f96a01 none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin-right: 30%;
    width: 5px;
}
.lv
{
    color: #949494;
    display: block;
    font-size: 12px;
    padding-right:20%;
}
/*========              sixed相关--end                =========*/




/*========              seventh相关                =========*/

.middle
{
    background: #FFFFFF;
    width: 80%;
    margin: 0 auto;
}
.middle h1
{
    text-align:center;
    margin:130px 0 0;
    font-size:36px;
    font-weight:normal;
}
.news
{
    margin: 86px auto;
    width: 100%;
    max-width:1230px;
}
.newsitem
{
    max-width:380px;
    width:100%;
    margin:0 15px;
    height:228px;
    cursor:pointer;
}
.newsimg
{
    max-width:380px;
    width:100%;
    height:228px;
    -webkit-transform:translateY(-50);
    -moz-transform:translateY(-50);
    -ms-transform:translateY(-50);
    -o-transform:translateY(-50);
    transform:translateY(-50);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transformtransition: all 0.5s ease 0s;
    -ms-transformtransition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
    background-repeat:no-repeat;
}

.news1{background-image:url(../images/new-1.jpg);}
.news2{background-image:url(../images/new-2.jpg);}
.news3{background-image:url(../images/new-3.jpg);}
.short
{
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}
.short:hover .newsimg{background-position:0 -50px;}
.short .title
{
	width: 100%;
	max-width:380px;
	height: 100px;
	opacity:0.9;
	position: absolute;bottom: -37px;
	transition: all 0.5s ease 0s;
}
.short:hover .title{bottom: 0px;}
.short .title p
{
    background-color:#6b787f;
	color: #fff;padding:15px;text-align: left;overflow: hidden;
	height:25px;
	overflow:hidden;
	opacity:0.9;
}
.newsdate{float:left;color:#fff;}
.newsdetail{float:right;color:#fff;}

/*========              seventh相关--end                =========*/



#eight table
{
    width:100%;
    text-align:center;
    margin-top:40px;
}
#eight table td
{
    width:33.333333%;
}
.eig_video_out
{
    width:100%;
    min-height:50px;
    line-height:50px;
}
.eig_video_out a.eig_video_icon
{
    width:30px;
    height:30px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    background-image:url(../images/play.png);
    background-repeat:no-repeat;
    background-position:center center;
}
.eig_video_out a
{
    color:#3f3f40;
}
#dlgVideo
{
    display:none;
}

#videoContainer video
{
    width:800px;
}