/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

 .registerBtn:hover{background:#8c450a;color:#fff;}
 
 
 /***头部导航*****/
body{background:#fff;}
.change-num .w1200 {
	padding: 28px 0px;
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid #ececec;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.change-num .w1200 .number {
	flex: 1;
	font-size: 16px;
	color: #ffbd22;
}
.change-num .w1200 .number span {
	font-size: 40px;
	color: #ffb302;
}
 
 
 .static-title{
padding:50px 0 10px 0;

font-size: 32px;

line-height: 32px;

color: #373232;
}

.section-intro{
	color:#666;
	font-size:18px;
}

/***我们能做什么板块**/
.can-do-item:hover .can-do-img {
    top: 30px;
	opacity:0;
}
.can-do-item:hover {
    box-shadow: 0 2px 10px 0 rgba(141, 26, 26, 0.1);
}
.can-do-item:hover .can-do-line {
    margin: 0;
    height: 0;
    top: 150px;
}

.can-do-item:hover h5 {
    top: 20%;
	opacity: 1;
}

.can-do-item:hover p {
    top: 35%;
    opacity: 1;
}

.can-do-item:hover .can-do-btn {
    opacity: 1;
    top: 280px;
}

.can-do-btn a:hover {
    background-color: #d73e3e;
    color: #fff;
}
.can-do-item {

    display: inline-block;
    vertical-align: middle;
    width: 277px;
    height: 350px;
    position: relative;
    overflow: hidden;

}
.can-do-img {
    position: absolute;
    width: 100%;
    top: 75px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-line {

    position: absolute;
    width: 22px;
    height: 2px;
    background: #df8888;
    top: 200px;
    left: 122px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;

}


.can-do-item h5 {

    font-size: 18px;
    color: #333333;
    position: absolute;
    width: 100%;
    top: 230px;
	   opacity: 0;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;

}
.can-do-item p {

    font-size: 14px;
    color: #928080;
    position: absolute;
    top: 265px;
    padding: 0 38px;
    opacity: 0;
    overflow: hidden;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;

}
.can-do-btn {

    position: absolute;
    width: 100%;
    opacity: 0;
    top: 360px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;

}
.can-do-btn a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d73e3e;
    border-radius: 3px;
    color: #d73e3e;
    transition: background-color linear .3s;
    -moz-transition: background-color linear .3s;
    -webkit-transition: background-color linear .3s;
    -o-transition: background-color linear .3s;
}

.can-do-btn a {
   display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d73e3e;
    border-radius: 3px;
    color: #d73e3e;
    transition: background-color linear .3s;
    -moz-transition: background-color linear .3s;
    -webkit-transition: background-color linear .3s;
    -o-transition: background-color linear .3s;

}



.advantage-list {

    position: relative;
    height: 400px;
    margin-top: 60px;


}

.advantage-list dl {
    position: absolute;
}
.advantage-list dl:nth-child(1) {

    top: 35px;
    left: 70px;
    text-align: right;

}
.advantage-list dt {

    font-size: 16px;
    color: #ea6060;
    line-height: 30px;

}
.advantage-list dd {

    font-size: 14px;
    color: #5f616d;
    line-height: 24px;

}
.advantage-list dl:nth-child(2) {

    top: 195px;
    left: 58px;
    text-align: right;

}

.advantage-list dl:nth-child(3) {

    top: 350px;
    left: 45px;
    text-align: right;

}
.advantage-list dl:nth-child(4) {

    top: 35px;
    right: 55px;

}
.advantage-list dl:nth-child(5) {

    top: 192px;
    right: 0px;

}
.advantage-list dl:nth-child(6) {

    top: 350px;
    right: 0px;

}

.flow{
	height:800px;
	position: relative;
	font-size: 16px;
}

.flow dl {
    position: absolute;
	cursor:pointer;
	
}
.flow dl:hover {
		color:#ec9501;	
}

.flow dl dd span{
    font-size:30px;
	color:#333;
	
}
.flow dl:nth-child(1) {

    top: 375px;
    left: 45px;
    text-align: right;
}

.flow dl:nth-child(2) {
top: 90px;
left: 175px;
text-align: right;
}

.flow dl:nth-child(3) {
top: 100px;
left: 490px;
text-align: right;
}

.flow dl:nth-child(4) {
top: 167px;
left: 835px;
text-align: right;
}

.flow dl:nth-child(5) {
top: 430px;
left: 1028px;
text-align: right;
}


.flow dl:nth-child(6) {
top: 630px;
left: 720px;
text-align: right;
}

.flow dl:nth-child(7) {
top: 40%;
left: 35%;
text-align: center;
}

.flow dl h5 {
	font-size:35px;
text-align: center;
}


.agent-bg {
	margin-top:20px;
    width: 100%;
    min-width: 1200px;
    height: 510px;
	position:relative;
    
        background-size: auto;
    background-size: cover;
    z-index: 1;

}
.agent-list{text-align:center;position:absolute;bottom:0;color:#fff;}

.agent-list li{float:left;width:120px;height:150px;text-align:left;position:relative;font-size:14px;}

.agent-list li:hover{color:#ddc77e;cursor:pointer;}

.agent-list li:nth-child(1) {
	left: 320px;
	top: 50px;
}
.agent-list li:nth-child(2) {
	left: 420px;
    top: 50px;
    width: 126px;

}
.agent-list li:nth-child(3) {
	left: 480px;
	top: 50px;
}
.agent-list li:nth-child(4) {
	left: 530px;
	top: 50px;
}
.agent-list li:nth-child(5) {
	left: 25px;
	top: -32px;
}
.agent-list li div.together{
border: 1px solid #ddc774;
color:#ddc774;
text-align: center;
font-size:18px;
height: 35px;

line-height: 35px;

width: 180px;

border-radius: 35px;

}
 
 .resource {
    padding-bottom: 60px;
}

.resource-nav {
    margin-top: 50px;
    text-align: center;
}

.resource-nav li {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
}

.resource-nav li.active {
	background: #ffe8b3;
    line-height: 40px;

}
.resource-nav li:hover {
    color: #ea6060;
}

.resource-list {
    margin-top: 45px;
    height: 260px;
}

.resource-item {
    display: none;
}

.resource-item.active {
    display: block;
}

.resource-item li {
    width: 240px;
    height: 130px;
    line-height: 130px;
    float: left;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.resource-item li:hover{

    background-color:#fff;
    box-shadow: 0px 2px 18px 0px rgba(254, 98, 71, 0.09);
}
 
 
 
 .article {
    padding-bottom: 50px;
}

.article-wrap {
    margin: 50px 0;
    width: 1200px;
    height: 410px;
}

.article-left {
    float: left;
    position: relative;
    height: 360px;
    width: 660px;
}

.article-img {
    position: absolute;
    width: 660px;
    height: 360px;
    z-index: 5;
    overflow: hidden;
    top: 0;
    left: 0;
}

.article-img img {
    width: 100%;
    height: 100%;
}


.article-right {
    float: right;
}

.article-list li {
    width: 470px;
    height: 100px;
    background-color: #ffffff;
    padding: 10px 24px;
    border-bottom: 1px solid #f8f8f8;
}

.article-list li:hover {
    box-shadow: 0 2px 18px 0 rgba(210, 205, 205, 0.2);
	cursor:pointer;
}
.article-list li a{text-decoration:none;}

.article-list li a:hover h5{color:red;}

.article-list p {

    font-size: 12px;
    color: #999999;
    line-height: 22px;

}

.footnav{
	background:-red;
	width:63%;
}
.footcode{width:37%;
	background:-green;
}
.footnav .footul {float:left;width:20%;}	
.footnav .footul li.foot-firstli{font-size:15px;}	
.footnav .footul li{width:100%;margin:10px;}	
	
div.phone {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #2a2e36;
    margin-bottom: 2px;
    font-size: 20px;

}
.foot-share{
	line-height:35px;
}
.timeQQ p{
	line-height:25px;
	height:25px;
	margin-bottom:3px;
}

.a-content{
	background: #fff;
box-shadow: 0 0 15px rgba(153, 153, 153, 0.22);
padding: 20px;
	
}
.a-list li{
width: 780px;
height:auto;
background-color: #fff;
color: #333;
margin-bottom: 10px;
cursor: pointer;
margin-bottom: 25px;
border-bottom: 1px dashed #ccc;
padding-bottom: 17px;
}

.list-date{
	
	color:#777;
}
.a-list-content{
	
	color:#666;
}

.a-list li p a{
word-wrap: normal;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: 700;
font-size:18px;
	
}
.p-list{border-color:#f5a71c !important;color:#fff;}
.p-header{
	
	background:#f5a71c !important;
}
 
 .a-list-content{margin-top:25px;}
 .a-list-content img {max-width:90%;}
 
 .a-list-title strong{font-size:18px;}
 
.a-info{
    height: 33px;
    line-height: 42px;
    text-align: left;
    padding-left: 5px;
	color:#666;
}
.a-info span{margin-left:35px;}
 
.c-us small {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	display: block;
	padding-top: 8px;
	text-transform: Uppercase;
}
.contact-us p{line-height:35px;font-size:14px;}