html {
	width: 100%;
	height: 100%;
}

body {
	min-width: 1200px;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

ul,li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}


.header-right .header-right-wrap >li > a.active  {
    background: #0086cd;
}

/* 第一版  */

section {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section1 {
	width: 100%;
	height: 100%;
	background: url(../images/indexbg1.png) no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.section1 .section1-img1 {
	position: absolute;
    left: 50%;
    top: 19.75rem;
    opacity: 0;
    /* transform: scale(0.4); */
    transition: all .4s;
    transform: translate(-50%);
}

.section1 .section1-img1 > img {
	width: 30%;
	height: auto;
	transition: all .4s;
}

.section1 .section1-img2 {
	position: absolute;
	left: 50%;
    top: 25.875rem;
    opacity: 0;
    transition: all .4s;
    transform: translate(-50%);
}

.section1 .section1-img2 img {
	width: 30%;
	height: auto;
	transition: all .4s;
}

.section1 .section1-img3 {
	position: absolute;
	left: 50%;
    top: 34rem;
    opacity: 0;
    transition: all .4s;
      transform: translate(-50%);
}

.section1 .section1-img3>img {
	width: 30%;
	height: auto;
	transition: all .4s;
}

.section1-Solid {
	position: absolute;
	left: 48%;
	top: 53.375rem;
}


/* 头部  */


#nav {
	width: 100%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,.2);
	/*position: absolute;*/
	top: 0;
	z-index: 9999;
	background: #fff;
	position: relative;
}

#nav:after {
	content: '';
    height: 6.5625rem;
    line-height: 6.5625rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
    /* left: 48%; */
    background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);
    z-index: -50;
}

.nav_wrap {
	width: 75rem;
	margin: 0 auto;
	height: 6.5625rem;
	line-height: 6.5625rem;
	position: relative;
}

/*.nav_wrap :after {
	content: '';
	height: 6.5625rem;
	line-height: 6.5625rem;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);
}*/

 .header-left {
	/*width: 34%;*/
	float: left;
	height: 6.5625rem;
	line-height: 6.5625rem;
	background: #fff;
	position: relative;
}



 .header-left .header-left-wrap {
	width: 18.75rem;
    float: right;
     height: 6.5625rem;
	line-height: 6.5625rem;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.header-left .header-left-wrap>img {
	/*width: 40%;
    position: absolute;
    right: 25%;
    top: 17%;*/
    width: 13.3125rem;
    vertical-align: middle;
    text-align: center;
    margin-right: 3rem;
}

.header-right {
	/*width: 66%;*/
	float: left;
	height: 6.5625rem;
	line-height: 6.5625rem;
	/*background: linear-gradient(to right ,#005bac 0% ,#0087ce 100%);*/
}

 .header-right .header-right-wrap {
	width: 56.25rem;
   height: 6.5625rem;
	line-height: 6.5625rem;
    float: left;
    overflow: hidden;
}

.header-right .header-right-wrap >li {
	float: left;
	width: 14.2%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	text-align: center;
}

.header-right .header-right-wrap >li > a {
	display: block;
	width: 100%;
	height: 6.5625rem;
	line-height: 6.5625rem;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
}

.header-right .header-right-wrap >li > a:hover {
	background: #0086cd;
}

.header-right .header-right-wrap >li > a.active {
	background: #0086cd;
}


/* 底部样式  */

#footer {
	width: 100%;
	height: 2.8125rem;
	line-height: 2.8125rem;
	background: #f7f7f7;
	position: absolute;
	bottom: 0;
}

#footer .footer-wrap {
	width: 75rem;
	margin: 0 auto;
}

.footerLeft {
	height: 2.8125rem;
	line-height: 2.8125rem;
	float: left;
}

.footerLeft>li {
	width: ;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
	float: left;
}

.footerLeft>li >a {
	display: block;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
	padding: 0 1rem;
	color: #a6a6a6;
	font-size: 0.875rem;
}

.footerLeft>li >a:after {
	content: '';
    width: 1px;
    position: absolute;
    top: 37%;
    bottom: 34%;
    background: #a6a6a6;
    right: 0;
}

.footerLeft>li:nth-child(3) >a:after {
	content: '';
    width: 0px;
    position: absolute;
    top: 37%;
    bottom: 34%;
    background: #a6a6a6;
    right: 0;
}

.footerRight {
	float: right;
	height: 2.8125rem;
	line-height: 2.8125rem;
	color: #a6a6a6;
	font-size: 0.875rem;
}


/* 第二版  */

.section2 {
	width: 100%;
	background: #0381c5;
	position: relative;
}

.section2 .section2Left {
	width: 50%;
	float: left;
	/*background: #0381c5;*/

}

.section2 .section2Right {
	width: 50%;
	float: left;
    height: 100%;
    background: url(../images/section2RiBg2.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    transition: all 2s;
}

.section2Right img {
	width: 100%;
	height: auto;
}

.section2Left .section2LeftBox {
	/*width: 31.5rem;*/
	width: 100%;
	float: right;
	background: #f7f7f7;
}

.TTOP {
	/*width: 31.5rem;*/
	width: 100%;
	/*float: right;*/
	background: #f7f7f7;
	padding-bottom: 1rem;
}


.section2LeftBoxTop {
	/*width: 52%;*/
	width: 37.5rem;
	padding: 7rem 0 0rem 0;
	float: right;
	/*height: 37.5rem;*/
	box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
}

.section2LeftBoxTop .section2LeftBoxTopLeft {
	width: 4.25rem;
	float: left;
}

.section2LeftBoxTop .section2LeftBoxTopRight {
	/*float: left;*/
	margin-left: 4.25rem;
	padding: 4rem 2rem;
	box-sizing: border-box;
}

.section2LeftBoxTop .section2LeftBoxTopRight  span {
	display: block;
	width: 3.75rem;
	height: 0.3125rem;
	background: #6eb92b;
}

.section2LeftBoxTop .section2LeftBoxTopRight p {
	width: 100%;
	line-height: 1.8rem;
	font-size: 0.875rem;
	color: #595959;
	/*margin: 3.75rem 0 3.125rem 0;*/
	margin-top: 3.75rem;
	opacity: 0;
	transition: all linear .5s;
	height: 250px;
	overflow: hidden;
}

.section2LeftBoxTop .section2LeftBoxTopRight a {
	display: block;
	width: 12.5rem;
	height: 3.125rem;
	line-height: 3.125rem;
	border: 1px solid #005cac;
	box-sizing: border-box;
	color: #005cac;
	font-size: 0.875rem;
	text-align: center;
	transition: all linear 1s;
}

.section2M {
	position: absolute;
	top: -200%;
	opacity: 0;
/*	transition: all linear .3s;*/
}

.Ail {
	width: 100%;
	background: #0381c5;
	position: relative;
	
}

.ali1 {
	position: absolute;
	opacity: 0;
	transition: all .4s;
	top: -200%;
}
.ali2 {
	position: absolute;
	opacity: 0;
	top: -200%;
	transition: all 0.6s;
}
.ali3 {
	position: absolute;
	opacity: 0;
	top: -200%;
	transition: all 1s;
}

.section2LeftBoxBottom {
	width: 37.5rem;
    float: right;
	background: #0381c5;
	height: 23.25rem;
	padding-top: 2.5rem;
	position: relative;
}

.section2LeftBoxBottom >li {
	float: left;
	width: 33.333333%;
}

.section2LeftBoxBottom >li>a {
	color: #fff;
	font-size: 1.125rem;
}
.section2LeftBoxBottom >li>a>img {
	height: 1.6rem;
	width: auto;
	margin-right: 0.6rem;
}


/* 第三版  */

.section3 {
	background: linear-gradient(to right,#fff 30% ,#eee 100%);
}

.box {
    width: 100%;
    height: 100%;
    padding: 0 3% 0 17.6%;
}
.i-wrap4 .box{
	width: 100%;
	height: 100%;
	padding: 0 3% 0 23.8%;
/*	width: 116%;
    height: 100%;
    padding: 0 3% 0 19.8%;*/
}
.i-wrap4 .left{
   /* width: 32.1875rem!important;*/
  width: 25.1875rem;
    float: left;
    position: relative;
   /* left: -4.125rem!important;*/
    opacity: 0;
    /* top: 44%; */
    margin-top: 12.125rem;
}
.i-wrap4 .left h1{
	font-size: 3rem;
	color: #333333;
	line-height: 3.875rem;
}
.i-wrap4 .left h2{
	font-size: 1.375rem;
	color: #333333;
	line-height: 1.5625rem;
	margin:4% 0 4%;
}
.i-wrap4 .left p{
	font-size: 0.75rem;
	color: #666;
	line-height: 2.1875rem;
}
.i-wrap4 .left .btns{
	width: 2.3125rem;
	margin-top: 0.5625rem;
	margin-left: 0.5rem;
	text-align: center;
	color: #dfdfdf;
}
.i-wrap4 .btns a{
	/*width: 0.6875rem;
	height: 1.25rem;*/
	display: inline-block;
	position: relative;
    top: 1.5rem;
    transition:background 0.3s;
    border: 1px solid #ddd;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 -1rem;
}
.i-wrap4 .btns i{
	width: 1px;
	background: #dfdfdf;
	display: inline-block;
	height: 1.625rem;
}
.i-wrap4 .btns a.prev{
	background: url(../images/wel08.png) no-repeat center;
	float: left;
}
.i-wrap4 .btns a.next{
	background: url(../images/wel09.png) no-repeat center;
	float: right;
}
.i-wrap4 .btns a.prev:hover{
	background: url(../images/wel08_h.png) no-repeat center;
}
.i-wrap4 .btns a.next:hover{
	background: url(../images/wel09_h.png) no-repeat center;
}
.i-wrap4 .more{
	width: 34.5%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.875rem;
	color: #ffffff;
	background: #0d63b0;
	display: block;
	margin-top: 24%;
}

.i-wrap4 .right{
	float: right;
	width: 63%;
	/*width: 67%;*/
	padding-top: 8rem;
	overflow: hidden;
}
.i-wrap4 .right ul{
	width: 1000%;
	float: left;
}
.i-wrap4 .right li{
	float: left;
	border-left: 1px solid #eaeaea;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	/*left: 3.125rem;*/
	padding-right: 1rem;
	opacity: 0;
}
.i-wrap4 .right a{
	display: block;
	width: 100%;
	padding: 28.7% 4% 0;
	box-sizing: border-box;
}
.i-wrap4 .right img{
	width: 100%;
}
.i-wrap4 .right .day{
	font-size: 5rem;
	color: #666;
	line-height: 3.75rem;
	opacity: 0.2;
	padding-bottom: 30%;
}
.i-wrap4 .right .data{
	font-size: 0.875rem;
	color: #333333;
	line-height: 1.0625rem;
	margin-bottom: 0.4375rem;
	padding-top: 26%;
}
.i-wrap4 .right h2{
	font-size: 1rem;
	color: #333;
	line-height: 1.5625rem;
	height: 3.125rem;
	overflow: hidden;
	margin-bottom: 6%;
	transition:color 0.3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.i-wrap4 .right .latest{
	font-size: 0.75rem;
	color: #0d63b0;
	line-height: 1.1875rem;
	margin-bottom: 4%;
}
.i-wrap4 .right .pic{
	margin-bottom: 7%;
}
.i-wrap4 .right img{
	transition:all 0.3s;
}
.i-wrap4 .right .font{
	font-size: 0.8125rem;
	color: #888888;
	line-height: 1.25rem;
	height: 6rem;
	padding-top: 2rem;
	overflow: hidden;
}
.i-wrap4 .right .more{
	width: 52px;
	height: 11px;
	background: url(../img/wel10.png) no-repeat center;
	margin-top: 19%;
	position: relative;
	left: 0;
	transition:left 0.3s;
}
.i-wrap4 .right .pic{
	overflow: hidden;
}
.i-wrap4 .right li.on .bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: url(../img/wel11.png) no-repeat right center;
	background-size: 100% 100%;
	height: 100%;
}

.linear {
	display: block;
	width: 3.75rem;
	height: 0.3125rem;
	background: #6eb92b;
}

.arrow {
	margin: 3rem 0;
	width: 5rem!important;
	height: auto;
}

/* 最后   */

.section5 {
	position: relative;
}

.linkUsAddress {
	width: 75rem;
	margin: 0 auto;
	padding-top: 4.625rem;
	padding-bottom: 3.75rem;
}

.linkUsAddress .companyTitle {
	font-size: 1.5rem;
	color: #333333;
}

.linkUsAddressList {
	width: 100%;
}

.linkUsAddressList >li {
	float: left;
	width: 50%;
	line-height: 2rem;
/*	height: 5rem;
	line-height: 5rem;*/
	position: relative;
	font-size: 0.875rem;
	color: #595959;
}

.linkUsAddressList >li>img {
	width: 1rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
}
