/* ------------------------banner--------------------------- */

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

/* ------------------------sun-nav--------------------------- */

.sun-nav {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin-top: -60px;
}

.sun-nav ul {
    text-align: center;
    font-size: 0;
}

.sun-nav ul li {
    display: inline-block;
    width: 600px;
    text-align: center;
    font-size: 16px;
    color: #171717;
    line-height: 60px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.sun-nav-active {
    background-color: #1ab2a9;
    color: #fff !important;
}

.sun-nav ul li:hover {
    background-color: #1ab2a9;
    color: #fff;
}

/* --------------------------------matter-list--------------------------------- */

.matter-box {
    width: 100%;
}

.matter-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 30px 0;
}

.matter-essay {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.matter-essay p {
    word-wrap: break-word;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.matter-line {
    width: 100%;
    height: 1px;
    background-color: #efefef;
    margin: 16px 0 24px 0;
}

.matter-relation {
    width: 100%;
    margin: 10px 0 30px 0;
    overflow: hidden;
    background-color: #eeeeee;
    height: 40px;
}

.matter-relation ul li {
    float: left;
    width: 49%;
    line-height: 40px;
    text-align: center;
}
@media all and (min-width:1240px) {
    .matter-relation ul li {
       text-align: left;
	   margin-left: 8px;
    } 
    .matter-relation ul li:nth-child(2){
       text-indent: 8%;
    } 
}

.matter-relation ul li img {
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.matter-relation ul li span {
    font-size: 14px;
    color: #2c7eba;
}

.matter-form {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 60px 0;
}

.matter-form ul li {
    
    width:80%;
	margin:0 auto;
    height: auto;
    overflow: hidden;
}

.form-list h4 {
    font-size: 24px;
    color: #2a2a2a;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 16px 0;
}

.form-list p {
    width: 100%;
    height: 110px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin: 6px 0 4px 0;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.form-input {
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
}

.form-input h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #676666;
}

.form-input h2 span {
    color: #ff2f2f;
}

.form-input input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #676666;
    text-indent: .8em;
    border: 1px solid #e5e5e5;
}

.form-input input:focus {
    border: 1px solid #2c7eba;
}

.form-input textarea {
    width: 100%;
    height: 160px;
    font-size: 16px;
    color: #676666;
    padding: .4em .8em;
    border: 1px solid #e5e5e5;
}

.form-input textarea:focus {
    border: 1px solid #2c7eba;
}

.form-list h1 {
    width: 200px;
	
    height: 44px;
    margin: 10px auto;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    background-color: #2c7eba;
	border-radius:6px;
}

.form-list h1:hover {
background:#066cb6
}



.form-list2>div{
    margin-left: 16%;
}

.form-list2 h4 {
    font-size: 24px;
    color: #2a2a2a;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 16px 0;
}

.form-list2 p {
    width: 100%;
    height: 110px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin: 6px 0 4px 0;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.form-input2 {
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
}

.form-input2 h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #676666;
}

.form-input2 h2 span {
    color: #ff2f2f;
}

.form-input2 input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #676666;
    text-indent: .8em;
    border: 1px solid #e5e5e5;
}

.form-input2 input:focus {
    border: 1px solid #2c7eba;
}

.form-input2 textarea {
    width: 100%;
    height: 160px;
    font-size: 16px;
    color: #676666;
    padding: .4em .8em;
    border: 1px solid #e5e5e5;
}

.form-input2 textarea:focus {
    border: 1px solid #2c7eba;
}

.form-list2 h1 {
    width: 120px;
    height: 44px;
    margin: 10px 0 10px 0;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    background-color: #2c7eba;
}

.form-list2 h1:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#2c7eba), to(#159c93));
    background: -moz-linear-gradient(top, #2c7eba, #159c93);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7eba', endColorstr='#159c93');
}


/* ---------------------------login-box--------------------------------- */

.login-click{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    color: #0f0b6b;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    left: 10px;
    top: 10px;
}
.login-click:hover{
    color: #1ab2a9;
}

.login-clickH{
    width: 120px;
    height: 120px;
    background-color: #1ab2a9;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 100%;
    line-height: 120px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.login-clickH:hover{
    color: #0f0b6b;
}

.login-words{
    /* display: none; */
    width: 330px;
    height: 340px;
    background-color: #575757;
    position: fixed;
    top: 30%;
    right:0%;
    text-align: center;
    overflow: hidden;
}

.login-box{
    position: fixed;
    top: 30%;
    right:0%;
    z-index: 9;
}

.login-box h4{
    font-size: 24px;
    color: #ffffff;
    font-weight: 800;
    margin: 30px 0 10px 0;
}
.login-box h6{
    margin: 26px 0;
}
.login-box h6 input{
    width: 80%;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #bbbbbb;
    text-indent: 1em;
}
.login-box h2{
    width: 80%;
    height: 40px;
    margin-left: 10%;
    margin-top: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ebbef), to(#159c93));
    background: -moz-linear-gradient(top, #1ebbef, #159c93);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbef', endColorstr='#159c93');
}
.login-box h2 img{
    vertical-align: middle;
    padding: 0 12px 0 0;
    margin-top: -4px;
}
.login-box h2 span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
}

.login-box h2:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#1ba2cf), to(#117c75));
    background: -moz-linear-gradient(top, #1ba2cf, #117c75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ba2cf', endColorstr='#117c75');
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {
    .login-clickH {
        background-color: rgba(4, 172, 163, 0.8);
    }
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1240px) {
    .sun-nav ul li {
        width: 300px;
    }
    .matter-list {
        width: 100%;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .sun-nav {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0px;
    }
    .sun-nav ul li {
        display: block;
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 50px;
        border-bottom: 1px solid #f3f3f3;
    }
	.matter-relation ul li img{
		margin-left: 5px;
	}
    .matter-list {
        width: 96%;
        margin-left: 2%;
    }
    .matter-essay {
        margin: 14px 0;
    }
    .login-clickH {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .matter-relation {
        margin: 10px 0 20px 0;
        height: auto;
    }
    .matter-relation ul li {
        width: 100%;
        text-align: left;
    }
    .login-words {
        width: 320px;
    }
    .matter-form ul li {
        width: 100%;
        margin-top: 30px;
    }
    .form-list2>div {
        margin-left: 0%;
    }
    .form-input input {
        width: 100%;
    }
    .form-input textarea {
        width: 100%;
    }
    .form-list h4 {
        font-size: 20px;
    }
    .form-input h2 {
        font-size: 16px;
    }
    .form-list2 h4 {
        font-size: 20px;
    }
    .form-input2 h2 {
        font-size: 16px;
    }
    .matter-form {
        margin: 0px 0 40px 0;
    }
}



