body {
	color: #fff;
	font-size: 12px;
	font-family: "microsoft yahei" !important;
	background-color: #ececec;
}

* {
	padding: 0;
	margin: 0;
}

img,
input,
button {
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #2e357d;
}

.width {
	width: 1200px;
	margin: 0 auto;
}


#head {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

#head .logo {
	float: left;
	height: 100px;
	line-height: 100px;
}

#head .logo img {
	display: inline-block;
}

#head .menu {
	float: right;
}

#slide {
	width: 100%;
	position: relative;
}

#slide .bg {
	width: 100%;
	height: 214px;
	background-color: #191e34;
	opacity: 0.5;
	bottom: 0;
	position: absolute;
	left: 0;
}

#slide .list {
	position: absolute;
	height: 214px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

#slide .list li {
	padding-top: 72px;
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}

#slide .list li:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 72px;
	width: 1px;
	height: 87px;
	background-color: #999999;
}

#slide .list li p {
	font-size: 32px;
	color: #fff;
}

#slide .list li font {
	background: linear-gradient(to bottom, #5ab7ec, #1ae5c1);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 52px;
}

#slide .list li span {
	font-size: 24px;
	color: #8a8588;
}

#h_abt {
	width: 100%;
	background-color: #192a52;
	padding-top: 55px;
	padding-bottom: 80px;
}

#h_abt .title {
	width: 593px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #bac0cb;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#h_abt .title span {
	position: absolute;
	width: 104px;
	height: 4px;
	left: 50%;
	margin-left: -52px;
	bottom: -2px;
	display: block;
	background-color: #fff;
}

#h_abt .text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	padding: 10px 0;
}

#h_abt .text p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	width: 95%;
	margin: 0 auto;
	padding-top: 60px;
}

#h_abt .more {
	width: 277px;
	height: 77px;
	margin: 0 auto;
	line-height: 77px;
	text-align: center;
	font-size: 22px;
	color: #192a52;
	background-color: #fff;
	margin-top: 50px;
}

#h_abt .more:hover {
	background-color: #2e357d;
	color: #fff;
}

#h_pro {
	border-top: 10px solid #fff;
	width: 100%;
	background: url(../img/pro_bg.jpg) top center no-repeat;
	padding-top: 55px;
	padding-bottom: 120px;
}

#h_pro .title {
	width: 593px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #bac0cb;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#h_pro .title span {
	position: absolute;
	width: 104px;
	height: 4px;
	left: 50%;
	margin-left: -52px;
	bottom: -2px;
	display: block;
	background-color: #aebcd2;
}

#h_pro .text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	padding: 10px 0;
	padding-bottom: 60px;
}

#h_pro li {
	width: 290px;
	height: 340px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	background-size: cover !important;
}

#h_pro li h2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	font-size: 20px;
	color: #000;
	text-align: center;
}

#h_pro li p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	font-size: 14px;
	color: #555;
	text-align: center;
}

#h_pro .more {
	width: 277px;
	height: 77px;
	margin: 0 auto;
	line-height: 77px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-color: #213b79;
	margin-top: 50px;
}

#h_pro .more:hover {
	background-color: #2e357d;
	color: #fff;
}

#h_info {
	width: 100%;
	background: url(../img/ab_bg.png);
	padding-top: 150px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#h_info .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 330px;
	height: 464px;
	background: url(../img/ab_img.jpg) top center no-repeat;
	z-index: 0;
}


#h_info .title {
	width: 593px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #bac0cb;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#h_info .title span {
	position: absolute;
	width: 104px;
	height: 4px;
	left: 50%;
	margin-left: -52px;
	bottom: -2px;
	display: block;
	background-color: #aebcd2;
}

#h_info .text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	padding: 10px 0;
	padding-bottom: 40px;
}

#h_info .video {
	width: 100%;
	position: relative;
	z-index: 10;
}

#h_info .video video {
	float: left;
	width: 698px;
	height: 522px;
	padding-bottom: 90px;
}

#h_info .info {
	width: 437px;
	float: left;
	margin-left: 55px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 125px;
	text-align: justify;
}

#h_info .info p {
	text-indent: 28px;
}

#h_abt .news {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

#h_abt .news .img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#h_abt .news img {
	height: 200px;
}

#h_abt .news h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: 5%;
}

#h_abt .news h3 {
	font-size: 26px;
	font-style: italic;
	padding-top: 25px;
	width: 90%;
	margin-left: 5%;
}

#h_abt .news font {
	font-size: 12px;
	padding-left: 10px;
}

#h_abt .news p {
	width: 90%;
	margin-left: 5%;
}

#foot {
	width: 100%;
	background-color: #0a1938;
	margin-top: 33px;
}

#foot .menu {
	height: 80px;
	width: 100%;
	line-height: 80px;
	border-bottom: 1px solid #2c384f;
	font-size: 15px;
}

#foot .menu a {
	float: left;
	margin-right: 40px;
}

#foot .text {
	width: 100%;
	padding-bottom: 70px;
	position: relative;
        color: #fff;
}

#foot .text .qrcode {
	position: absolute;
	top: 25px;
	right: 0;
}

#foot .text .qrcode img {
	width: 121px;
}

#foot .text h1 {
	font-size: 17px;
	padding-top: 24px;
	padding-bottom: 30px;
}

#foot .text p {
	font-size: 15px;
	line-height: 28px;
	color: #ccc;
}

#foot .menu a:hover {
	color: #41c8dc;
	text-decoration: underline;
}

#bottom {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background-color: #14171e;
	font-size: 12px;
	color: #98999a;
}

#bottom a {
	color: #98999a;
}

#gbook {
	position: fixed;
	right: 10px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	z-index: 9999;
}


#kefu {
	width: 43px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	border: 1px solid #ededed;
	border-bottom: 0;
	z-index: 99999;
	background-color: #fff;
	display: none;
}

#kefu li {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #ededed;
	line-height: 43px;
	text-align: center;
	color: #c3c3c3;
	font-size: 20px;
}

#code {
	position: fixed;
	right: 80px;
	bottom: 50px;
	border: 1px solid #ededed;
	width: 120px;
	height: 120px;
	background-color: #fff;
	z-index: 99999;
	display: none;
}

#code img {
	width: 100%;
	height: 120px;
}

#code .san {
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	position: absolute;
	bottom: 10px;
	right: -20px;
}

#nbanner {
	width: 100%;
	height: 400px;
	background-size: cover;
}

#about {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

#about .left {
	width: 240px;
	float: left;

}

#about .right {
	width: 930px;
	float: right;
	color: #5a5a5a;
	font-size: 12px;
}

#about .class {
	width: 100%;
	color: #fff;
}

#about .class .tit {
	width: 100%;
	background-color: #192a52;
	text-align: center;
	padding: 30px 0;
}

#about .class .tit h1 {
	font-size: 20px;
}

#about .class .tit p {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
}

#about .class li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #eee;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

#about .class li a {
	color: #666;
	display: block;
}

#about .class li a:hover {
	background-color: #41c8dc;
	color: #fff;
}

#about .class .hover {
	background-color: #41c8dc;
	color: #fff;
}


#about .pos {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
}

#about .right a {
	color: #5a5a5a;
}

#about .right a:hover {
	color: #41c8dc;
	text-decoration: underline;
}

#about .hr {
	width: 100%;
	height: 7px;
	background: url(../img/xgray_line06.png);
}

#about .content {
	width: 100%;
	line-height: 22px;
	padding-top: 20px;
}

#about .content p {
	padding-bottom: 15px;
}

#about .content img {
	max-width: 100%;
}

#about .l_ct {
	border: 1px solid #ccc;
	padding-bottom: 15px;
}

#about .l_ct img {
	width: 100%;
}

#about .l_ct p {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 22px;
	padding-top: 10px;
}

#about .nlist {
	width: 100%;
	padding-top: 10px;
}

#about .nlist li {
	width: 100%;
	border-bottom: 1px dashed #dbd4cd;
	margin-top: 15px;
	overflow: hidden;
	padding-bottom: 10px;
}

#about .nlist li span {
	float: left;
	background-color: #41c8dc;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

#about .nlist li font {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 12px;
}

#about .nlist li h1 {
	font-size: 14px;
	padding-top: 8px;
}

#about .nlist li p {
	color: #999;
	padding-top: 5px;
}

#about .plist {
	width: 100%;
	padding-top: 10px;
}
#about .plist li {border: 1px solid #ccc; text-align: center; position: relative; width:100%; height:280px}
#about .plist li img {width: 100%;}
#about .plist li:hover {border: 1px solid #41c8dc;}
#about .plist li p {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}
#pagelist {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
	overflow: hidden
}

#pagelist span {
	padding: 5px 8px;
	background: #dddede;
	color: #bababa;
	margin: 0 2px;
	border: 1px solid #ccc;
}

#pagelist a {
	background: #fff;
	padding: 5px 8px;
	color: #333;
	margin: 0 2px;
	border: 1px solid #eee;
	display: inline-block;
}

#pagelist .active {
	background: #41c8dc;
	color: #fff;
}

#w_head {display: none}
#w_slide {display: none}
#w_ht {display: none;}
.mySwiper1 {display: none;}
#nav_menu {display: none;}

@media (max-width: 1300px) {
    
    #head {display: none;}
    #w_head {
        width: 100%;
        height: 60px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9999999;
     
    }

    #w_ht {
        height: 60px;
        width: 100%;
        display: block;
        overflow: hidden
    }

    .width {
        width: 95%;
        margin: 0 auto;
    }

    #w_head .logo {
        width: 100%
    }

    #w_head .logo img {
        height: 50px;
        margin-top: 5px;
        float: left;
    }

    #w_head .logo i {
        float: right;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        color: #294da2;
    }


    #w_head .menu {
        width: 150px;
        right: -150px;
        position: absolute;
        top: 60px;
        background: #294da2;
        border-top: 0px solid #fff;
        z-index: 9999;
        display: none
    }

    #w_head .menu li {
        width: 100%;
        text-align: center;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-bottom:1px solid #ffffff;
        text-transform: uppercase;
    }

    #w_head .menu li a {
        color: #fff
    }

    #slide {display: none}

    #w_slide {
        width: 100%;
        display: block;
        position: relative;
    }
    #w_slide .bg {
        width: 100%;
        height: 50px;
        background-color: #191e34;
        opacity: 0.5;
        bottom: 0;
        position: absolute;
        left: 0;
    }

    #w_slide .list {
        position: absolute;
        height: 50px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    #w_slide .list li {
        padding-top: 5px;
        float: left;
        width: 25%;
        text-align: center;
        position: relative;
    }

    #w_slide .list li:nth-child(-n+3)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 40px;
        background-color: #999999;
    }

    #w_slide .list li p {
        font-size: 16px;
        color: #fff;
    }

    #w_slide .list li font {
        background: linear-gradient(to bottom, #5ab7ec, #1ae5c1);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 20px;
    }

    #w_slide .list li span {
        font-size: 12px;
        color: #8a8588;
    }
    
    #h_abt {padding-top: 10px;}
    #h_abt .title {width: 100%;}
    #h_abt .text p {padding-top: 20px}
    
    #gbook {height: 55px;}
    #gbook img {height: 100%;}
    #kefu {right: 10px;}
    
    #h_abt .more {width: 150px; height: 60px; line-height: 60px; font-size: 18px;}
    #h_pro .title {width: 100%;}
    .mySwiper {display: none;}
    .mySwiper1 {display: block;}
    #h_pro li {width: 100%;}
    
    #h_pro .more {width: 150px; height: 60px; line-height: 60px; font-size: 18px;}
    #h_pro {padding-top: 30px; padding-bottom: 50px;}
    #h_info .title {width: 100%;}
    #h_info {padding-top: 30px;}
    #h_info .video video {width: 100%; height: 250px; padding-bottom:15px;}
    #h_info .info {width: 100%;margin-left:0;margin-top:0;line-height:20px;}
    #h_abt .news img {width: 100%;}
    #h_abt .news {padding-top: 10px; padding-bottom:0px;}
    #h_abt .news p {width: 100%; margin-left:0; padding-bottom:0px;}
    #h_abt .news h2 {width:100%; margin-left:0;}
    #h_abt .news h3 {margin-left: 0; width:100%;}
    #h_abt .news .img {margin-top: 10px;}
    
    #foot .menu {display: none;}
    #foot .text .qrcode {display: none;}
    #foot .text {padding-bottom: 20px;}
    #kefu {display: none !important;}
    #nbanner {height: 200px; background-size: cover !important;}
    
    #about .left {display: none;}
    #about .right {width: 100%;}
    #about .content p {text-indent:24px;}
    #about .content p img {max-width: 100%!important;margin-left:-24px!important; float:none!important;}
    #nav_menu {position: relative; z-index: 9999; display:block;}
    #about .nlist li span {margin-left: 0; margin-right: 10px; height:60px;}
    #about .nlist li {line-height: 20px;}
    #about .nlist li h1 {padding-top: 0;}
#about .plist li {height:auto;}
}