﻿
 @charset "utf-8";
/*全局定义*/
body {
	font-family: '微软雅黑', arial, sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #ebf0f6;
}
body a {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/* color: #2a71b9; */
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0;
}
em, i {
	font-style: normal;
}


.navbar{
    width: 1200px;
    margin: 0 auto;
}

.navbar .logo img{
    margin: 0px auto 40px;
    display: block;
}

.nav-links{
    /* display: flex; */
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background-color: #3962F2;
        border-radius: 30px;
}

.nav-links ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 70px;
    display: inline-flex;
}

.nav-links ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #050101;
}

.nav-links ul li a{ 
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
 }


 .navheadbg {
    background: url(/skin/images/headbg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    padding-top: 50px;
}

 .top-right{
    display: inline-block;
    margin-left: 50px;
    color: #fff;
    font-size: 16px;
 }

 .top-right a{

    color: #fff;
 }


/**/

.ptitle1 {
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    margin: auto auto 60px;
    padding: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    clear: both;
    background: url(/skin/images/title.bg.1.png) no-repeat;
    background-position: center -85px;
}










.footer {
    width: 100%;
    height: 200px;
    background: #000000;
    color: #999999;
}

.foot{
    width: 1000px;
    margin: 0 auto;
}

.footbottom{

   
    border-bottom: rgba(52, 52, 52, 1);
}


/**/

.footer {
    background: linear-gradient(135deg, #1a2a6c, #2a4365);
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;

}

.footer::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%231a2a6c" fill-opacity="1" d="M0,64L48,90.7C96,117,192,171,288,181.3C384,192,480,160,576,138.7C672,117,768,107,864,112C960,117,1056,139,1152,154.7C1248,171,1344,181,1392,186.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat center top;
    background-size: cover;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    margin-bottom: 30px;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.foottop{
    max-width: 1200px;
    margin: 30px auto 0;
}

.footer-section h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #2a0daa, #feb47b);
    border-radius: 3px;
}



.quick-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.quick-links li {
    width: 50%;
    margin-bottom: 15px;
}

.quick-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.quick-links a:hover {
    color: #2a0daa;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #2a0daa;
    transform: translateY(-5px);
}

.newsletter input {
    background: rgba(255,255,255,0.1);
    border: none;
    padding: 12px 15px;
    border-radius: 30px;
    width: 100%;
    margin: 15px 0;
    color: white;
    font-size: 1rem;
}

.newsletter input::placeholder {
    color: #ccc;
}

.newsletter button {
    background: linear-gradient(90deg, #2a0daa, #feb47b);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.newsletter button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 126, 95, 0.4);
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.copyright, .icp {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    padding: 10px;
}

.icp a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.icp a:hover {
    color: #2a0daa;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer-section {
        min-width: 100%;
    }
    
    .footer-bottom {
        flex-direction: column;
    }
}
/**/




.pagess {
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;

}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}


.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E50012;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E50012;
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999;
}
.pagess ul .thisclass a{
    color: #fff;
}

.about_section {
    width: 100%;
    float: left;
    background: url(/skin/images/bj5.png) #141416 no-repeat top center;
    height: 1600px;
}

.about_section2{

    width: 100%;
    float: left;
    background: url(/skin/images/bj2.png) #141416 no-repeat top center;
    height: 1080px;
}

.about_section3{

    width: 100%;
    float: left;
    background: url(/skin/images/bj3.png) #000 no-repeat top center;
    height: 1280px;
}

.index_section{
    width: 100%;
    background: url(/skin/images/indexbg.jpg) no-repeat top center, #151516;
    background-size: cover;
}