@import "http://font-style: em;googleapis.com/css?family=Open+Sans)";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}


ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background-color:#f5f5f5;
    font-size: 14px;
    font-family: open sans, sans-serif, trebuhet ms, HelveticaNeue, arial;
    height: 100%;
}

/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
} */

p {
    line-height: 2em
}

h1 {
    font-size: 3em;
    line-height: 40px
}

a {
    text-decoration: none;
    color: rgba(74, 92, 110, .92)
}

a:hover {
    color: #fff
}

img {
    max-width: 100%
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.no-border{
    border:0!important;
}
.ml-10{
    margin-left:10px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top: 20px
}
/*header*/
.wc_header{
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    color: #0B0B0B;
}
.wc_header_content{
	width:1200px;
	margin:0 auto;
}
.wc_inner ul li{
	margin-top:25px;
	margin-left:15px;
}

.wc_inner ul li,.wc_inner ul li a{
	color:white;
	display: inline-block;
}

/*banner*/
.sun_banner{
	position: relative;
}
.banner_login{
	width:300px;
	height:400px;
	padding:20px;
	background:#fff;
	position: absolute;
	top: 15%;
	right:10%;
	border-radius: 10px;
	z-index:99999999;
}
.login_title{
	margin:30px auto;
	text-align: center;
	font-size:16px;
	color:#232323;
	font-weight: bolder;
}
.input_wrap,.input_codetxt{
 	width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
    position: relative
}
.input_wrap,.input_code_wrap{
	width:100%;
}
.input_code_wrap:after{
	content: '';
	display: block;
	clear: both;
}
.input_codetxt{
	width:60%;
	display: inline-block;
}
.input_code{
	width:35%;
	height:40px;
	border: 1px solid #a0a0a0;
	display: inline-block;
	border-radius: 6px;
    -webkit-border-radius: 6px;
}
.input_icon{
	float: left;
    height: 18px;
    overflow: hidden;
    margin: 10px
}
.input_txt{
	width: 100%;
    height: 40px;
    padding: 6px 10px 6px 46px;
    background-color: transparent;
    border: 1px solid #a0a0a0;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    color: #a0a0a0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial
}
.login_in{
	margin-top:25px;
}
.login_btn{
	width:100%;
	height:35px;
	line-height: 35px;
	background: #0689e1;
	color:white;
	line-height: 35px;
	text-align: center;
	letter-spacing: 5px;
	font-size: 14px;
	border:0;
	cursor: pointer;
	border-radius: 6px;
}
.login_forget,.login_register{
	font-size:12px;
	color:#b4b4b4;
	margin-top:10px;
}
.login_forget{
	float: left;
}
.login_register{
	float: right;
}
/*公共头部*/
.title_wrap{
	width:430px;
	margin:0 auto;
	padding:50px 0;
}
.title_wrap:after{
	content:'';
	clear: both;
	display: block;
}
.title_square{
	width:105px;
	height:25px;
	border-bottom: 1px solid #cdcdcd;
}
.title_content{
	width:220px;
	text-align: center;
}
.title_main{
	font-size:22px;
	margin-top:5px;
}
.title_tip{
	font-size: 12px
}


/*产品服务*/
.wc_server_wrap{
	background-color: #f5f5f5;
	height:625px;
}
.wc_server{
	width:1200px;
	margin:0 auto;
}
.wc_server .title_main,.wc_server .title_tip{
	color:#333;
}
.server_content_wrap{
	margin-left:-35px;
}
.server_content_item{
	width:270px;
	height:380px;
	border-radius: 10px;
	overflow:hidden;
	background-color: #fff;
	display: inline-block;
	margin-left:35px;
	position:relative
}
.server_content_item .server_content_inner{
	width:100%;
	height:150px;
	overflow: hidden;
}
.server_content_img{
	transition: all 1.2s;
}
.server_content_item:hover .server_content_img{
	transform: scale(1.1);
}

.server_animate{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: #0689e1;
	color:white;
	overflow:hidden;
	margin-top:380px;
}

.server_animate_title{
	text-align: center;
	font-size:17px;
	padding-bottom: 30px;
	padding-top:40px;
}
.server_animate_border{
	width:30px;
	margin:0 auto;
	border-bottom: 2px solid #fff
}
.server_animate_content{
	padding:30px 22px 0;
	font-size:12px;
	line-height: 20px
}
.server_content_top,.server_content_mid,.server_content_bottom{
	margin-left: 25px
}

.server_content_top{
	color:#111111;
	margin-top:45px;
}

.server_content_mid{
	width:35px;
	height:35px;
	border-bottom: 2px solid #7e7e7e
}
.server_content_bottom{
	margin-top:35px;
}
.server_content_bottom ul{
	margin-left:-10px;
}
.server_content_bottom ul li{
	color:#6c6c6c;
	display: inline-block;
	padding:0 10px;
	border-right: 1px solid #6c6c6c
}


/*平台优势*/
.wc_advantage_wrap{
	background:url('../images/background.png') no-repeat 100% 100%;
	background-attachment: fixed;
	height:535px;
}
.wc_advantage{
	width:1200px;
	margin:0 auto;
}
.wc_advantage_wrap .title_content{
	color:white;
}
.advantage_content_square{
	width:100%;
	height:93px;
	background-color: #fff
}

.advantage_content_item{
	width:24%;
	height:44px;
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
	display: inline-block;
	margin-top:25px;
	position: relative;
    cursor: pointer;
}
.advantage_content_active .advantage_content_tip,.advantage_content_active .advantage_content_tipen{
	color:#1c91e1;
}
.advantage_content_inner{
	width:110px;
	margin:0 auto;
	color:#4d4d4d;
}
.advantage_content_inner:after{
	display: block;
	clear: both;
	content: ''
}
.advantage_content_active  .advantage_content_border{
    width: 50px;
    height: 68px;
    box-sizing: border-box;
    border-bottom: 2px solid #1c91e1;
    position: absolute;
    left: 125px;
    top: 0;
}
.advantage_content_dl{
	width:430px;
	height:170px;
	border-radius: 20px;
	background-color: #fff;
	color:#4e4e4e;
	text-align: center;
	display: inline-block;
	margin-top: 25px;
}
.advantage_content_dl1{
	margin-left:97px;
	background:url(../images/bg01.png) no-repeat 100% 100%;
}
.advantage_content_dl2{
	margin-left:140px;
	background:url(../images/bg02.png) no-repeat 100% 100%;
}

.advantage_content_dt{
	margin-top:60px;
	font-size:16px;
}
.advantage_content_dd{
	margin-top:15px;
	font-size:12px;
}

.fixHeader{
	position: fixed;
	top:0;
	left:0;
	z-index: 999999999;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	background: rgba(15,15,15,.6);
}


/*新闻中心*/
.wc_news_wrap{
	background-color: #f5f5f5;
	height:735px;
}
.wc_news{
	width:1200px;
	margin:0 auto;
}
.wc_news .title_main,.wc_news .title_tip{
	color:#333;
}


.news_content{
	width:100%;
	height:490px;
	background-color: #fff
}
.news_content_left{
	width:580px;

}
.news_content_pic{
	width:100%;
	height:330px;
	border-radius: 10px;
	overflow: hidden;
}
.news_content_pic img{
	width:100%;
	height:100%;
}
.news_content_content1{
	width:460px;
	margin-top:32px;
	margin-left:20px;
}
.news_content_title{
	font-size: 16px;
	font-weight: bolder;
	color: #131313;
	font-family: '黑体'
}
.news_content_content{
	color:#727272;
	margin-top:15px;
}
.news_content_date{
	margin-left:20px;
	margin-top:38px;
	padding-right:20px;
	position: relative;
}
.news_content_date_border{
	width:100%;
	height: 35px;
	position: absolute;
	top:22px;
	left:0;
	border-right: 1px solid #b5b5b5
}
.notshow{
	display:none
}
.news_content_day{
	font-size:40px;
	font-weight: bolder;
	color:#101010;
}
.news_content_month{
	color:#959595;
}

.news_content_more{
	width: 90px;
	height:30px;
	border:1px solid #a9a9a9;
	border-radius: 20px;
	padding:4px 10px;
	text-align: center;
	color:#959595;
	float: right;
	cursor: pointer;
}
.news_content_more:hover{
	background-color: #0689e1;
	color: white;
	border-color:#0689e1;
}

.news_content_item{
	width:545px;
	height:120px;
	margin-left:50px;
	margin-top:10px;
	margin-bottom: 40px
}
.normal_date{
	font-size: 14px;
	color:#727272;
	margin-top: 10px
}



/*footer*/
.footer_wrap{
	background-color: #222222;
	height:160px;
	color:#c9c9c9;
}
footer{
	width:1200px;
	margin:0 auto;
}
footer:after{
	content: '';
	clear: both;
	display: block;
}
.footer_part1,.footer_part2,.footer_part3{
	height:100px;
	margin-top:50px;
}
.footer_part1,.footer_part2{
	width:42%;
	
}
.footer_phone{
	color:white;
	font-weight: bolder;
	font-size: 14px
}

.footer_tip{
	color:#c9c9c9;
	background-color: #222222;
	text-align: center;
	font-size:12px;
	height:40px;
	line-height: 40px
} 




/*banner*/
.sun_banner {
    width: 100%;
    height: 964px;
    min-height:500px;
    background: -webkit-linear-gradient(#25252D, #515263);
    background: -o-linear-gradient(#25252D, #515263);
    background: -moz-linear-gradient(#25252D, #515263);
    background: linear-gradient(#25252D, #515263)
}

.Yl-container {
    width: 100%;
    height: 964px;
    min-height:500px;
    overflow: hidden;
    position: relative
}

.Yl-container .Yl-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.Yl-container .Yl-wrapper i {
    list-style: none;
    font-style: normal
}

.Yl-container .Yl-wrapper .Yl-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: none
}

.Yl-container .Yl-wrapper .Yl-slide.active {
    display: block
}

.Yl-container .Yl-wrapper .Yl-slide .Yl-img0 {
    width: 100%;
    height: 100%;
    background: url(../images/new_banner1.jpg) top center no-repeat;
    position: absolute;
    z-index: 0
}

.Yl-container .Yl-wrapper .Yl-slide .Yl-img1 {
    width: 100%;
    height: 100%;
    background: url(../images/new_banner2.jpg) top center no-repeat;
    position: absolute;
    z-index: 0
}

.Yl-container .Yl-wrapper .Yl-slide .Yl-img2 {
    width: 100%;
    height: 100%;
    background: url(../images/banner3.png) top center no-repeat;
    position: absolute;
    z-index: 0
}

.Yl-container .Yl-wrapper .Yl-slide .Yl-font0,
.Yl-container .Yl-wrapper .Yl-slide .Yl-font1,
.Yl-container .Yl-wrapper .Yl-slide .Yl-font2 {
    width: 1200px;
    height: auto;
    text-align: left;
    margin: 0 auto
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font0 {
    font-size: 28px;
    color: #fff;
    margin-top: 10%;
    font-weight: 400;
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font1 {
    font-size: 48px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-0 .Yl-font2 {
    font-size: 16px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font0 {
    font-size: 28px;
    color: #fff;
    margin-top: 10%;
    font-weight: 400;
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font1 {
    font-size: 48px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-1 .Yl-font2 {
    font-size: 16px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-2 .Yl-font0 {
    font-size: 48px;
    color: #fff;
    margin-top: 80px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-2 .Yl-font1 {
    font-size: 36px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-wrapper .Yl-slide.Yl-2 .Yl-font2 {
    font-size: 16px;
    color: #fff;
    margin-top: 30px
}

.Yl-container .Yl-pagination {
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: center
}

.Yl-container .Yl-pagination span {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
    line-height: 6px;
    vertical-align: middle;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    background: #747581;
    border-radius: 20px
}

.Yl-container .Yl-pagination span:hover {
    background: #fff
}

.Yl-container .Yl-wrapper .Yl-slide .fadeInUp i {
    opacity: 0;
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s
}

.Yl-container .Yl-wrapper .Yl-slide .fadeInUp.act i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.Yl-container .Yl-pagination-bullet-active {
    background: #fff !important
}

.Yl-container .Yl-Button {
    position: relative;
    z-index: 2;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px
}

.Yl-container .Yl-Button a {
    display: inline-block;
    padding:0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: 0 0;
    margin-top: 20px;
    border: 1px solid #fff;
    text-decoration: none
}
.blue-color{
    color:#1d7ec3!important;
    border:1px solid #1d7ec3!important;
}
.Yl-container .Yl-Button a:hover {
    background: #fff;
    color: #000
}

.Yl-container .Yl-wrapper .Yl-slide .slideInLeft {
    position: relative;
    z-index: 1
}

.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i {
    display: inline-block;
    text-align: left
}

.Yl-container .Yl-wrapper .Yl-slide .slideInLeft i b {
    opacity: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    width: 10%
}

.Yl-container .Yl-wrapper .Yl-slide .slideInLeft.act i b {
    width: 100%;
    opacity: 1
}

@keyframes Yl-img_an {
    0% {
        transform: scale(1, 1)
    }

    100% {
        transform: scale(1.5, 1.5)
    }
}