html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button:focus{
	outline:0;
}
a:hover {
    text-decoration: none;
}

.demo{
	width: 216px;
	height: 44px;
	border-radius: 50px;
	border:0px solid white;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
	transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.cpfw-02-01-01-04 button{
	transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.cpfw-02-01-01-04 button:hover{
	 transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
.demo:hover{
	font-weight: 100;
	font-family: "微软雅黑";
	 transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
.demo span{
	font-weight: 800;
	color:white;
}
.gsjs{
	width:1920px;
	height:800px;
	background-image: url(../img/gsjs.png);
	background-size: 100% 100%;
	margin:80px auto;
}
.ywly{
	width:1440px;
	height:800px;
	margin:80px auto;
}
.ywly-01{
	width: 100%;
	height:20%;
}
.ywly-01-01{
	width: 30%;
	height:100%;
	float:left;
}
.ywly-01-01 img{
	width:190px;
	height:96px;
	margin-top: 3%;
}

.ywly-01-02{
	width: 70%;
	height: 100%;
	float:right;
}
.ywly-01-02 p{
	font-size: 1.25rem;
	font-weight: 400;
	font-family: "微软雅黑";
	color:#1E343B;
	margin-bottom: -10px;
	text-shadow: 2px 2px 4px rgba(128, 128, 128, 0.5);
}
.ywly-01-02 div{
	margin-left: 30%;
}
.ywly-02{
	width:100%;
	height:60%;
	
}

.ywly-03{
	width: 100%;
	height: 20%;
	margin: auto;
}
.ywly-03 img{
	width: 100%;
	height: 50%;
	
}
.ywly-02-02{
	margin-top: 5.5%;
	width:292px;
	height:400px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	float: left;
	
}
.fd img{
	transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.fd img:hover{
	 transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
.ywly-02-02 div:first-of-type{
	width:93%;
	margin: auto;
	height:60%;
}
.ywly-02-02 div:first-of-type img{
	width: 100%;
	height:100%;
	padding-top: 3%;
}
.ywly-02-02 div:nth-of-type(2){
	width:93%;
	height:20%;
	margin: auto;
}
.ywly-02-02 div:nth-of-type(3) button{
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	width:96.5%;
	margin: auto;
	height:55%;
	border-radius: 10px;
	color: white;
	margin-top: 5%;
	border:0px;
	margin-left: 2%;
	transition: background-color 0.3s;
}
.ywly-02-02 div:nth-of-type(3) button:hover{
	background-color: blue;
}
.ywly-02-02 div:nth-of-type(2) p:first-of-type{
	color:#1E343B;
	font-size: 1.75rem;
	font-weight: 800;
	margin-top: 3%;
}
.ywly-02-02 div:nth-of-type(2) p{
	margin-bottom: -8px;
	margin-left: 10px;
	font-family: "微软雅黑";
}
.ywly-02-02 div:nth-of-type(2) p:nth-of-type(2){
	font-size: 1rem;
	font-weight: 800;
}
.ywly-02-02 div:nth-of-type(3){
	width:93%;
	height:20%;
	margin: auto;
}


.ywly-02-03{
    margin-left: 6.1%;
	width:292px;
	height:400px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	float: left;
}
.ywly-02-03 div:first-of-type{
	width:93%;
	margin: auto;
	height:60%;
}
.ywly-02-03 div:first-of-type img{
	width: 100%;
	height:100%;
	padding-top: 3%;
}
.ywly-02-03 div:nth-of-type(2){
	width:93%;
	height:20%;
	margin: auto;
}
.ywly-02-03 div:nth-of-type(3) button{
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	width:96.5%;
	margin: auto;
	height:55%;
	border-radius: 10px;
	color: white;
	margin-top: 5%;
	border:0px;
	margin-left: 2%;
	transition: background-color 0.3s;
}
.ywly-02-03 div:nth-of-type(3) button:hover{
	background-color: blue;
}
.ywly-02-03 div:nth-of-type(2) p:first-of-type{
	color:#1E343B;
	font-size: 1.75rem;
	font-weight: 800;
	margin-top: 3%;
}
.ywly-02-03 div:nth-of-type(2) p{
	margin-bottom: -8px;
	margin-left: 10px;
	font-family: "微软雅黑";
}
.ywly-02-03 div:nth-of-type(2) p:nth-of-type(2){
	font-size: 1rem;
	font-weight: 800;
}
.ywly-02-03 div:nth-of-type(3){
	width:93%;
	height:20%;
	margin: auto;
}


.ywly-02-04{
	margin-top: 5.5%;
	margin-left: 6.1%;
	width:292px;
	height:400px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	float: left;
}
.ywly-02-04 div:first-of-type{
	width:93%;
	margin: auto;
	height:60%;
}
.ywly-02-04 div:first-of-type img{
	width: 100%;
	height:100%;
	padding-top: 3%;
}
.ywly-02-04 div:nth-of-type(2){
	width:93%;
	height:20%;
	margin: auto;
}
.ywly-02-04 div:nth-of-type(3) button{
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	width:96.5%;
	margin: auto;
	height:55%;
	border-radius: 10px;
	color: white;
	margin-top: 5%;
	border:0px;
	margin-left: 2%;
	transition: background-color 0.3s;
}
.ywly-02-04 div:nth-of-type(3) button:hover{
	background-color: blue;
}
.ywly-02-04 div:nth-of-type(2) p:first-of-type{
	color:#1E343B;
	font-size: 1.75rem;
	font-weight: 800;
	margin-top: 3%;
}
.ywly-02-04 div:nth-of-type(2) p{
	margin-bottom: -8px;
	margin-left: 10px;
	font-family: "微软雅黑";
}
.ywly-02-04 div:nth-of-type(2) p:nth-of-type(2){
	font-size: 1rem;
	font-weight: 800;
}
.ywly-02-04 div:nth-of-type(3){
	width:93%;
	height:20%;
	margin: auto;
}


.ywly-02-05{
	margin-left: 6.1%;
	width:292px;
	height:400px;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
    float: left;
}
.ywly-02-05 div:first-of-type{
	width:93%;
	margin: auto;
	height:60%;
}
.ywly-02-05 div:first-of-type img{
	width: 100%;
	height:100%;
	padding-top: 3%;
}
.ywly-02-05 div:nth-of-type(2){
	width:93%;
	height:20%;
	margin: auto;
}
.ywly-02-05 div:nth-of-type(3) button{
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	width:96.5%;
	margin: auto;
	height:55%;
	border-radius: 10px;
	color: white;
	margin-top: 5%;
	border:0px;
	margin-left: 2%;
	transition: background-color 0.3s;
}
.ywly-02-05 div:nth-of-type(3) button:hover{
	background-color: blue;
}
.ywly-02-05 div:nth-of-type(2) p:first-of-type{
	color:#1E343B;
	font-size: 1.75rem;
	font-weight: 800;
	margin-top: 3%;
}
.ywly-02-05 div:nth-of-type(2) p{
	margin-bottom: -8px;
	margin-left: 10px;
	font-family: "微软雅黑";
}
.ywly-02-05 div:nth-of-type(2) p:nth-of-type(2){
	font-size: 1rem;
	font-weight: 800;
}
.ywly-02-05 div:nth-of-type(3){
	width:93%;
	height:20%;
	margin: auto;
}
.cpfw{
	width:1920px;
	height:954px;
	margin:100px auto;
	background-image: url(../img/cpfw.png);
	background-size: 100% 100%;
}
.cpfw-01{
	width: 100%;
	height:25%;
}
.cpfw-01 img{
	width:1440px;
	height:40%;
	margin: auto;
	margin-left: 13%;
	margin-top: 6%;
}
.cpfw-02{
	width: 1440px;
	height: 75%;
	margin:auto;
}
.cpfw-02-01{
	width: 50%;
	height: 100%;
	float: left;
}
.cpfw-02-01-01{
     width: 520px;
     height: 576px;
     margin-top: 2%;
     
}
.cpfw-02-01-01-01{
	width:520px;
	height:322px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	border-radius: 20px;
}
.cpfw-02-01-01-01 img{
	width:94%;
	height: 90%;
	margin-top: 3%;
	margin-left: 3%;
}
.cpfw-02-01-01-02{
	width: 520px;
	height: 15%;
}
.cpfw-02-01-01-02 img{
	width: 11.22px;
	height: 15px;
	float: left;
	margin-top: 30px;
}
.cpfw-02-01-01-02 p{
	font-size: 40px;
	font-weight: 800;
	font-family: "微软雅黑";
	color: white;
	position: absolute;
	margin-left: 20px;
	width:420px;
}
.cpfw-02-01-01-03{
	width: 100%;
	height: 20%;
}
.cpfw-02-01-01-03 p{
	line-height: 15px;
	font-size: 19px;
	letter-spacing:1.3px;
	color: #F6F7F6;
	font-weight: 100;
}
.cpfw-02-01-01-04{
	width: 100%;
	height: 10%;
}
.cpfw-02-01-01-04 button{
	width:30%;
	height:70%;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	color: white;
	border:0px;
	border-radius: 10px;
	margin-top: 2%;
}
.cpfw-02-02{
	width: 50%;
	height: 100%;
	float: left;
}
.cpfw-02-02-01{
     width: 520px;
     height: 576px;
     margin-top: 2%;
     float: right;
}

.cpfw-02-02-01-01{
	width:100%;
	height:55%;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	border-radius: 20px;

	
}
.cpfw-02-02-01-01-01{
	width:94%;
	height: 90%;
	margin-top: 3%;
	margin-left: 3%;
	background-image: url(../img/jjsx.png);
	background-size: 100% 100%;
}
.cpfw-02-02-01-02{
	width: 520px;
	height: 15%;
}
.cpfw-02-02-01-02 img{
	width: 11.22px;
	height: 15px;
	float: left;
	margin-top: 30px;
}
.cpfw-02-02-01-02 p{
	font-size: 40px;
	font-weight: 800;
	font-family: "微软雅黑";
	color: white;
	position: absolute;
	margin-left: 20px;
}
.cgal{
	width:1442px;
	height:970px;
	margin:70px auto;
}
.cgal-01{
	width: 100%;
	height: 15%;
}
.cgal-01 img{
	width:190px;
	height: 96px;
}
.cgal-02{
	width: 100%;
	height: 85%;
}
.cgal-02-01{
	width:42%;
	height:50%;
	float: left;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
}
.cgal-02-02{
	width:42%;
	height:50%;
	float: left;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	margin-left:16%;
}
.cgal-02-02-01{
	width:100%;
	height:25%;
}
.cgal-02-02-01-01{
	width:65%;
	height: 100%;
	float: left;
}
.cgal-02-02-01-01 p:first-of-type {
    color:#1E343B;
    font-weight: 800;
    padding-top: 7%;
}
.cgal-02-02-01-01 p:nth-last-of-type(2){
	color:#1E343B;
	font-size: 16px;
}
.cgal-02-02-01-01 p{
	line-height: 20px;
	margin-left: 4%;
}
.cgal-02-02-01-02{
	width:35%;
	height: 100%;
	float: left;
}
.cgal-02-02-01-02 button{
	width: 80%;
	height: 45%;
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	border:0px;
	color: white;
	border-radius: 20px;
	font-weight: 800;
	margin-top: 17%;
	margin-left: 10%;
    transition: background-color 0.3s;
}

.cgal-02-02-01-02 button:hover{
	background-color: blue;
}

.cgal-02-02-02{
	width:100%;
	height: 75%;
}
.cgal-02-02-02-01{
	width: 73%;
	height: 100%;
	float: left;
}
.cgal-02-02-02-01 img{
	width: 93%;
	height: 95%;
	margin-left: 3.5%;
	 transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.cgal-02-02-02-01 img:hover{
	  transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
.cgal-02-02-02-02{
	width: 27%;
	height: 100%;
	float: left;
}
.cgal-02-02-02-02 img{
	width: 90%;
	height: 45%;
	transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.cgal-02-02-02-02 img:hover{
	 transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
.cgal-02-02-02-02 img:first-of-type{
	margin-bottom: 9.5%;
}
.cgal-02-03{
	width:42%;
	height:50%;
	float: left;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	margin-top: 1.5%;
}
.cgal-02-04{
	width:42%;
	height:50%;
	float: left;
	border-radius: 20px;
	margin-left:16%;
	margin-top: 1.5%;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
}
.fwkh{
	width:1442px;
	height:488px;
	margin:150px auto 0px;
}
.fwkh-01{
	width: 100%;
	height: 20%;
}
.fwkh-01 img{
	width: 11%;
	height: 100%;
	margin-left: 44.5%;
}
.fwkh-02{
	width: 100%;
	height: 80;
}
.fwkh-02 img{
	margin-top: 5%;
	width: 100%;
	height: 50%;
}
.gywm{
	width:1920px;
	height: 760px;
	margin-top: 1%;
	background-image: url(../img/wy.png);
	background-size: 100% 100%;
	margin: auto;
}
.gywm-01{
	width: 100%;
	height: 37%;
}
.gywm-01-01{
	width:60%;
	height:84%;
	margin: auto;
	padding-top: 5.5%;
}
.gywm-01-01 p{
  text-align: center;
  line-height: 3px;
  color:#1E343B;
}
.gywm-01-01 p:first-of-type{
	
	font-weight: 800;
	font-size: 48px;
}
.gywm-01-02{
	width: 10%;
	height: 16%;
	margin: auto;
}
.gywm-01-02 button{
	width: 100%;
	height: 100%;
	border:0px;
	background: linear-gradient(to right, rgba(3, 153, 237, 0.7), rgba(0 ,250, 70, 1));
	border-radius: 50px;
	font-family: "微软雅黑";
	color:white;
	font-weight: 800;
	font-size: 16px;
	transition: background-color 0.3s;
}
.gywm-01-02 button:hover{
	background-color: blue;
}
.gywm-02{
	width: 100%;
	height: 63%;
}
.gywm-02-01{
	width: 100%;
	height: 36%;
}
.gywm-02-02{
	width: 100%;
	height: 64%;
}
.gywm-02-02-01{
	width: 50%;
	height: 100%;
	float: left;
}
.gywm-02-02-01 p{
	font-family: "微软雅黑";
	
}
.gywm-02-02-01 div{
	margin-left: 10%;
}
.gywm-02-02-01-01{
	width:53%;
	height: 22%;
}
.gywm-02-02-01 p{
	line-height: 10px;
	font-size: 1rem;
}
.gywm-02-02-01-02{
	width:53%;
	height: 22%;
}
.gywm-02-02-01-03{
	width:53%;
	height: 22%;
}
.gywm-02-02-01-03 img{
	width: 40%;
	height: 100%;
}
.gywm-02-02-01-04{
	width:65%;
	height: 22%;
}
.gywm-02-02-02{
	width: 50%;
	height: 100%;
	float: left;
}
.gywm-02-02-02 p{
	line-height: 17px;
}
.gywm-02-02-02-01{
	width:15%;
	height:60%;
    float: left;
    margin: auto;
    margin-left:27%;
}
.gywm-02-02-02-02{
	width:20%;
	height:60%;
    float: left;
     margin: auto;
     margin-left: 5%;
}
.gywm-02-02-02-03{
	width:10%;
	height:60%;
    float: left;
     margin: auto;
     margin-left:5%;
}
.gywm-02-02-02-04{
	width: 55%;
	height: 12%;
	float: left;
	margin-left: 27%;
}
.gywm-02-02-02-05{
	width: 55%;
	height: 12%;
	border-bottom: 1px solid white;
	float: left;
	margin-left: 27%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 1em;
    color: #8c9398;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
}

/* header */

/* header */

/* CSS Document */

header {
    width: 1920px;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    font-size: 0.8em;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
}



/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px 1em;
    display: inline-block;
    float: left;
}

ul.menu {
    margin-top: 1em;
}

/* Styling the links */

nav a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 0;
    color: #4c5358;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}


nav ul li ul li:hover {
    background: #f5f6f7;
}

/* Background color change on Hover */

nav li a:hover {
    color: black;
    border-bottom: 2px solid #abf4dc;

}

.menu li.active a {
    color: #abf4dc;
    border-bottom: 2px solid #abf4dc;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 10px;
    z-index: 99;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

/* header */

/*-- //header --*/

/*-- //header --*/

.csslider {
    text-align: left;
    position: relative;
    margin-bottom: 0px;
    width:1920px;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
}

.csslider > ul {
    position: relative;
    height: 800px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    position: absolute;
    bottom: 7%;
    left: 49%;
    z-index: 10;
    margin-bottom: -30px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider > .navigation > div {
    margin-left: -100%;
}

.csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    background: #fff;
}

.csslider > .navigation label:hover:after {
    opacity: 1;
}

.csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: #ffa801;
    border-radius: 50%;
    padding: 7px;
    opacity: 0;
}

.csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1;
}

.csslider > .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 9px;
    box-shadow: inset 2px -2px 0 1px #ffffff;
    cursor: pointer;
    -moz-transition: box-shadow 0.15s, margin 0.15s;
    -o-transition: box-shadow 0.15s, margin 0.15s;
    -webkit-transition: box-shadow 0.15s, margin 0.15s;
    transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #30c39e;
    margin: 0 0px;
}

.csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#slider1 > ul > li:nth-of-type(1) {
    background: url(../images/gd01.jpg) no-repeat center;
    background-size: cover;
}

#slider1 > ul > li:nth-of-type(2) {
    background: url(../images/sygl5.png) no-repeat center;
    background-size: cover;
}

#slider1 > ul > li:nth-of-type(3) {
    background: url(../images/sygl3.png) no-repeat center;
    background-size: cover;
}

#slider1 > ul > li:nth-of-type(4) {
    background: url(../images/sygl4.png) no-repeat center;
    background-size: cover;
}

#slider1 > input:nth-of-type(1):checked ~ ul #bg,
#slider1 > input:nth-of-type(2):checked ~ ul #bg1,
#slider1 > input:nth-of-type(3):checked ~ ul #bg2,
#slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
    width: 1920px;
    -moz-transition: 0.5s 0.5s;
    -o-transition: 0.5s 0.5s;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
}

#slider1 > input:nth-of-type(1):checked ~ ul #bg div,
#slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
#slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
#slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transition: 0.5s 0.9s;
    -o-transition: 0.5s 0.9s;
    -webkit-transition: 0.5s 0.9s;
    transition: 0.5s 0.9s;
}

#bg,
#bg1,
#bg2,
#bg3 {
    color: #fff;
    padding: 22px 0;
    z-index: 10;
    overflow: hidden;
}

#bg:before,
#bg1:before,
#bg2:before,
#bg3:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 1px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#bg:after,
#bg1:after,
#bg2:after,
#bg3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

#bg div,
#bg1 div,
#bg2 div,
#bg3 div {
    -moz-transform: translate(120%);
    -ms-transform: translate(120%);
    -o-transform: translate(120%);
    -webkit-transform: translate(120%);
    transform: translate(120%);
}

.scrollable p {
    padding: 30px;
    text-align: justify;
    line-height: 140%;
    font-size: 120%;
}









/*-- //slider-Responsive --*/

/*-- banner --*/
body{
	font-family: "微软雅黑";
}
.banner-info-wthree h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 10px;
    color: #FEB607;
}
.banner-info-wthree h3 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.banner-info-wthree {
    padding: 15em 0 0;
    width: 60%;
}

.banner-info-wthree p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
}
/*-- 公司介绍子页面--*/
.js-child{
	width:1920px;
	height: 860px;
	margin: auto;
	background-image: url(../img/p1.png);
	background-size: 100% 100%;
}
.gszz{
	width:1920px;
	height: 1040px;
	margin: auto;
	background-image: url(../img/gszz.png);
	background-size: 100% 100%;

}
.khdw{
	width:1442px;
	height: 944px;
	margin: 80px  auto 0px;
	background-image: url(../img/khdw.png);
	background-size: 100% 100%;
}
/*-- 业务领域 --*/
.ly-child{
	width:1920px;
	height: 1054px;
	margin: auto;
	background-image: url(../img/ywulyp1.png);
	background-size: 100% 100%;
}
.ly-child-cpfw{
	width: 1920px;
	height:680px;
	margin:80px auto 0px;
	background-image: url(../img/p2-ly.png);
	background-size: 100% 100%;
}
.ly-child-cpfw-02{
	width:1440px;
	height: 680px;
	margin: auto;
	padding-top: 100px;
}

.ly-child-cpfw-02-01{
	width:485px;
	height:360px;
	float: left;
	margin-left: 57px;
	margin-top: 60px;
}
.ly-child-cpfw-02-01 p{
	line-height: 15px;
	color: white;
	font-size: 19px;
}
.ly-child-cpfw-02-02{
	width:788.5px;
	height:480px;
	float: left;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	margin-left: 60px;
}
.ly-child-cpfw-02-02 img{
	width:726.25px;
	height:417.59px;
	margin-top: 30px;
	margin-left: 30px;
}
.sxgn{
	width:1440px;
	height:924px;
	margin:auto;
	margin-top:80px;
}
.sxgn-01{
	width:1362px;
	height:96px;
}
.sxgn-01 img{
	width:100%;
	height: 100%;
}
.sxgn-02{
	width:100%;
	margin-top: 40px;
	height:760px;
}
.sxgn-02 p{
	line-height: 10px;
	color: #212121;
	font-size: 20px;
}
.yycj{
	width:1920px;
	height:1086px;
	margin: auto;
}
.yycj-01{
	width:1440px;
	height:96px;
	margin: auto;
	margin-top: 100px;
}
.yycj-01 img{
	width:1440px;
	height:96px;
}
.yycj-02{
	width:1440px;
	height:750px;
	margin: auto;
	margin-top: 30px;
}
.yycj-02-01{
	width:776px;
	height:604px;
	float: left;
	margin-top:73px;
}
.yycj-02-01 img{
	width:776px;
	height:604px;
}
.yycj-02-02{
	width: 604px;
	height:750px;
	float: left;
	margin-left: 50px;
}
.yycj-02-02 p{
	line-height: 35px;
	color: #212121;
	font-size: 24px;
}
.xnkxsy-01{
	width:1920px;
	height: 1054px;
	margin: auto;
	background-image: url(../img/p1xnkxsy.png);
	background-size: 100% 100%;
}
.swksh-01{
	width:1920px;
	height: 1054px;
	margin: auto;
	background-image: url(../img/p1swksh.png);
	background-size: 100% 100%;
}
.xnhjjs-01{
	width:1920px;
	height: 1054px;
	margin: auto;
	background-image: url(../img/p1xnhjjs.png);
	background-size: 100% 100%;
}
.xnhjjs-02{
	width:1920px;
	height:890px;
	margin: auto;
	background-image: url(../img/p2-ly.png);
	background-size: 100% 100%;
	margin-top: 80px;
}
.xnhjjs-02-01{
	width: 1440px;
	height:800px;
	margin: auto;
	padding-top: 100px;
}
.xnhjjs-02-01-01 img{
	width:908px;
	height:600px;
	margin: auto;
	margin-left: 266px;
}
.xnhjjs-02-01-02{
	width:300px;
	height:20px;
	margin: auto;
	margin-top: 60px;
}
.xnhjjs-02-01-02 p{
	font-size: 20px;
	color: white;
}

.xnfzal{
	width:1920px;
	height:216px;
	margin: auto;
	background-image: url(../img/xnfzal.png);
	background-size: 100% 100%;
}
.xnkxal{
	width:1920px;
	height:216px;
	margin: auto;
	background-image: url(../img/kxsyal.png);
	background-size: 100% 100%;
}
.xnfzal-01{
	margin: auto;
	margin-top: 80px;
	width:1920px;
	height:660px;
	
}
.xnfzal-01 img{
	width:100%;
	height:100%;
	transition: transform 0.3s ease; /* 添加过渡动画效果 */
}
.xnfzal-01 img:hover{
	transform: scale(1.05); /* 定义放大比例，这里是原始大小的1.2倍 */
}
		
.xnfzal-01-01{
	margin: auto;
	width: 1440px;
	height:290px;
}
.xnfzal-01-01-01{
	width:453.33px;
	height:290px;
	float: left;
	margin-right: 37px;
	border-radius: 20px;
}
.xnfzal-01-02{
	
	margin: auto;
	width: 1440px;
	height:290px;
	margin-top: 80px;
}
.swsjkshal{
	width:1920px;
	height:216px;
	margin: auto;
	background-image: url(../img/swsjkshal.png);
	background-size: 100% 100%;
}
.xnhjjsal{
	width:1920px;
	height:216px;
	margin: auto;
	background-image: url(../img/xnhjjsal.png);
	background-size: 100% 100%;
}

.cp-sdsw{
	width:1920px;
	height:800px;
	background-image: url(../img/cp-sdsw.png);
	margin: auto;
	background-size: 100% 100%;
}

.cp-sdsw01{
	width:1920px;
	height:872px;
	background-image: url(../img/cp-sdsw01.png);
	margin: auto;
	margin-top: 80px;
	background-size: 100% 100%;
}

.cp-sdsw01-01{
	width:1440px;
	height:196px;
	margin: auto;
	padding-top: 100px;
	
}
.cp-sdsw01-01 img{
	width:100%;
	height:96px;
}
.cp-sdsw01-02{
	width:1440px;
	height:351px;
	margin: auto;
	margin-top: 30px;
	
}
.cp-sdsw01-02-01{
	width:775px;
	height:150px;
	float: left;
	margin-top: 100px;
}
.cp-sdsw01-02-01 p{
	line-height: 13px;
	font-size: 19px;
	color: white;
}
.cp-sdsw01-02-02{
	width:628px;
	height:346px;
	float: left;
	border-radius: 20px;
	margin-left: 30px;
	background-image: url(../img/Card.png);
	background-size: 100% 100%;
}
.cp-zygn01{
	width:1442px;
	height:670px;
	margin: auto;
	margin-top: 80px;
}
.cp-zygn01-01{
	width:300px;
	height:563px;
	float: left;
}
.cp-zygn01-01-01{
	width:190px;
	height:96px;
	margin-top: 50px;
	background-image: url(../img/Titlezygn.png);
	background-size: 100% 100%;
}
.cp-zygn01-01-02{
	width:190px;
	height:250px;
	margin-top: 45px;
}
.cp-zygn01-01-02 p {
	line-height: 15px;
	color: #212121;
	font-size: 20px;
}
.cp-zygn01-02{
	margin-left: 42px;
	width:1084px;
	height:563px;
	float: left;
	background-image: url(../img/image24.png);
	background-size: 100% 100%;
}
.cp-zygn01-03{
	width:1442px;
	height:363px;
}
.cp-zygn02{
	width:1442px;
	height:1850px;
	margin: auto;
}

.cp-zygn02-01{
	width:1442px;
	height:400px;
}
.cp-zygn02-02{
	width:1442px;
	height:400px;
}
.cp-zygn02-01-01{
	width:721px;
	height:360px;
	float: left;
	margin-top: 18.5px;
}
.cp-zygn02-01-01 img{
	width:721px;
	height:360px;
}
.cp-zygn02-01-02{
	width:689px;
	height:240px;
	float: left;
	margin-top: 18.5px;
	margin-left: 22px;
}
.cp-zygn02-01-02 img{
	width:50px;
	height:38px;
}
.cp-zygn02-01-02 p{
	line-height: 10px;
	color:#212121;
}

.cp-cpys{
	width:1920px;
	height:1247.05px;
	margin: auto;
	background-image: url(../img/p2-ly.png);
	background-size: 100% 100%;
}
.cp-cpys01{
	width:1440px;
	height:200px;
	margin: auto;
	margin-top: 40px;
}
.cp-cpys01 img{
	width:1440px;
	height:116px;
	margin-top: 90px;
}
.cp-cpys02{
	width:1440px;
	height:425.53px;
	margin: auto;
	margin-top: 40px;
}

.cp-cpys03{
	width:1440px;
	height:425.53px;
	margin: auto;
	margin-top: 40px;
}
.cp-cpys02-01{
	width:700px;
	height:425.53px;
	background: linear-gradient(to right, rgba(211, 211, 211, 0.7), rgba(211, 211, 211, 0.2));
	border-radius: 10px;
	float: left;
}
.cp-cpys02-02{
	width:680px;
	height:295px;
	float: left;
	margin-top: 70px;
	margin-left: 43px;
}
.cp-cpys02-02 p{
	color: white;
	font-size: 18.5px;
	line-height: 15px;
}
.cp-cpys02-01 img{
	width:644.74px;
	height:370.2px;
	margin-top: 26px;
	margin-left: 26px;
}
.cp-cpld{
	width:1442px;
	height:2077px;
	margin: auto;
	margin-top: 80px;
}
.cp-cpld > div{
	margin-top: 80px;
}
.cp-cpld01{
	width:1362px;
	height:96px;
}.cp-cpld01 img{
	width:100%;
	height:100%;
}
.cp-cpld02{
	width:1442px;
	height: 340px;
}
.cp-cpld02-01{
	width:901px;
	height:216px;
	float: left;
	margin-top: 62px;
}
.cp-cpld02-01 p {
	font-size: 18.5px;
	line-height: 15px;
	color: #212121;
}
.cp-cpld02-02{
	width:517px;
	height:340px;
	float: left;
	margin-left: 15px;
}
.cp-cpld02-02 img{
	width:100%;
	height:100%;
}
.cp-cpld03{
	width:1442px;
	height: 263px;
}
.cp-cpld04{
	width:1442px;
	height: 326px;
}
.cp-cpld05{
	width:1442px;
	height: 326px;
}
.cp-cpld06{
	width:1442px;
	height: 326px;
}
.cp-yycj{
	padding-top: 80px;
	width:1920px;
	height:1000px;
	margin: auto;
}
.cp-yycj01{
	width:1440px;
	height:96px;
	margin: auto;
	margin-top: 80px;
}
.cp-yycj01 img{
	width:100%;
	height:100%;
}
.cp-yycj02{
	width:1440px;
	height:604px;
	margin: auto;
	margin-top: 30px;
	
}
.cp-yycj02-01{
	width:776px;
	height:604px;
	float: left;
}
.cp-yycj02-01 img{
	width:100%;
	height:100%;
}
.cp-yycj02-02{
	width:604px;
	height:350px;
	float: left;
	margin-left: 52px;
	margin-top: 127px;
}
.cp-yycj02-02 p{
	font-size: 18.5px;
	color:#212121;
}
.gy{
	width:1920px;
	height:860px;
	margin: auto;
	background-image: url(../img/gywm.png);
	background-size: 100% 100%;
}
.gywm01{
	width:1440px;
	height:639px;
	margin: auto;
	margin-top: 80px;
}
.gywm01-01{
	width:450px;
	height:637px;
	float: left;
}
.gywm01-02{
	width:639px;
	height:639px;
	float: left;
	margin-left: 345px;
}
.gywm01-01-02 p{
	font-size: 18.5px;
	color: #1E343B;
	line-height: 15px;
}
