@charset "utf-8";
/* CSS Document */

html,
body {
  max-width: 100%;

  overflow-x: hidden;
}
.bannerslide {height: auto;width: 100%;}
/****首页幻灯****/
#wrapper {
	background:#fff;
	position:relative;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
width: 20px;
height: 20px;
border: 2px solid rgb(255, 255, 255);
margin: 0px 5px 15px;
border-radius: 10px;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}
.top_text {
        position:absolute;
	z-index: 99;
	font-size: 1.2em;
        text-align:left;
	color: #fff;
	width: 600px;
        margin:150px 640px;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/****首页幻灯****/
/**service**/
.service_box {width: 1200px;margin: 0 auto;}
#order_nav {width: 1200px;float: left;}
#order_nav .list {width: 1200px;float: left;}
#order_nav .list li {
	width: 240px;
        height:280px;
	float: left;
	/* [disabled]border-radius: 50%; */
	position: relative;
	cursor: pointer;
        -webkit-transition: .4s all; 
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all; 
}
#order_nav .list li a { display: block; width: 100%; height: 100%; }
#order_nav .list li .cycle_mark { position: absolute; left: 0; top: 0; z-index: 2; }
#order_nav .list li .ico {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	margin: 0 auto;
}
#order_nav .list li ._1 {background-image: url(../images/android-ico.png);}
#order_nav .list li ._2 { background-image: url(../images/ios-ico.png);}
#order_nav .list li ._3 { background-image: url(../images/html5-ico.png); }
#order_nav .list li ._4 { background-image: url(../images/wechat-ico.png); }
#order_nav .list li ._5 { background-image: url(../images/mobileweb-ico.png); }
#order_nav .list li p {
	width: 100%;
	left: 0;
	text-align: center;
	top: 120px;
	float: left;
}
#order_nav .list li p h3 {
	font-size: 12px;
	color: #626262;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#order_nav .list li p span {
	font-size: 16px;
	color: #626262;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#order_nav .list li p strong { font-size: 12px; color: #f00; display: block; }
.describe_ico {font-size: 12px;width: 220px;float: left;margin: 0 10px;line-height: 20px;color:#626262;}
#order_nav .list li.on {background-color: #F5F5F5;}
#order_nav .list li.on .ico {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/**service*/
.case_wrap {
	width: 100%;
	background-color: #F5F5F5;
	margin-top: 50px;
	float: left;
}
.case_box {
	width: 1200px;
	margin: 0 auto 50px auto;
}
/*case_inner*/
.slideGroup{width: 1200px;text-align: left;}
.slideGroup .parHd{
	height: 30px;
	line-height: 30px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 0 20px;
}
.slideGroup .parHd ul{
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideGroup .parBd{ padding:10px; zoom:1;  }
.slideGroup .slideBox{ overflow:hidden; zoom:1; }

.slideGroup .sPrev,.slideGroup .sNext{
	display: block;
	width: 12px;
	height: 90px;
	float: left;
	border: 1px solid #ddd;
	background: url(../images/icoleft.gif) center center no-repeat #f4f4f4;
}
.slideGroup .sNext{ background:url(../images/icoright.gif) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.slideGroup .parBd .tempWrap{ float:left;  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1; float:left;  }
.slideGroup .parBd ul li{
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0 5px;

}
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{
	width: 270px;
        height:300px;
        overflow:hidden;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#FB6000;  }
.slideGroup .parBd ul li .title{ line-height:24px;   }
.slideGroup .parBd ul li .hangye{line-height: 22px;text-align: left;}
.slideGroup .parBd ul li .descri{
	line-height: 24px;
	text-align: left;
	width: 270px;
	padding-right: 3px;
	padding-left: 3px;
        color:#626262;
}
/*case_inner*/
.process_wrap {
	width: 100%;
	float: left;
}
.process_box {
	width: 1200px;
	margin: 0 auto 50px auto;
}
.advantage_wrap {
	width: 100%;
	float: left;
	background-color: #F5F5F5;
}
.advantage_box {
	width: 1200px;
	margin: 0 auto 50px auto;
	height: 720px;
	background-image: url(../images/index-advan.png);
}
.advantage_box li{
	width: 1200px;
	float: left;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
}
.advantage_box li .advantage_box_l {
	float: left;
	width: 185px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.advantage_box li .advantage_box_r {
	float: right;
	width: 1000px;
	height: 80px;
	color: #FFF;
	line-height: 30px;
}


.info_wrap {
	width: 100%;
	float: left;
}
.info_box {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.info_w400 {
	float: left;
	width: 340px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 25px;
}
.info_w400 .title{float: left;width: 340px;height: 50px;}
.info_w400 .title h3{
	float: left;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 2px solid #FB6000;
	padding-bottom: 9px;
	margin: 0px;
}
.info_w400 img{
	float: left;
	height: 75px;
	width: 121px;
	margin: 0px;
	padding: 0px;
}
.info_w400 span{
	float: left;
	height: 112px;
	width: 194px;
	font-size: 12px;
	line-height: 20px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
	color: #626262;
}
.info_w400 ul {
	float: left;
	width: 340px;
	
	color: #626262;
}
.info_w400 ul li {
	height: 30px;
	width: 340px;
}
.info_w400 ul li h4{
	font-size: 14px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	width: 260px;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
.info_w400 ul li span{
	float: right;
	width: 70px;
	text-align: right;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.about_wrap {
	width: 100%;
	float: left;
	background-color: #F5F5F5;
}
.about_box {width: 1200px;margin: 0 auto;margin-bottom:50px;}