﻿/* 
* @Author: anchen
* @Date:   2016-11-25 13:14:18
* @Last Modified by:   anchen
* @Last Modified time: 2019-02-14 09:31:25
*/
html,body,div,ul,ol,li,span,p,a,img,header,footer,nav,menu,dl,dd,dt,input,label,select,option,textarea,button,h1,h2,h3,h4,h5,h6,h1,table,tr,td,th {
    margin: 0;
    padding: 0;
}
header,footer,nav,menu {
    display: block;
}
/*初始化*/
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    background-color: #f8f8f8;
}
ul li,
ol li {
    list-style-type: none;
}
img {
    max-width: 100%;
    display: inline-block;
}
a {
    color: #333;
    text-decoration: none;
}
p {
    line-height: 25px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
input::-webkit-input-placeholder,
textarea,
select {
    color: #333;
}
input::-webkit-input-placeholder,
button,
textarea,
select {
    font-family: "Microsoft Yahei";
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4,.h4 {
    font-size: 18px;
}
h5,.h5 {
    font-size: 16px;
}
h6,.h6 {
    font-size: 12px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.di {
    display: inline;
}
.clearFix:after {
    content: "";
    clear: both;
    display: block;
    z-index: 1;
}
.marginA {
    margin: auto;
}
.width1200 {
    width: 1200px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
/*公共*/
header {
    background: url(../image/header-bg.jpg) repeat-x top center;
}
header .header-top {
    padding: 20px 0 32px;
}
header .header-se {
    margin: 10px 0 6px;
}
header .header-se input {
    border: 1px solid #e9e9e9;
    width: 248px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
}
header .header-se a {
    background: url(../image/search-bg.png) no-repeat center center #fff;
    width: 13px;
    height: 13px;
    right: 1px;
    top: 7px;
    padding: 0 15px;
    z-index: 99;
}
header .header-tie {
    color: #f59d1f;
    font-size: 16px;
    text-align: right;
}
header .header-tie img {
    padding-right: 2px;
}
nav {
    background: url(../image/nav-bg.jpg) repeat-x bottom center;
}
nav ul {
    width: 1197px !important;
}
nav ul li {
    height: 46px;
    line-height: 46px;
    width: 169px;
    text-align: center;
    margin: 0 1px;
    font-size: 16px;
}
nav ul li+li:after {
    background: url(../image/nav-after.jpg) no-repeat center left;
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: -1px;
}
nav ul li:hover,
nav ul li.on {
    background: url(../image/nav-li.jpg) no-repeat center center;
}
nav ul li:hover a,
nav ul li.on a {
    color: #fff;
}
nav ul li img {
	position: relative;
	top: 3px;
	display: none;
}
nav ul li .home_ {
	display: inline-block;
}
nav ul li:hover .home,
nav ul li.on .home {
	display: inline-block;
}
nav ul li:hover .home_,
nav ul li.on .home_ {
	display: none;
}
footer {
    background: url(../image/footer-bg.jpg) repeat top center;
    padding: 40px 0 48px;
    color: #fff;
}
footer .footer-nav {
    padding-bottom: 18px;
}
footer .footer-nav li {
    padding: 0 10px;
}
footer .footer-nav li+li:after {
    content: "";
    height: 12px;
    width: 2px;
    position: absolute;
    top: 4px;
    left: -3px;
    background-color: #fff;
}
footer .footer-nav li a {
    color: #fff;
}
footer .copyright span {
    padding: 0 5px;
}
footer .footer-external {
	padding-top: 10px;
}
footer .footer-external .micro-blog ,
footer .footer-external .we-chat {
	position: relative;
	top: 7px;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
}
footer .footer-external .we-chat .img {
	display: none;
	position: absolute;
	top: -85px;
	left: 50%;
	margin-left: -40px;
	padding: 4px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	background: #fff;
}
footer .footer-external .we-chat:hover .img {
	display: block;
}
footer .footer-external select {
	display: inline-block;
	margin: 0 5px;
	width: 145px;
	height: 25px;
	line-height: 25px;
	border-color: #628dc0;
	background-color: transparent;
	color: #fff;
}
footer .footer-external select option {
	background: #000;
}
/*banner*/
#banner {
    box-shadow: 0 10px 20px 10px #cfcfcf;
}
#banner .hd {
    bottom: 24px;
    width: 100%;
    left: 0;
    text-align: center;
}
#banner .hd ul {
    display: inline-block;
}
#banner .hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 5px;
    background: #fff;
    float: left;
    cursor: pointer;
}
#banner .hd ul li.on {
    width: 27px;
    border-radius: 50px;
}
#i-product {
    padding: 50px 0;
}
#i-product .i-product-pat .prev,
#i-product .i-product-pat .next {
    top: 12px;
    cursor: pointer;
}
#i-product .i-product-pat .prev {
    right: 60px;
}
#i-product .i-product-pat .next {
    right: 20px;
}
#i-product .i-product-con,
.i-case-con,
.i-news-con,
.i-contact-con {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}
.i-contact-con {
    border: 3px solid #1e83d1;
    border-top: none;
}
#i-product .i-product-con { 
    padding: 37px 0;
}
#i-product .bd {
    width: 1128px;
    overflow: hidden;
    margin: 0 auto;
}
.i-product-con ul li {
    width: 252px;
    margin-right: 40px;
}
.i-product-con ul li a {
    height: 190px;
}
.i-product-con ul li a div {
    background: url(../image/product-hover.png) no-repeat center right;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 38px;
    line-height: 38px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}
.i-product-con ul li:hover a div {
    background: rgba(21, 116, 187, 0.8);
}
.i-product-con ul li a div i img {
    margin-top: 8px;
}
.i-product-con ul li p {
    padding-top: 15px;
    color: #666;
}
.i-title-more {
    height: 42px;
    line-height: 42px;
    background: url(../image/case-title.jpg) no-repeat center center;
    padding-right: 15px;
    color: #1d88c2;
    font-size: 12px;
}
#i-case,
#i-news,
#i-contact {
    width: 382px;
    margin-right: 27px;
}
#i-contact  {
    margin-right: 0;
}
#i-news .i-title-more {
    background: url(../image/news-title.jpg) no-repeat center center;
}
#i-contact .i-title-more {
    background: url(../image/contact-title.jpg) no-repeat center center;
}
#i-contact .i-title-more a {
    color: #fff;
}
.i-case-con,
.i-news-con,
.i-contact-con {
    height: 255px;
    overflow: hidden;
    box-sizing: border-box;
}
.i-case-con {
    background: url(../image/service03.jpg) no-repeat bottom right;
    background-size: 100%;
}
.i-case-con p {
    padding: 15px  17px;
    text-indent: 25px;
}
.i-news-con {
    padding: 15px 17px;
}
.i-news-con dl {
    border-bottom: 1px dotted #ddd;
    padding: 13px 0;
}
.i-news-con dl dd a {
    background: url(../image/news01.jpg) no-repeat center left;
    padding-left: 20px;
}
.i-news-con dl:hover dd a,
.i-news-con dl:hover dt {
    color: #2385cf;
}

.i-contact-con {
    background: url(../image/contact-bg01.jpg) no-repeat right bottom #fff;
    padding: 20px 0 20px 20px;
}
.i-contact-con .clearFix {
    padding-bottom: 15px;
}
.i-contact-con .clearFix .contact-img {
    padding-left: 26px;
}
.i-contact-con .clearFix .contact-img img {
    position: absolute;
    top: 3px;
    left: 0;
}
/*內容*/
.within-b {
    border-bottom: 3px solid #1574bb;
    padding: 25px 0 15px;
}
.within-b .within-b-l {
    background: url(../image/within-btn.png) no-repeat center left;
    padding-left: 30px;
    font-size: 20px;
    color: #005495;
}
.within-b .within-b-r {
    padding-top: 7px;
}
.within-b .within-b-r span {
    font-family: "宋體";
    padding: 0 6px;
    display: inline-block;
}
#main {
    padding: 45px 0 76px;
}
#main-l {
    width: 236px;
    padding-right: 20px;
    background: url(../image/mainl-nav.jpg) repeat-y right top;
}
#main-l .main-nav {
    margin-bottom: 14px;
}
#main-l .main-nav-div {
    background: linear-gradient(#fcfcfc,#f6f6f6);
    background: -moz-linear-gradient(#fcfcfc,#f6f6f6);
    background: -o-linear-gradient(b#fcfcfc,#f6f6f6);
    background: -webkit-linear-gradient(#fcfcfc,#f6f6f6);
    border: 1px solid #e9e9e9;
    height: 46px;
    line-height: 46px;
}
#main-l .main-nav-div:hover,
#main-l .main-nav-div.on,
#main-l .main-nav.on .main-nav-div,
#main-l .main-nav:hover .main-nav-div {
    background: linear-gradient(#2da8dd,#2487d0);
    background: -moz-linear-gradient(#2da8dd,#2487d0);
    background: -o-linear-gradient(b#2da8dd,#2487d0);
    background: -webkit-linear-gradient(#2da8dd,#2487d0);
    border-color: #1574bb;
}
#main-l .main-nav-div:hover .main-nav-a,
#main-l .main-nav-div.on .main-nav-a,
#main-l .main-nav.on .main-nav-div .main-nav-a,
#main-l .main-nav:hover .main-nav-div .main-nav-a {
    color: #fff;
}
#main-l .main-nav-div:hover .main-nav-a:after,
#main-l .main-nav-div.on .main-nav-a:after,
#main-l .main-nav.on .main-nav-div .main-nav-a:after,
#main-l .main-nav:hover .main-nav-div .main-nav-a:after {
    border-color: #fff;
}
#main-l .main-nav-div .main-nav-a {
    margin-left: 45px;
    font-size: 16px;
}
#main-l .main-nav-div .main-nav-a:after {
    content: '';
    border: 2px solid #1f79bd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}
#main-l .main-nav.on .pro-nav,
#main-l .main-nav.on .pro-nav .pro-nav-two.on .pro-nav-two-con {
    display: block;
}
.pro-nav {
    padding: 15px 45px 0;
    display: none;
}
.pro-nav .pro-nav-two {
    margin-bottom: 10px;
}
.pro-nav .pro-nav-two:hover .pro-nav-two-top,
.pro-nav .pro-nav-two.on .pro-nav-two-top {
    color: #1574bb;
}
.pro-nav .pro-nav-two .pro-nav-two-con {
    display: none;
}
.pro-nav .pro-nav-two .pro-nav-two-con div {
    padding: 10px 20px;
}
.pro-nav .pro-nav-two .pro-nav-two-con a {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    color: #666;
    position: relative;
}
.pro-nav .pro-nav-two .pro-nav-two-con a:after {
    content: '.';
    position: absolute;
    top: 0;
    left: -8px;
}
#main-r {
    width: 916px;
}
.main-h3 {
    color: #1574bb;
    padding: 12px 0 20px;
}
.about-slideBox {
    margin-top: 70px;
    padding-bottom: 35px;
    background: url(../image/about-show.png) repeat-x bottom left;
}
.about-slideBox .bd {
    width: 712px;
    overflow: hidden;
    margin: auto;
}
.about-slideBox ul li {
    width: 188px;
    margin-right: 74px;
}
.about-slideBox .prev,
.about-slideBox .next {
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    border: 2px solid #333;
    border-radius: 50%;
    font-family: "宋體";
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.about-slideBox .prev {
    left: 0;
}
.about-slideBox .next {
    right: 0;
}
.aCourse-text {
    width: 605px;
}
.aCourse-text h4 {
    color: #1574bb;
    font-size: 20px;
    padding-bottom: 15px;
}
.aCourse-text .clearFix {
    padding: 10px 0;
}
.aCourse-text .clearFix .aCourse-ti {
    color: #fff;
    height: 23px;
    width: 62px;
    text-align: center;
    line-height: 23px;
    background-color: #3785c0;
    margin-right: 15px;
}
.aQualifications-ul {}
.aQualifications-ul li {
    width: 33.33334%;
    height: 212px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0 30px;
    margin-bottom: 40px;
    background: url(../image/about-show.png) repeat-x bottom left;
}
.news {}
.news li {
    padding: 30px 0;
}
.news li .news-time {
    border-right: 1px solid #e9e9e9;
    width: 60px;
    margin-right: 18px;
}
.news li .news-time div {
    font-size: 40px;
}
.news li .news-time span {
    font-size: 12px;
}
.news li .news-img {
    width: 260px;
}
.news li .news-con {
    width: 545px;
}
.news li .news-con p {
    padding: 20px 0;
    height: 50px;
    overflow: hidden;
}
.news-admin {
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.news li .news-con .news-admin .news-name {
    background: url(../image/name.jpg) no-repeat center left;
    padding-left: 20px;
}
.news li .news-con .news-admin .news-more {}
.news li:hover .news-time,
.news li:hover .news-con a,
.page ul li:hover a,
.page ul li.on a {
    color: #1574bb;
}
.page {
    border-top: 1px solid #e9e9e9;
    margin-top: 30px;
}
.page ul {
    display: inline-block;
}
.page ul li {
    display: inline;
}
.page ul li a {
    padding: 10px 15px;
    cursor: pointer;
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
}
.page ul li:hover a,
.page ul li.on a {
    border-top: 1px solid #1574bb;
}
.newsd-title {
    padding-bottom: 50px;
    padding-top: 30px;
}
.newsd-title h3 {
    padding-bottom: 20px;
}
.download,
.recruit {
    padding-top: 30px;
}
.download li {
    margin-bottom: 60px;
    width: 412px;
    margin-right: 92px;
    cursor: pointer;
}
.download li:nth-child(2n) {
    margin-right: 0;
}
.download li .download-img {
    width: 78px;
    height: 78px;
    background: url(../image/download01.jpg) no-repeat center center;
}
.download li .download-text {
    width: 320px;
}
.download li:hover .download-img {
    background: url(../image/download01_.jpg) no-repeat center center;
}
.recruit li {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px dotted #ccc;
}
.recruit .recruit-img {
    width: 120px;
}
.recruit .recruit-text {
    width: 750px;
}
.recruit .recruit-text h4 {
    padding-bottom: 20px;
    font-size: 20px;
}
.recruit .recruit-text .recruit-text-over {
    height: 200px;
    overflow-y: auto;
}
.contact {
    padding: 50px 0;
}
.contact h3 {
    color: #1574bb;
    margin-bottom: 15px;
}
.contact .contact-bor {
    height: 2px;
    width: 36px;
    background-color: #cacaca;
    margin-bottom: 20px;
}
.online-form {
    padding: 60px 0 0 0;
}
.online-form label {
    width: 70px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
}
.online-form .form-width-50 {
    width: 50%;
    margin-bottom: 50px;
}
.online-form .form-width-50 input {
    width: 307px;
}
.online-form .form-width-100 {
    width: 100%;
    margin-bottom: 50px;
}
.online-form .form-width-100 .form-border,
.online-form .form-width-100 .verification {
    width: 692px;
}
.online-form .form-border {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 15px;
}
.online-form .form-width-100 textarea {
    height: 126px;
    line-height: 25px;
    padding: 15px;
}
.online-form .form-width-100 .verification input {
    width: 540px;
}
.form-button {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-top: 20px;
}
.form-button button {
    color: #fff;
    background-color: #1574bb;
    border: none;
    font-size: 16px;
    padding: 12px 70px;
}
#main-r .i-product-con {
    padding-top: 30px;
}
#main-r .i-product-con ul li {
    margin-bottom: 40px;
    width: 280px;
    margin-right: 38px;
}
#main-r .i-product-con ul li:hover p {
    color: #1574bb;
}
#main-r .i-product-con ul li:nth-child(3n) {
    margin-right: 0;
}
#main-r .i-product-con ul li a {
    height: 210px;
    overflow: hidden;
}
#main-r .i-product-con ul li a img {
    width: 100%;
}
.pro-table tr td,
.pro-table thead th {
    border: 1px solid #ddd;
    height: 50px;
    text-align: center;
    background-color: #fff;
}
.pro-table thead th {
    height: 60px;
    background-color: #c6dff2;
}
.pro-table01 tbody tr:nth-child(2n) td {
    background-color: #ddebf5;
}
.pro-table02 {}