.banner{
	height: 800px;
}
.swiper-container,.swiper-wrapper,.swiper-slide{
	height:100%;
}
.swiper-slide{background-position: center;}
.swiper-button-prev{
	background: url(../images/arrowLeft.png) center no-repeat;
	border-radius: 50%;
	transition: all ease-out .3s;
}
.swiper-button-prev:hover{
	background: url(../images/arrowLeftDis.png) center no-repeat;
	opacity: 1;
	background-color: #73A3CA;
}
.swiper-button-next{
	background: url(../images/arrowRight.png) center no-repeat;
	border-radius: 50%;
	transition: all ease-out .3s;
}
.swiper-button-next:hover{
	background: url(../images/arrowRightDis.png) center no-repeat;
	opacity: 1;
	background-color: #73A3CA;
}
.swiper-button-next, .swiper-button-prev{
	width: 44px;
}
.swiper-pagination-bullet{
	width: 10px;height: 10px;
	background-color: #fff;
	opacity: 1;
	box-sizing: border-box;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
	border: 2px solid #fff;
}
.banner{position: relative;}
.banner .icon-list{
	position: fixed;right: 10px;bottom: 94px;z-index: 2;
}
.banner .icon-list li{margin-bottom: 10px;	padding: 8px;
	border-radius:50% ;
	background: rgba(0,0,0,.3);
}
.banner .icon-list li a{
	display: block;
	width:22px;
	height: 22px;
	transition: all .3s ease-out 0s;
}
.banner .icon-list li:first-child a{
	background: url(../images/messageWhite.png) center no-repeat;
}
.banner .icon-list li:nth-child(2) a{
	background: url(../images/weiboWhite.png) center no-repeat;
}
.banner .icon-list li:nth-child(3) a{
	background: url(../images/pyqWhite.png) center no-repeat;
}
.banner .icon-list li:last-child a{
	background: url(../images/arrowTop.png) center no-repeat;
}
.content div.title{margin: 50px 0;}
.content div.title h1{
	font-size: 28px;
	text-transform: uppercase;
}
.content div.title h2{
	font-size: 24px;
}
.item_block{
	width: 50%;
    height: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1%;
    position: relative;
    padding-bottom: 100px;
    margin-top: 50px;
    box-sizing: border-box;
}
.item_block a {
    display: block;
    height: 100%;
}
.item_block .item_img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 .item_block .item_img img {
    width: 100%;
    transition: all .3s ease-out 0s;
    height: auto;
    max-width: 100%;
    display: block;
}
.item_block .item_mask {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    margin: 10px;
    position: absolute;
    top: 0;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
    background: rgba(0,0,0,.5);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-out .3s;
    
    background-color: rgba(255,255,255,.5);
        
    box-shadow: 0 0 30px rgba(255,255,255,.2);
    -moz-box-shadow: 0 0 30px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,.2);
}
.item_block .item_wrapper {
    height: 52px;
    position: relative;
    background: 0 0;
        width: 100%;
    transition: all .6s ease-out 0s;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
.item_info {
    position: absolute;
    top: 0;
    width: calc(100% - 16%);
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    padding: 40px 8%;
}
.item_info h2,.item_info p{
	font-size: 20px;
	text-transform: uppercase;
}
.text_arrow{position: absolute;top: 44px;right: 8%;}
.text_arrow span{
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	background: #FFFFFF;
	border-radius: 50%;
    transition: all .6s  0s;
}
.text_arrow span:before{
	content: '';
	display: block;
	width: 15px;
	height: 26px;
	background: url(../images/arrowRightDis.png) center no-repeat;
	position: absolute;
	top: 7px;
	left: 15px;
    transition: all .6s  0s;
}
.item_block:hover .text_arrow span{
	background-color: #019FEA;
}
.item_block:hover .text_arrow span:before{
	background: url(../images/arrowRight.png) center no-repeat;
	
}
.item_block .details {
    color: transparent;
    position: relative;
    width: 138px;
    height: 35px;
    border: 1px solid #2c2c2c;
    display: block;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-out 0s;
    top: 0;
}
.item_block .details:before {
    content: '';
    width: 0;
    height: 1px;
    background: #5b5b5b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -1px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.agent-pc .project .item_block .details i {
    display: none;
}
.item_block .details:after {
    content: '';
    width: 1px;
    height: 0;
    background: #5b5b5b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -58px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}

.item_block:hover .item_img img {
    transform: scale(1.15,1.15);
}
.item_block:hover .item_img img {
    transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}
.item_block:hover .item_mask {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid rgba(255,255,255,.25);
}
.item_block .item_mask {
    box-shadow: 0 0 30px rgba(255,255,255,.2);
    -moz-box-shadow: 0 0 30px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,.2);
}
.item_block:hover .item_wrapper {
    background: 0 0;
}
.item_block:hover .details{
	background-color: #464646;
	opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    margin-bottom: 0;
    border: 1px solid #464646;
    top: 70px;
}
.item_block:hover .details::before,.item_block:hover .details::after{
	background-color: #fff;
}
.item_block:hover .details:before {
    margin-left: -7px;
    width: 15px;
    background: #afafaf;
}
.item_block:hover .details:after {
    margin-top: -8px;
    height: 15px;
    background: #afafaf;
}
.item_block a.more,a.more,button.more{
	padding: 8px 25px 8px 60px;
	border:1px solid gray;
	color: gray;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	transition: all .3s ease-out 0s;
	
}
.more:before{
	content: '';
	display: block;
	background: url(../images/chevron.png);
	width: 30px;
	height: 7px;
	position: absolute;
	top: 15px;
    left: 25px;
	transition: all .3s ease-out 0s;
    
}
.more:hover{
	background-color:gray;
	color: #fff; 
}
.more:hover::before{
	background: url(../images/chevronWhite.png);
	transform: skewX(360deg);
}
.company{
	background: url(../images/company.jpg) center no-repeat;
	height:620px ;
	position: relative;
}
.company .container>div{
	position: absolute;
    width: 34%;
    top: 0;
}
.company .container .title{margin: 0;}
.company p{
	color: gray;
	margin: 30px 0 50px;
}
.company p a{display: inline-block;}
.container_content:before {
    clear: both;
    display: table;
    content: "";
}
.mcounter {
    background-color: #f8f8f8;
}
.module {
    position: relative;
    overflow: hidden;
}
.module .bgmask {
    display: none;
}
.module.mcounter .container {
    padding: 60px 0;
}
 ul.content_list {
    width: 100%;
    height: auto;
}
ul.content_list li {
    width: 25%;
    height: 108px;
    float: left;
    text-align: center;
}
ul.content_list li div {
    border-right: rgba(0,0,0,.08) 1px solid;
}
ul.content_list li:last-child div{border-right: none;}
 ul.content_list li p.number {
    margin-top: 15px;
}
ul.content_list li p.number .counterDX {
    font-size: 54px;
    font-family: Arial;
    text-align: center;
    margin-top: 15px;
    font-family: HELVETICANEUELTPRO-THEX;
}
ul.content_list li p.number .unit {
    font-size: 14px;
    vertical-align: top;
}
.module.mcounter ul.content_list li p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #939393;
}
.information-center{padding: 30px 0;}
.information-center .centerLf,.information-center .center-details
{width: 50%;position: absolute; box-sizing: border-box;padding: 0 30px;height: 100%;transition: all .3s ease-out 0s;}
.information-center .centerLf{left: 0;}
.information-center .center-details{left: 50%;}
.information-center .centerLf .date{
	position: relative;
    height: 100%;
}
.information-center .centerLf .date h3{font-size: 50px;font-weight: 100;color: rgb(0,160,233); margin-top: 15px;}
.information-center .centerLf .date p{color: gray;text-align: right;}
.information-center .info-list .date .arrow{width: 30px;height: 7px;background: url(../images/chevronWhite.png);    position: absolute;
    bottom: 20px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out 0s;
    }
.information-center .centerLf .img{opacity: 0;transition: all .3s ease-out 0s;margin-top: 10px;margin-right: 28px;}
.information-center .centerLf .img img{display: block;width: 100%;}
.information-center .center-details .title{line-height: 30px;font-size: 16px;font-weight: bold;padding: 10px 0;margin-top: 15px;overflow: hidden;
white-space: nowrap;text-overflow: ellipsis;}
.information-center .center-details .c-gray{line-height: 30px;font-size: 16px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
.information-center .info-list{background: #fff;transition: all .3s ease-out 0s;height: 185px;}
.information-center .info-list .dot{position: absolute;width: 7px;height: 7px;border-radius: 50%;
background: gray;left: 50%;top: 72px;margin-left: -3px;}
.information-center .info-list .dot:before{content:'';display: block;background: gray; width: 1px;height: 113px;position: absolute;top: 0;left: 3px;transition: all .3s ease-out 0s;}
.information-center .info-list .dot:after{content:'';display: block;background: gray; width: 1px;height: 72px;position: absolute;top: -72px;left: 3px;transition: all .3s ease-out 0s;}
.information-center .info-list:first-child .dot:after{display: none;}
.information-center .info-list:hover{background: rgb(0,160,233);cursor: pointer;}
.information-center .info-list:hover .centerLf .img,
.information-center .info-list:hover .date .arrow{opacity: 1;}
.information-center .info-list:hover .centerLf{
	left: 50%;
}
.information-center .info-list:hover .center-details{
	left: 0;
}
.information-center .info-list:hover .centerLf .date{float: left;}
.information-center .info-list:hover .centerLf .date h3,
.information-center .info-list:hover .centerLf .date p
{color: #fff;text-align: left;}
.information-center .info-list:hover .center-details .title,
.information-center .info-list:hover .center-details .c-gray{color: #fff;text-align: right;}
.information-center .info-list:hover .dot,.information-center .info-list:hover .dot:before,.information-center .info-list:hover .dot:after{display: none;}

.message{
	height: 680px;
	background: url(../images/contactPC.jpg) center no-repeat;
	margin-top: 100px;
	position: relative;
}
.message .container{height: 100%;}
.message .table{
	background: transparent;
	border: 5px solid #fff;
	color: #fff;
	border-bottom: 0;
	width: 50%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding:30px 50px;
}
.message .table .title h1{color: #FFFFFF;margin-top: 0;}
.message .table .form{width: 400px;}
.message .table .form li{
	border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 10px 0;
}
.message .table .form .label{color: #fff;text-transform: uppercase;float: left;width: 30%;display: inline-block;line-height: 30px;}
.message .table .form .input{float: left;width: 70%;display: inline-block;    padding-right: 10px;
    box-sizing: border-box;}
.message .table .form input,.message .table .form textarea{color: #fff; background: transparent;border:1px solid transparent;display: block;width: 100%;line-height: 26px;resize: none;}
.message .table .form input:focus,.message .table .form textarea:focus{
	border: 1px solid #fff;
}
.message .table .form .more{
	background: transparent;
	margin-top: 50px;
}
.message .table .form .more:hover{
	background: gray;
}
.message .address{
    position: absolute;
    top: 12%;
    left: 55%;
}
.message .address li{margin-top: 20px;}
.message .address h3{color: #fff;font-size: 18px;padding: 10px 0;}
.message .address p span:before{position: absolute;top: -10px;left: 0;content: '';display: block;width: 20px;height: 1px;background-color: #fff}
.message .address p span{font-size: 16px;color: #fff;margin-right: 10px;position: relative;}
.message .address p {color: #fff;padding: 10px 0;text-transform: uppercase;}
.list-inline>li{display: inline-block;}
.message .follow{position: absolute;bottom:5% ;left: 55%;}
.message .follow li{
	margin-right: 15px;
	padding: 8px;
	border-radius:50% ;
	background: transparent;
	transition: all .3s ease-out 0s;
}
.message .follow li a{
	display: block;
	width:22px;
	height: 22px;
	transition: all .3s ease-out 0s;
}
.message .follow li:first-child a{
	background: url(../images/facebookGray.png) center no-repeat;
}
.message .follow li:nth-child(2) a{
	background: url(../images/twitterGray.png) center no-repeat;
	
}
.message .follow li:nth-child(3) a{
	background: url(../images/weiboGray.png) center no-repeat;
	
}
.message .follow li:last-child a{
	background: url(../images/pyqGray.png) center no-repeat;
}
.message .follow li:hover{
	background: #2882B4;
}
.message .follow li:hover:first-child a{
	background: url(../images/facebookWhite.png) center no-repeat;
	
}
.message .follow li:hover:nth-child(2) a{
	background: url(../images/twitterWhite.png) center no-repeat;
	
}
.message .follow li:hover:nth-child(3) a{
	background: url(../images/weiboWhite.png) center no-repeat;
	
}
.message .follow li:hover:last-child a{
	background: url(../images/pyqWhite.png) center no-repeat;
}
.message .follow p:before{
	width: 20px;height: 1px;background:#2882B4 ;position:absolute;top: 0;left: 0;content: '';display: block;
}
.message .follow p{color:#2882B4 ;font-size: 18px;position: relative;padding: 10px 0;font-weight: bold;}
@media only screen and (max-width: 1199px) {
	.information-center .centerLf .date h3{font-size: 40px;}
}
@media only screen and (max-width: 991px) {
	.logo img {
    margin-top: 0; 
}
.information-center .centerLf .img{
	width: 193px;
	margin-right: 10px;
	margin-top: 29px;
}
.information-center .centerLf .date h3{
	font-size: 40px;
}
.information-center .info-list{height: 172px;}
.content div.title{
	margin: 30px 0;
}
.message .table .form {
    width: 300px;
}
.message .table{
	padding: 30px;
}
.company .container>div{width: 350px;}
}
@media only screen and (max-width:768px) {
	.module.mcounter .container {
    padding: 20px 0;
}
	#swiper-container1 .swiper-slide{
	background-size: 100% 100%;
	}
	.content div.title h1 {
    font-size: 22px;
}
.content div.title h2 {
    font-size: 18px;
}
.item_block{width: 100%;    padding-bottom: 10px;    margin-top: 10px;}
.item_info{padding: 8px;     width: 100%; box-sizing: border-box;}
  .item_info h2, .item_info p {
    font-size: 16px;
} 
.text_arrow {top: 16px;}
.solution-more{padding-top: 30px;}
.company .container>div{width: 200px;}
ul.content_list li{width: 50%;}
ul.content_list li:nth-child(2) div{border-right: 0;}
.information-center .center-details .title{margin-top: 7px;}
.information-center .center-details .title,.information-center .center-details .c-gray{font-size: 14px;    padding: 0;
    line-height: 26px;}
.information-center .centerLf{padding: 0 10px 0 0;}
.information-center .center-details{padding: 0 0 0 10px;}
.information-center .info-list:hover .center-details{padding: 0 10px 0 0;}
.information-center .info-list .centerLf .img{display: none;}
.information-center .centerLf .date h3 {
    font-size: 30px;
}
.information-center .info-list{height: 90px;}
.information-center .centerLf .date{margin-left: 10px;}
.information-center {
    padding: 0; 
}
.information-center .info-list .dot:before{height: 40px;}
.information-center .text-center.margin-top50{margin-top: 40px;}
.message{background: url(../images/contact.jpg);margin-top: 30px;}
.message .table{width: 100%;padding: 10px;}
.message .table .form{width: 100%;}
.message .address{
	    width: 100%;
    left: 0;
    top: 10px;
}
.message .address li{margin-top: 0;}
.message .address h3,.message .table .form li,.message .follow p{padding: 5px 0;}
.message .address p{padding:0;line-height: 26px;}
.message .address p span:before{display: none;}
.content .table div.title{margin: 10px 0;}
.message .table .form .label{width: 35%;}
.message .table .form .input{width: 65%;}
.message .table .form .more{margin-top: 20px;}
.message .follow{    width: 100%;
    left: 0;
    bottom: 371px;}
.company .container>div{width: 300px;}
.company .container .title{margin: 20px 0;}
 

}