* {margin: 0px;	padding: 0px;box-sizing: border-box;}
body {font-family:\5FAE\8F6F\96C5\9ED1; font-size: 14px; line-height: 200% ;color: #444444; overflow-x: hidden;}
.clear {font-size: 0px;	clear: both;line-height: 0px; height: 1px;}
.clearfix:after {content: "."; 	display: block;  height: 0;	clear: both; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
img {border:none;}
a:link {TEXT-DECORATION: none;}
a:visited {TEXT-DECORATION: none;}
a:hover {text-decoration: none;color: #d80011;transition:all 0.4s linear;-ms-transition:all 0.4s linear;-moz-transition:all 0.4s linear;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;}
a:active {TEXT-DECORATION: none;}
ul,li{list-style-type: none;}
.fl{
	float: left;
}
.fr{
	float: right;
}
body {
    font-size: 14px;
    color: #303030;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding-top: 90px;
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: all .4s
}

a:hover {
    color: #0076fe
}
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 5px #ddd;
}
.maxw1600 {
    max-width: 1600px;
}
header>.container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header .logo img {
    height: 80px;
    width: auto
}

header .info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 15px;
    margin-top: 7px
}

header .info .te {
    line-height: 20px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background: rgba(0, 118, 254, 0.85);
    border-radius: 30px;
    color: #fff
}

header .info .text {
    letter-spacing: 2px;
    opacity: .6;
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

header .info .text span {
    animation: letterWave 2s infinite linear
}

header .info .text span:nth-child(0) {
    animation-delay: 0ms
}

header .info .text span:nth-child(1) {
    animation-delay: 100ms
}

header .info .text span:nth-child(2) {
    animation-delay: 200ms
}

header .info .text span:nth-child(3) {
    animation-delay: 300ms
}

header .info .text span:nth-child(4) {
    animation-delay: 400ms
}

header .info .text span:nth-child(5) {
    animation-delay: 500ms
}

header .info .text span:nth-child(6) {
    animation-delay: 600ms
}

header .info .text span:nth-child(7) {
    animation-delay: 700ms
}

header .info .text span:nth-child(8) {
    animation-delay: 800ms
}

header .info .text span:nth-child(9) {
    animation-delay: 900ms
}

header .info .text span:nth-child(10) {
    animation-delay: 1000ms
}

header .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-left: 20px;
    font-family: 'Gotham-Book'
}

header .tel .iconfont {
    font-size: 30px;
    margin-right: 8px;
    color: #0076fe
}

header .but {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

header .but a {
    line-height: 34px;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    padding: 0 20px
}

header .but a:hover {
    border-color: #0076fe
}

header .but a:first-child {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe;
    margin-right: 10px
}

header .navbut {
    display: none
}

header nav>ul>li {
    float: left
}

header nav>ul>li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    padding: 0 20px;
    font-size: 16px;
    position: relative
}

header nav>ul>li>a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: relative;
    margin-top: -1px;
    margin-left: 8px;
    transition: all .4s;
    display: none
}

header nav>ul>li>a span {
    position: relative
}

header nav>ul>li .ico {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 24px;
    height: 24px;
    background-size: 100% 100%
}

header nav>ul>li:hover>a {
    color: #0166ce
}

header nav>ul>li:hover>a:after {
    border-bottom-color: #0166ce;
    border-right-color: #0166ce;
    transform: rotate(225deg);
    margin-top: 3px
}

header nav .sub {
     display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 5px #aaa;
    border-radius: 0 0 5px 5px
}

header nav .drop>a:after,
header nav .drop1>a:after,
header nav .drop2>a:after,
header nav .drop3>a:after {
    display: block
}

header nav .drop {
    position: relative
}

header nav .drop .sub {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    width: 150px
}

header nav .drop .sub a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    color: #666
}

header nav .drop .sub a:last-child {
    border-bottom: 0
}

header nav .drop .sub a:hover {
    background: #0166ce;
    color: #fff
}

header nav .drop1 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

header nav .drop1 .container .btit {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

header nav .drop1 .container .btit .kj {
    background: #0166ce;
    color: #fff;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px 0 0;
    border-radius: 0 100px 0 0
}

header nav .drop1 .container .btit .kj .iconfont {
    margin-right: 10px;
    font-size: 20px;
    background: #0166ce;
    color: #fff;
    padding: 10px 15px
}

header nav .drop1 .container ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border-left: 1px solid #eee
}

header nav .drop1 .container ul li {
    float: left;
    width: 33.33333333%;
    border-right: 1px solid #eee;
    padding: 20px 30px
}

header nav .drop1 .container ul li .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #000
}

header nav .drop1 .container ul li .tit i {
    font-size: 30px;
    margin-right: 10px;
    color: #666
}

header nav .drop1 .container ul li .xun {
    margin: 10px 0 15px 0;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    font-size: 13px
}

header nav .drop1 .container ul li .xun a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    position: relative;
    float: right;
    clear: both;
    margin-top: 5px;
    color: #0076fe;
}

header nav .drop1 .container ul li .xun a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 5px;
    background: #ccc;
    transition: all .4s
}

header nav .drop1 .container ul li .xun a:hover {
    padding: 0 0 0 20px
}

header nav .drop1 .container ul li .xun a:hover:before {
    width: 15px;
    background: #0076fe
}

header nav .drop1 .container dl {
    width: 33.33333%;
}

header nav .drop1 .container dl dd {
    border-bottom: 1px solid #eee
}

header nav .drop1 .container dl dd a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 26px 20px
}

header nav .drop1 .container dl dd .pic {
    overflow: hidden;
    margin-right: 15px
}

header nav .drop1 .container dl dd .pic img {
    width: 250px;
    border-radius: 10px
}

header nav .drop1 .container dl dd .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

header nav .drop1 .container dl dd .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px
}

header nav .drop1 .container dl dd .box p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px
}

header nav .drop1 .container dl dd:hover .pic img {
    transform: scale(1.05)
}

header nav .drop1 .container dl dd:last-child {
    border-bottom: 0
}


.sub-seo-left{
	padding: 30px 20px;
	background: url(../images/xcx/seoimg_03.png) bottom right no-repeat;
	padding-bottom: 20px;
    margin-right: 31px;
    font-weight: bold;
}
header nav .drop2 .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative
}

header nav .drop2 .container:after {
    content: '';
    position: absolute;
    left: 25%;
    top: 0;
    width: 1px;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #ddd);
    background: -o-linear-gradient(top, transparent, #ddd);
    background: -moz-linear-gradient(top, transparent, #ddd);
    background: linear-gradient(top, transparent, #ddd)
}

header nav .drop2 .left {
    font-size: 16px;
    position: relative;
    width: 25%;
    margin-right: 40px;
    line-height: 1.7
}

header nav .drop2 .left .bt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold
}

header nav .drop2 .left .bt .iconfont {
    font-size: 32px;
    color: rgba(0, 118, 254, 0.8);
    font-weight: normal;
    margin-right: 8px
}

header nav .drop2 .left .desc {
    padding: 0 10% 0 44px
}

header nav .drop2 .left .pic {
    float: right;
    width: 100px;
    margin-right: 15px
}

header nav .drop2 .left .pic img {
    width: 100%;
    height: auto
}

header nav .drop2 .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 10px 0 40px 0
}

header nav .drop2 .right ul {
    margin: 0 -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

header nav .drop2 .right ul li {
    float: left;
    width: 24%;
    padding: 0 10px;
    transition: all .4s;
    text-align: left;
    margin-top: 20px;
}
.subjz-leftimg{
	padding-top: 20px;
}
.subjz-rightimg{
	padding-bottom: 20px;
}
header nav .drop2 .right ul li a{
	color: #0166ce;
}
header nav .drop2 .right ul li .subfaimg{
	font-weight: bold;
}
header nav .drop2 .right ul li .subfaimg img{
	    width: 20px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.subseoimg{
	width: 208px;
	height: 140px;
}
.subseoimg img{
	width: 100%;
	height: 100%;
}
.subseo-t{
	font-weight: bold;
	font-size: 16px;
	padding: 0 !important;
}
.sub-text{
	line-height: 22px;
}
.sub-cpwf-wzjs ul li{
	float: left;
	width: 50%;
}
.censub-left{
	float: left;
	width: 25%;
	padding-left: 50px;
}
.censub-right{
	float: left;
	width: 75%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.censub-left ul li{
	width: 100%;
}
.censub-right ul li{
	width: 20%;
}
.censub ul li{
	float: left;
}
.censub span{
	    font-weight: bold;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}
.sub-cpwf-ydkf ul li{
	width: 100%;
}
.sub-cpwf-ydkf ul li a,.sub-cpwf-wzjs ul li a{
	color: #303030;
	font-size: 14px;

	border-radius: 5px;
	padding: 0 0px;
}
.sub-cpwf-ydkf ul li a.hotalink,.sub-cpwf-wzjs ul li a.hotalink{
	background: #ff9519;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 5px;
    padding: 0 5px;
}
.sub-cpwf-ydkf ul li a.newalink,.sub-cpwf-wzjs ul li a.newalink{
	background: #75a319;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 5px;
    padding: 0 5px;
}
.sub-cpwf-wzjs{
	width: 100%;
}
.sub-cpwf-wzjs ul li{
	width: 50%;
}
header nav .drop2 .right ul li a {
    display: block;
    overflow: hidden;
    color: #0166ce
}

header nav .drop2 .right ul li img {
    width: 100%;
    height: auto;
}

header nav .drop2 .right ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 10px 0
}

header nav .drop2 .right ul li p {
    display: block;
    overflow: hidden;
    opacity: .8;
    line-height: 20px
}

header nav .drop2 .right ul li:hover {
    transform: translateY(-5px);
}

header nav .drop3 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

header nav .drop3 .li {
    width: 15%;
    padding: 30px 20px;
    position: relative;
    overflow: hidden
}

header nav .drop3 .li .iconfont {
    position: absolute;
    font-size: 100px;
    right: -20px;
    bottom: 10px;
    opacity: .5;
    color: #eee
}

header nav .drop3 dl {
    overflow: hidden;
    position: relative;
    z-index: 5
}

header nav .drop3 dl a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0s
}

header nav .drop3 dl a:hover {
    text-decoration: underline
}

header nav .drop3 dl dt {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%
}

header nav .drop3 dl dt a {
    text-decoration: none !important
}

header nav .drop3 dl dd {
    width: 100%;
    line-height: 2;
    opacity: .9;
    float: left
}

header nav .drop3 dl dd .nav-icon {
    content: '';
    width: 26px;
    height: 12px;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px
}

header nav .drop3 dl dd .nav-icon.new {

}

header nav .drop3 dl dd .nav-icon.hot {

}

header nav .drop3 .link {
    position: relative;
    z-index: 5
}

header nav .drop3 .link a {
    display: block;
    overflow: hidden;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
    background: #00c35c;
    margin-top: 10px;
    text-align: center;
    font-size: 14px
}

header nav .drop3 .link a:last-child {
    background: #00a2ff
}

header nav .drop3 .link a:hover {
    box-shadow: 0 0 10px #fff
}

header nav .drop3 .ws {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

header nav .drop3 .ws dl dd {
    width: 50%
}

header nav .drop3 .li:hover dl {
    color: #fff
}

header nav .drop3 .li:hover dl a {
    color: #fff
}

header nav .drop3 .li:hover dl dd {
    opacity: 1
}

header nav .drop3 .li:hover .iconfont {
    color: #fff;
    opacity: 1
}

header nav .drop3 .li:nth-child(1):hover {
    background: #f6cc0e;
    background: -webkit-linear-gradient(45deg, #f6cc0e, #f29824);
    background: -o-linear-gradient(45deg, #f6cc0e, #f29824);
    background: -moz-linear-gradient(45deg, #f6cc0e, #f29824);
    background: linear-gradient(45deg, #f6cc0e, #f29824)
}

header nav .drop3 .li:nth-child(2):hover {
    background: #3dd6f8;
    background: -webkit-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: -o-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: -moz-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: linear-gradient(45deg, #3dd6f8, #2697ed)
}

header nav .drop3 .li:nth-child(3):hover {
    background: #b0e623;
    background: -webkit-linear-gradient(45deg, #b0e623, #55cd24);
    background: -o-linear-gradient(45deg, #b0e623, #55cd24);
    background: -moz-linear-gradient(45deg, #b0e623, #55cd24);
    background: linear-gradient(45deg, #b0e623, #55cd24)
}

header nav .drop3 .li:nth-child(4):hover {
    background: #f875e7;
    background: -webkit-linear-gradient(45deg, #f875e7, #8956fb);
    background: -o-linear-gradient(45deg, #f875e7, #8956fb);
    background: -moz-linear-gradient(45deg, #f875e7, #8956fb);
    background: linear-gradient(45deg, #f875e7, #8956fb)
}

header nav .drop3 .li:nth-child(5):hover {
    background: #23b9fe;
    background: -webkit-linear-gradient(45deg, #23b9fe, #8956f9);
    background: -o-linear-gradient(45deg, #23b9fe, #8956f9);
    background: -moz-linear-gradient(45deg, #23b9fe, #8956f9);
    background: linear-gradient(45deg, #23b9fe, #8956f9)
}

header nav .drop3 .li:nth-child(6):hover {
    background: #fc7ebf;
    background: -webkit-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: -o-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: -moz-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: linear-gradient(45deg, #fc7ebf, #c562f5)
}

header nav .drop3 .li:nth-child(7):hover {
    background: #ff9c7c;
    background: -webkit-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: -o-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: -moz-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: linear-gradient(45deg, #ff9c7c, #fe527a)
}

header nav .on>a {
    color: #0076fe
}

header.cur .logo img {
    height: 50px
}

header.cur nav>ul>li>a {
    height: 70px
}




#header {
	display: block;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    background: rgba(0,0,0,0.5);
}
#header.noSroll{
	top: 0;
	z-index: 99;
}
#header.isSroll{
	top: -80px;
	background-color: rgba(0,0,0,0.8);
}
#header .head_box {
	display: block;
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
#header .logo { position: absolute; top: 21px; left: 0px;}
#header .logo a{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#header .tel { color:#ffffff; font-size:18px; position: absolute; top: 18px; right: 0px;padding:5px 0;padding-left: 34px; font-weight:bold;background: url(../images/tel.png) left center no-repeat;}

/* nav */
.menu {width: 815px;height: 58px; position:absolute; right:188px; top:23px;}
.menu ul {width:815px;height: 58px;position: relative;margin: 0 auto;}
.menu ul li {float: left; margin-left:36px;height: 58px;}
.menu ul li a {display: block; font-size: 16px; color: #ffffff;
}
.menu ul li a:hover{color:#ffffff;}
.menu .block { width:65px;height: 2px;background:#ffffff;position: absolute;bottom: 0px;left: 0;z-index: 99;color:#ffffff;}
.menu .current a{ color:#ffffff;}
/*banner*/
.banner{overflow:hidden;position: relative;}
.banner .d1{width:100%;display:block;position:absolute;left:0px;background-size: 100% 100%; }
.banner .d2{width:100px;height:24px;clear:both;position:absolute;z-index:100;left:50%;bottom:17px; text-align:center; }
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 -96px;display:inline;}
.banner .d2 li{width:6px;height:6px;overflow:hidden;cursor:pointer;float:left;margin:0 10px;display:inline; border-radius:10px;border: #ffffff solid 1px;}
.banner .d2 li.nuw{width: 30px;}
.fd-banner-title{
	font-size: 42px;
    color: #fff;
    text-align: center;
    margin-top: 90px;
    font-weight: bold;
    position: relative;
    /*z-index: 99;*/
}
.fd-banner-ywlist{
	color: #fff;
	text-align: center;
	margin-top: 55px;
}
.fd-banner-ywlist span{
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	border: #fff solid 1px;
	margin: 0 10px;
	text-align: left;
}
.fd-banner-small-title{
	color: #fff;
    text-align: center;
    margin-top: 55px;
    font-size: 32px;
    font-weight: bold;
}
.fd-banner-ywlist span p{
	font-size: 14px;
}
.upnext a{
    border:#747070 solid 1px;
    padding:5px 10px;
    color:#747070;
    font-size:14px;
    margin:0 6px;
}
.servicewaht{
	width: 80%;
    margin: 0 auto;
    min-width: 1200px;
    margin-top: 60px;
}
/*.container{
	display: block;
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}*/
/*我们能做什么*/
.whatcanido{
	width: 689px;
	height: 90px;
	padding-top: 37px;
	background: url(../images/whatcanido_bg.png) center top no-repeat;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin: 0 auto;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.whatcanido.show{
	left: 0px;
	opacity: 1;
}
.whatcanido-body{
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.whatcanido-body .item{
	position: relative;
	display: block;
	float: left;
	width: 16.666%;
	opacity: 1;
	filter:alpha(opacity=0);
	overflow: hidden;
}

.whatcanido-body .item1{
	left:0;
	-webkit-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.whatcanido-body .item2{
	left:0;
	-webkit-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;;
}

.whatcanido-body .item3{
	left:0;
	-webkit-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.whatcanido-body .item4{
	left:0;
	-webkit-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.whatcanido-body .item5{
	left:0;
	-webkit-transition: left 1.1s 0.5s linear,opacity 1.1s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
	transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
}

.whatcanido-body .item.on{
	width: 32.33%;
}

.service_box .whatcanido-body.show .item{
	left:0;
	opacity: 1;
	filter:alpha(opacity=100);
}

.whatcanido-body .item .service{
	display: block;
	height: 358px;
	border: 1px solid #e8e8e8;
	border-width: 1px 0px 1px 1px;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.whatcanido-body .item.on .service{
	width: 50%;
}

.whatcanido-body .item5 .service{
	border-width: 1px 1px 1px 1px;
}

.whatcanido-body .item.on .service{
	background-color: #0166ce;
	border-color: #0166ce;
}

.whatcanido-body .item .service .content{
	display: block;
	height: 280px;
	padding-top: 46px;
	line-height: 1;
}

.whatcanido-body .item .service .content h4{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.whatcanido-body .item .service .content h4 a{
	color: #333;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.whatcanido-body .item.on .service .content h4 a{
	color: #fff;
}

.whatcanido-body .item .service .content h2{
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.whatcanido-body .item .service .content h2 a{
    color: #333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.whatcanido-body .item.on .service .content h2 a{
    color: #fff;
}

.whatcanido-body .item .service .content p{
	display: block;
	margin-top: 11px;
	color: #4b4b4b;
	white-space: nowrap;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.whatcanido-body .item.on .service .content p{
	color: #fff;
}

.whatcanido-body .item .service .content .icon{
	display: inline-block;
	margin-top: 38px;
}

.whatcanido-icon1{
	background:url(../images/wcid_bg.png) no-repeat 0px -22px;
	height:98px;
	padding-left:98px;
}

.whatcanido-body .item.on .service .content .whatcanido-icon1{
	background:url(../images/wcid_bg_on.png) no-repeat 0px -22px;
}

.whatcanido-icon2{
	background:url(../images/wcid_bg.png) no-repeat 0px -160px;
	height:100px;
	padding-left:92px;
}

.whatcanido-body .item.on .service .content .whatcanido-icon2{
	background:url(../images/wcid_bg_on.png) no-repeat 0px -160px;
}

.whatcanido-icon3{
	background:url(../images/wcid_bg.png) no-repeat 0px -301px;
	height:99px;
	padding-left:104px;
}

.whatcanido-body .item.on .service .content .whatcanido-icon3{
	background:url(../images/wcid_bg_on.png) no-repeat 0px -301px;
}

.whatcanido-icon4{
	background:url(../images/wcid_bg.png) no-repeat 0px -432px;
	height:96px;
	padding-left:100px;
}

.whatcanido-body .item.on .service .content .whatcanido-icon4{
	background:url(../images/wcid_bg_on.png) no-repeat 0px -432px;
}

.whatcanido-icon5{
	background:url(../images/wcid_bg.png) no-repeat 0px -580px;
	height:88px;
	padding-left:95px;
}

.whatcanido-body .item.on .service .content .whatcanido-icon5{
	background:url(../images/wcid_bg_on.png) no-repeat 0px -580px;
}

.whatcanido-body .item .service .info{
	display: block;
	padding: 16px 20px 0 20px;
	border-top: 1px dashed #cdcdcd;
	font-size: 12px;
	line-height: 20px;
	color: #6c6c6c;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.whatcanido-body .item.on .service .info{
	color: #fff;
	border-top: 1px dashed #4e94dd;
}

.whatcanido-body .item .price{
	position: absolute;
	display: block;
	width: 100%;
	height: 360px;
	left:100%;
	top:0;
}

.whatcanido-body .item.on .price{
	width: 50%;
	left:50%;
}

.whatcanido-body .item .price ul{
	display: block;
	position: relative;
	z-index: 5;
}

.whatcanido-body .item .price ul li{
	display: block;
	height: 71px;
	line-height: 71px;
	*height: 69px;
	*line-height: 69px;
	border-bottom: 1px solid #565758;
	white-space: nowrap;
}

.whatcanido-body .item .price ul li a{
	display: block;
	padding: 0 20px 0 10px;
	color: #999;
	background: url(../images/arrow_right.png) no-repeat right 10px center;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.whatcanido-body .item .price ul li a:hover{
	color: #fff;
	background: url(../images/arrow_right_on.png) no-repeat right 10px center;
}

.whatcanido-body .item .price ul li a .num{
	padding-left: 10px;
}

.whatcanido-body .item .price .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 2;
}

/*客户案例*/
.cusecase{
	 width: 640px;
     padding-top: 38px;
     text-align: center;
     background: url(../images/case_bg.png) center top no-repeat;
	font-size: 48px;
	font-weight: bold;
	margin: 0 auto;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.cusecase.show{
	left: 0px;
	opacity: 1;
}
.ourkh{
	background: url(../images/wdkh_t.png) center top no-repeat;
	width: 640px;
     padding-top: 38px;
     text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin: 0 auto;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.ourkh.show{
	left: 0px;
	opacity: 1;
}
figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}


figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity:1;
	/*-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.grid {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
	margin-top: 40px;
	left: 0px;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.grid.show{
	left: 0px;
	opacity: 1;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 260px;
	width: 25%;
	text-align: center;
	cursor: pointer;
	padding: 5px;
}

.grid figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	padding-top: 76px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 104px;
}
/*流程，8大保障*/
.liucheng-container{
	width: 100%;
	background: url(../images/baozhang_bg.jpg) top  center no-repeat;
	margin-top: 55px;
	padding-top: 55px;
	padding-bottom: 60px;
	/*position: relative;*/
}
.liucTitle{
	font-size: 48px;
    font-weight: bold;
    color: #fff;
    width: 900px;
    margin: 0 auto;
    padding-top: 37px;
    text-align: center;
    background: url(../images/liuchengtbug.png) top center no-repeat;
    top: 0px;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.liucTitlet{
	font-size: 48px;
    font-weight: bold;
    color: #fff;
    width: 900px;
    margin: 0 auto;
    padding-top: 37px;
    text-align: center;
    background: url(../images/liuchengtbug.png) top center no-repeat;
    top: 0px;
    position: relative;
}
.liucTitle.show{
	top: 0px;
	opacity: 1;
}
.liucTitle span{
	font-size: 20px;
    display: block;
    padding-top: 38px;
    font-weight: normal;
}
.liucTitlet span{
	font-size: 20px;
    display: block;
    padding-top: 38px;
    font-weight: normal;
}
.fd-lc-con{
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	bottom: 0px;
	opacity:1 ;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.fd-lc-con.showCon{
	bottom: -20px;
}
.fd-lc-con.show{
	bottom: 0px;
	opacity: 1;
}
.fd-lc-con img{
	width: 100%;
}
.fd-lc-sh{
	width: 85%;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
	bottom: 0;
	opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    position: relative;
}
.fd-lc-sh.showSh{
	bottom: -20px;
	opacity: 1;
}
.fd-lc-sh ul li{
	float: left;
	width: 12.5%;
	height: 270px;
	padding: 5px;	
	cursor: pointer;
}
.fd-lc-sh.show{
	bottom: 0px;
	opacity: 1;
}
.fd-lc-sh ul li.fd-shouhou-1 .fd-index-bg{
  background-position: 0 7px; 
}
.fd-lc-sh ul li.fd-shouhou-2 .fd-index-bg{
  background-position: 0 -37px; 
}
.fd-lc-sh ul li.fd-shouhou-3 .fd-index-bg{
  background-position: 0 -88px; 
}
.fd-lc-sh ul li.fd-shouhou-4 .fd-index-bg{
  background-position: 0 -140px; 
}
.fd-lc-sh ul li.fd-shouhou-5 .fd-index-bg{
  background-position: 0 -190px; 
}
.fd-lc-sh ul li.fd-shouhou-6 .fd-index-bg{
  background-position: 0 -248px; 
}
.fd-lc-sh ul li.fd-shouhou-7 .fd-index-bg{
  background-position: 0 -298px; 
}
.fd-lc-sh ul li.fd-shouhou-8 .fd-index-bg{
  background-position: 0 -344px; 
}
.fd-lc-sh ul li .fd-shouhou{
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	position: relative;
	transition:0.5s;
	-webkit-transition:0.5s;
}
.fd-lc-sh ul li .fd-index{
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
}
.fd-lc-sh ul li .fd-index-bg{
	height: 44px;
	width: 44px;
	position: absolute;
	top: 60px;
	left: 20px;
	background-image: url(../images/shouhou_bg.png);
	background-repeat: no-repeat;
}
.fd-lc-sh ul li .fd-shouhou-text{
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	bottom: 20px;
	left: 10px;
}
.fd-lc-sh ul li .fd-shouhou-text span{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding-top: 10px;
}
.fd-lc-sh ul li:hover .fd-shouhou{
	background: #0166ce;
	color: #fff;
	top: -4px;
	left: -4px;
}
.fd-lc-sh ul li:hover .fd-shouhou-text span{
	color: #fff;
}
.fd-lc-sh ul li:hover .fd-index-bg{
	background-image: url(../images/shouhou_bg_on.png);
}
/*我们的客户*/
.index-customer-list {
	height: 680px;
    transform:translateY(50px);
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;overflow:hidden;}
.index-customer.active .index-customer-list {
    transform:none;
}
.index-customer-list li {
    position:relative;
    float:left;
    width:20%;
    height:200px;
    padding:27px 0;
    text-align:center;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    transition-delay:.5s;
}
/*.index-customer-list .item600 {top:600px;}*/
/*.index-customer-list .item450 {top:450px;}*/
/*.index-customer-list .item550 {top:550px;}*/
/*.index-customer-list .item400 {top:400px;}*/
/*.index-customer-list .item300 {top:300px;}*/
/*.index-customer-list .item700 {top:700px;}*/
.index-customer.active .index-customer-list li.item {top:0;}
.index-customer-list .item-inner {
    display:block;
    width:100%;
    height:145px;
    border-left:1px solid #e6e6e6;
}
.index-customer-list li:nth-child(5n +1) .item-inner {border-left:0;}
.index-customer-list li:nth-child(5n +1) .lt-dot,
.index-customer-list li:nth-child(5n +1) .lb-dot,
.index-customer-list li:nth-child(5n) .rt-dot,
.index-customer-list li:nth-child(5n) .rb-dot{display:none;}
.index-customer-list li:nth-child(5n) .item-inner {}
.index-customer-list li a {
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:80%;
    height:200px;
    margin-left:-40%;
}
.index-customer-list li.double-item a {
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.index-customer-list li img {
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    margin-left:-75px;
    transition: all .5s linear 10ms;
    width: 150px;
    height: 100px;
}
.index-customer-list li img:first-child {}
.index-customer-list li img:last-child {opacity:.6;}
.index-customer-list li:hover img:last-child,
.index-customer-list li img:first-child {
    opacity:0;
    transform:translateY(-50%) rotateY(180deg);
}
.index-customer-list li img,
.index-customer-list li:hover img:first-child {opacity:1;transform:translateY(-50%) rotateY(0deg);}
.index-customer-list .dot {
    position:absolute;
    display:block;
    width:2px;
    height:2px;
    background:#e6e6e6;
}
.index-customer-list .lt-dot {
    left:0;
    top:0;
}
.index-customer-list .lb-dot {
    left:0;
    bottom:0;
}
.index-customer-list .rt-dot {
    right:0;
    top:0;
}
.index-customer-list .rb-dot {
    right:0;
    bottom:0;
}
/*底部*/
.fd-foot-top{
	height: 108px;
	width: 100%;
	background:#232323;
	clear: both;
}
.fd-foot-cen{
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.fd-foot-top ul li{
	float: left;
	width: 16.66%;
	text-align: center;
	line-height: 108px;
	color: #cacaca;
	font-size: 18px;
	padding-left: 30px;
	background-size: 35px 35px;
}
.fd-foot-top ul li.foot-top-1{
  background: url(../images/ycsj_bg.png) 30px center no-repeat;	
}
.fd-foot-top ul li.foot-top-2{
  background: url(../images/tgydm_bg.png) 28px center no-repeat;	
}
.fd-foot-top ul li.foot-top-3{
  background: url(../images/ddbtk.png) 25px center no-repeat;	
}
.fd-foot-top ul li.foot-top-4{
  background: url(../images/wzdba.png) 30px center no-repeat;	
}
.fd-foot-top ul li.foot-top-5{
  background: url(../images/gxjbjz.png) 25px center no-repeat;	
}
.fd-foot-top ul li.foot-top-6{
  background: url(../images/mfshzc.png) 20px center no-repeat;	
  padding-left: 40px;
}
.footer{
	width: 100%;
	height: 477px;
	background: #181818;
}
.footer-box{
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.weixin{
	float: right;
	margin-top: 40px;
	color: #fff;
	width: 158px;
	font-size: 16px;
	font-weight: bold;
}
.weixin img{
	width: 158px;
	height: 158px;
	margin-top: 20px;
}
.contactUs{
	float: right;
	margin-right: 80px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.fenzhan{
    font-size: 18px;
    margin-top: 40px;
    margin-left: 125px;
    color: #0166ce;
}
.shi{
    font-size: 18px;
    margin-top: 40px;
    margin-left: 20px;
}
.contactText{
	color: #999999;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 20px;
}
.contactText a{
	display: block;
	cursor: pointer;
	color: #999999;
}
.contactText a:hover{
	color: #0166ce;
}
.fd-link{
	float: left;
	margin-top: 40px;
	color: #fff;
	width: calc(100% - 674px);
	font-size: 16px;
	font-weight: bold;
}
.fd-link-list{
	margin-top: 20px;
}
.fd-link a{
  font-weight: normal;
  color: #e8e8e8;
  font-size: 14px;	
  border:#3c3c3c solid 1px;
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 12px;
  cursor: pointer;
}
.fd-link a:hover{
	
}
.footer-bottom{
	font-size: 14px;
	color: #999999;
	width: 100%;
	margin: 0 auto;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 120px;
}
.footer-bottom a{
    color: #999;
}
.footer-bottom1{
    font-size: 14px;
    color: #999999;
    width: 100%;
    margin: 0 auto;
    clear: both;
    text-align: left;
    position: absolute;
    bottom: 10px;
}
.footer-bottom1 a{
    color: #999;
}
.footer-xx{
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}
.footer-xx img{
	margin: 0 10px;
}
/* public */
.fixed_box { width:222px; position:absolute; z-index:9999; top:220px; overflow:hidden;}
.content_box { width:234px; /*background:#fff;*/ position:absolute; z-index:2; top:0; right:-80px; }
.content_list { font-family:Arial, Helvetica, sans-serif; text-align:center;}
.content_bottom { height:65px; overflow:hidden; text-align:center; margin-top:0px;}
.content_weixin{
	text-align: center;
}
.content_weixin:hover .weixinerweima{
	display: block;
}
.weixinerweima{
	background: url(../images/weixin_bg.png) center no-repeat;
	width: 139px;
    height: 126px;
    position: absolute;
    right: 150px;
    top: 74px;
    padding-top: 8px;
    display: none;
}
.weixinerweima img{
	width: 110px;
	height: 110px;
	margin-left: -5px;
}
/*关于我们*/
.small-banner{
	padding: 80px 0 100px;
    position: relative;
    /*background:url(../images/amsll-banner.jpg) no-repeat;*/
    background-position: center center;
    background-size: cover;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container.oneintro{
	height: 255px;
}
.oneintro .bannerh1 {
    letter-spacing: 12px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    font-size: 50px;
}
.oneintro .a-p{
	font-size:30px;
	color: #fff;
	margin:30px 0;
	letter-spacing: 8px;
}
.oneintro .a-p-sub{
	font-size: 22px;
	color: #fff;
	padding: 10px 30px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 30px;
	letter-spacing: 8px;
}
.create {
    font-size: 30px;
    border: 1px solid #fff;
    letter-spacing: 8px;
    padding: 9px;
    margin: 80px 0;
    display: inline-block;
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}
@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.aboustCon{
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
}
.wzzk{
	font-size: 34px;
    font-weight: bold;
}
.wzzk span{
	font-size: 20px;
	position: relative;
	display: block;
	padding-top: 20px;
}
.wzzk span:before{
	display: block;
    height: 3px;
    width: 60px;
    background-color: #ED6D1A;
    margin-bottom: 50px;
    content: "";
    position: absolute;
    left: 0;
    bottom:-52px
}
.teoinro{
	padding: 10px 0;
}
.teoinro h4 {
 	display: inline-block;
 	background: #F17E00;
 	width: 50px;
 	height: 50px;
 	border-radius: 50%;
 	text-align: center;
 	line-height: 50px;
 	color: #fff;
 	
 }
 
 .teoinro p {
 	display: inline-block;
 	margin-left: 1%;
 	line-height: 50px;
 	font-size: 24px;
 	font-weight: bold;
 	color: #595757
 }
 .the-tensile {
 	display: block;
 	font-size: 22px;
 	text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #000;
 }
 .kh-left,.kh-right{
 	width: 50%;
 	float: left;
 }
.kunhuo{
	padding-top: 40px;
}
 .threeintro {
 	width: 18%;
 	float: left;
 	text-align: center;
 	margin: 1%;
 	margin-top: 50px;
 }
 
 .threeintro img {
 	width: 100%;
 }
 
 .threeintro h3 {
 	text-align: center;
 	margin-top: 20px;
 	font-size: 20px;
 	font-weight: bold;
 }
 
 .threeintro p {
 	font-size: 15px;
 	text-align: center;
 	color: #8A8888
 }
.wzwt{
	padding: 40px 0;
}
.title_width1{
	width: 100%;
	height: 87px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/title_bg1.png) no-repeat;
    position: relative;
    margin-top: 50px;
    font-weight: 300;
}
.title_shang {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}
.color {
    color: #ebb001;
}

element.style {
}
.box_width {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}
.wzyx_con_ul1_0 {
    width: 100%;
    height: 300px;
}
.wzyx_ul101_r {
    width: 440px;
}
.wzyx_ul101_l {
    width: 670px;
    position: relative;
    top: 30px;
    height: 300px;
}
.wzyx_ul101_rt {
    height: 55px;
    font-size: 22px;
    color: #333;
    width: 100%;
    text-align: left;
}
.wzyx_ul101_ru {
    font-size: 18px;
    color: #fff;
}
.wzyx_ul101_ru li {
    width: 100%;
    height: 80px;
}
.wzyx_ul101_rut {
    width: 100%;
    height: 50px;
    background: #ebb001;
}
.wzyx_ul101_rut_d {
    position: relative;
    top: 12px;
    left: 12px;
}
.wzyx_ul101_rut_dn {
    width: 30px;
}
.wzyx_ul101_rut_dt {
    width: 325px;
    line-height: 30px;
    text-align: left;
}
.wzyx_ul101_div {
    position: relative;
    left: 35px;
    top: 32px;
    width: 580px;
    text-align: left;
}
.wzyx_ul101_dt {
    font-size: 42px;
    height: 72px;
    color: #ebb001;
    font-weight: bold;
}
.wzyx_ul101_dd {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.wzyx_ul101_dt font {
    color: #333;
    font-weight: normal;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wzyx_ul101_c {
    width: 1080px;
    height: 120px;
    margin: 0px auto;
}
.wzyx_ul101_ct {
    width: 500px;
    color: #ebb001;
    font-size: 59px;
}
.wzyx_ul101_cm {
    width: 580px;
    font-size: 17px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    top: 25px;
    text-align: left;
}
.wzyx_ul101_ct span {
    position: relative;
    float: left;
    left: 155px;
    padding-top: 35px;
}
.wzyx_01 {
    width: 1080px;
    height: 55px;
    margin: 0px auto;
    background: url(../images/wzyx_01.jpg) no-repeat;
}
.yxwz_sec4{ width: 100%; background:url(../images/yxwz_bg1.jpg) no-repeat center fixed; height: 590px; padding: 70px 0; color: #fff; -webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.yxwz_sec4 ._t{ text-align: center; font-size: 40px; color: #fff; line-height: 1; margin-bottom: 20px;}
.yxwz_sec4 ._t b{ color: #f60; }
.yxwz_sec4 ._intro{text-align: center; color: #fff; font-size: 16px; margin-bottom: 40px;}
.yxwz_sec4 ._list{ overflow: hidden; width: 102%;}
.yxwz_sec4 li { float: left; /* cursor: pointer; */ width: 18%; margin-right: 2%;/*  background:rgba(0,0,0,.6); */ text-align: center; margin-bottom: 25px;/*  padding: 25px 0; */}
.yxwz_sec4 .ic{ display: block; width: 40px; height: 40px; background:url(../images/yxwz_icos.png) no-repeat 0 -80px;margin: 0 auto; margin-bottom: 15px;}
.yxwz_sec4 .ic2{ background-position: -40px -80px;}
.yxwz_sec4 .ic3{ background-position: -80px -80px;}
.yxwz_sec4 .ic4{ background-position: -120px -80px;}
.yxwz_sec4 .ic5{ background-position: -160px -80px;}
.yxwz_sec4 .ic6{ background-position: 0px -120px;}
.yxwz_sec4 .ic7{ background-position: -40px -120px;}
.yxwz_sec4 .ic8{ background-position: -80px -120px;}
.yxwz_sec4 .ic9{ background-position: -120px -120px;}
.yxwz_sec4 .ic10{ background-position: -160px -120px;}
.yxwz_sec4 .qy_feature ._rect{ background:rgba(0,0,0,.5);}
.yxwz_sec4 .qy_feature ._c{ padding: 8% 15%;}
.qy_feature{width: 80%; margin: 0 auto;}
.qy_feature .row>div,.qy_feature li { position: relative; -webkit-perspective: 600px; -moz-perspective: 600px; margin-bottom: 20px; }
.qy_feature ._rect{ color: #fff; font-size: 18px; text-align: center; width: 100%;/*height: 163px;  height: 0; padding-bottom: 42.6%;  */ background:rgba(117,166,196,.8);}
.qy_feature ._rect span,.qy_feature ._c { /* padding-top: 19%; */ display: table-cell; vertical-align: middle;}
.qy_feature ._rect { cursor: pointer; -webkit-transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; transform: rotateX(0deg) rotateY(0deg); transform-style: preserve-3d; backface-visibility: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;display: table; }
.qy_feature .row>div:hover ._rect,.qy_feature li:hover ._rect{ -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
.qy_feature .row>div ._rect2,.qy_feature li ._rect2{ overflow: hidden; position: absolute; left: 0px; top: 0px; background: #ffb400 !important; -webkit-transform: rotateX(-180deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; transform: rotateX(-180deg); transform-style: preserve-3d; backface-visibility: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.qy_feature .row>div:hover ._rect2,.qy_feature li:hover ._rect2 { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotate(0deg); z-index: 10; }

.qy_feature ._c{ padding:15%;}
.qy_feature ._c h3{ font-size: 20px; font-weight: normal; margin-bottom: 5px;}
.qy_feature ._c p{ font-size: 13px; height: 40px; overflow: hidden;}

.wdkh-title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
}
.f-34-bold {
    font-size: 34px;
    font-weight: bold;
}
h4.text-center {
    font-size: 19px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.marketing-tool .marketing-tool-item {
	width: 25%;
	max-height: 300px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
	margin: 4%;
	text-align: center;
}

.marketing-tool .marketing-tool-item h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px
}

.marketing-tool .marketing-tool-item p {
	font-size: 16px;
	margin: 0 20px;
	text-align: center;
	line-height: 25px;
	height: 80px;
	overflow: hidden
}
.section.white-bg{
	height: 500px;
}
.container.appcontent{
	text-align: center;
	width: 100%;
}
.app-top {
	width: 60%;
	margin: auto;
	height: 300px;
}

.app-top-top {
	width: 29%;
	margin: 2%;
	background-color: #fff;
	float: left;
	text-align: center;
}

.app-top-top-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px dashed #ffba00;
	margin: 0 auto;
}

.app-top-top-img img {
	height: 60px;
}

.app-top-top h4,
.app-bot-bot h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0
}

.app-top-top p,
.app-bot-bot p {
	text-align: center;
	font-size: 13px;
	padding: 0 25px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}

.app-bot {
	width: 100%;
	margin: auto;
	height: 300px;
	margin-top: 30px;
}

.app-bot-bot {
	width: 22%;
	margin: 1%;
	background-color: #fff;
	float: left;
	text-align: center
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.dev-idea .item-tit{line-height:66px;color:#333333;font-size: 24px;}
.dev-idea .item-desc{color: #666666;font-size: 14px;padding: 0 24px;line-height:24px;}
.dev-idea .flex-item{text-align: center;width:25%;margin:0 10px;padding:40px 0 35px;background-color: #f4f4f4;}
.common-tit .level-1 {
font-size: 30px;
color: #333333;
}
.common-tit{
	text-align: center;
}
.common-tit .level-2 {
    font-size: 16px;
    color: #666666;
    line-height: 50px;
}
.y-flex-wrap {
    display: flex;
}
.w1200 {
    width: 100%;
    margin: 0 auto;
}
.get-solution {
	margin: 0 auto;
    margin-top: 35px;
    width: 343px;
}
.get-solution a {
    transition: all 0.25s;
    display: inline-block;
    position: relative;
    color: #ffffff;
    line-height: 1;
    background-color: #3273f4;
    border-radius: 8px;
    font-size: 30px;
    padding: 20px 40px;
}
/*app*/
.box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 40px;
}
.box_width {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}
.xhtitle {
    text-align: center;
    padding: 40px 0px 30px;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .xhtitle h2 {
        font-size: 32px;
        color: #333;
        font-weight: normal;
        letter-spacing: 4px;
        padding-bottom: 10px;
    }

    .xhtitle p {
        font-size: 14px;
        padding-top: 10px;
        text-transform: uppercase;
        color: #999;
    }

    .xhtitle em {
        width: 60px;
        height: 2px;
        background-color: #999;
        display: inline-block;
    }
 .solutions {
    margin-bottom: 40px;
    float: left;
}

.solutions li {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

    .solutions li img {
        -webkit-animation: bounceIn 2s ease forwards;
        animation: bounceIn 2s ease forwards;
        -webkit-animation-delay: 1s;
    }

    .solutions li img {
        width: 55px;
        height: 55px;
    }

    .solutions li p {
        font-size: 16px;
        height: 35px;
    }
.solutions li:hover img {
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.small-banner-but{
	position: absolute;
	left: 15px;
}
.small-banner-but a{
	display: block;
    background: rgba(0, 118, 254, 0.85);
    width: 200px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.z_nav{
    display: flex;
    clear: both;
}
.z_nav .a{
    width: 50%;
}
.alink-mfzx,.alink-hqal{
	    background: rgba(0, 118, 254, 0.85);
    color: #fff;
    border-radius: 5px;
    /* padding: 5px 32px; */
    /* margin-top: 10px; */
    display: block;
    width: 120px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.alink-hqal{
	margin-left: 0;
}

.hb-modail{
	position: fixed;
	left: 32%;
	top: 20%;
	width: 430px;
	height: 555px;
	background: #fff;
	z-index: 11;
	border-radius: 10px;
	text-align: center;
	display: none;
}
.hb-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	display: none;
}
.hb-modal-top{
	height: 60px;
    line-height: 60px;
    border-bottom: rgba(0, 118, 254, 0.85) solid 2px;
    font-size: 26px;
    background-color:rgba(0, 118, 254, 0.85);
    color:#FFFFFF;

    
}
.hb-modal-tel{
	margin-top: 20px;
    width: 300px;
    FONT-VARIANT: auto;
    margin: 0 auto;
    margin-top: 20px;
    height: 50px;
    background: rgba(0, 118, 254, 0.85);
    border-radius: 2px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    
}





.z_seo{
    background: #1c5c96;
    display: flex;
}
.z_seo li{
    flex: 1;
    width: 0;
}
.z_seo li a{
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 10px;
}
.z_seo li a img{
    width: 75px;
    margin-right: 10px;
}
.z_seo li a .dt{}
.z_seo li a .dt h3{
    font-size: 20px;
    color: #d56917;
}
.z_seo li a .dt span{
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
}

.z_biaoqian{
    display: flex;
    flex-flow: wrap;
}
.z_biaoqian .a{
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dynamicbox{width: 100%;overflow: hidden;background:url(../images/faqbg.png) right no-repeat;background-color:#f5f5f5;padding: 40px 0px; }
.dynamic{width: 1260px; margin:0 auto;}

.dynamicul div{width: 380px;height: 150px;background: #fff;float: left;margin-right: 40px;padding: 22px;margin-top: 30px;transition: 0.5s;}
.dynamicul div:nth-child(3n){margin-right: 0px;}
.dynamicul div h3{font-size: 18px;margin-bottom: 10px;font-weight:bold; color:#000000; margin-top:0px; }
.dynamicul div p{font-size: 14px;color: #888;line-height: 24px;}
.dynamicul div:hover{transform: translate(0px,-5px);box-shadow: 0px 5px 20px rgba(0,0,0,0.2)}
.dynamicul div:hover h3{color: #3273f4;}
.dynamic_more{font-size: 18px;text-align: center;margin-top: 15px;}
.dynamic_more a{color: #1d1d1d;}
.dynamic_more a:hover{color: #3273f4;}


.work3{text-align:center; color:#1f1f1f; font-size:40px;padding-top:10px; height:50px; font-weight:bold;line-height: 40px;}
.work2{text-align:center; color:#1f1f1f; font-size:48px;padding-top:10px; height:50px; font-weight:bold;line-height: 40px;}
.work2 .s1{color:#cdcdcd; font-size:24px; padding:0 5px;  }
.work2 .s2{color:#3273f4; font-family: 'GOTHICB';}
.work2-des{color:#b9b9b9; font-size:16px; text-align:center; margin:16px auto; height:28px;}
.index_center{text-align: center;}
.index_center .ul{display: inline-block;}
.newDiv_index{
    width:375px;
    height:75px;
    padding:12px;
    border:1px solid #f4f4f4;
    background-color:#ffffff;
    float:left;
    margin-left:36px;
    margin-bottom:18px;
}
.newDiv_index:hover{
    border:1px solid #d51419;
    background-color:#ffffff;
}

.newDiv_index:hover .newDiv_index_riqi{
    background-color:#d51419;
    text-align:center;
    color:#ffffff;
    border-radius:3px;
}

.newDiv_index .newDiv_index_riqi{
    width:75px;
    height:75px;
    float:left;
    background-color:#969393;
    text-align:center;
    color:#ffffff;
    border-radius:3px;
}

.Newindex{
    display:block;
    float:left;
    width:148px;
    height:45px;
    line-height:47px;
    font-size:18px;
    border:1px solid #ffffff;
    background-color:#ffffff;
    text-align:center;
    margin-right:20px;
    color:#333333;

}
.Newindex2,.Newindex2:hover,.Newindex:hover{
    display:block;
    float:left;
    width:148px;
    height:45px;
    line-height:47px;
    font-size:18px;
    border:1px solid #3273f4;
    background-color:#3273f4;
    color:#ffffff;
    text-align:center;
    margin-right:20px;
    text-decoration:none;
}
.slideBox{ width:1265px;position:relative;margin: 0 auto;}
.slideBox .bd{position:relative;overflow: hidden;}
.slideBox .bd ul{padding-bottom: 25px!important;}
.slideBox .bd li{width: 100%;height: 100%;}
.slideBox .prev{width:39px;height:12px;display:block;background:url(../images/left_23.png);position:absolute;bottom: -32px;left: 500px;}
.slideBox .next{width:39px;height:12px;display:block;background:url(../images/right_23.png);position:absolute;bottom: -32px;right: 500px;}

