body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    min-width: 1200px;
    min-height: 100%;
    position: relative;
    height: 100%!important;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.w{
    width: 100%;
}
em{
    font-style: normal;
}

/* aboCrumbs */
.aboCrumbs{
    width: 100%;
    height: 40px;
}
.crumbTit{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    line-height: 16px;
    margin-top: 22px;
    height: 16px;
    box-sizing: border-box;
    border-left: 4px solid #3782ff;
    padding-left: 10px;
}
.crumbTit span{
    color: #696969;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
}
.crumbTit a{
    color: #696969!important;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.crumbTit a:after{
    content: '>';
    box-sizing: content-box!important;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-family: "宋体";
    font-size: 14px;
}
.crumbTit a:hover{
    color: #3782ff!important;
}
.crumbTit a:last-child:after{
    display: none;
}

/* aboCrumbs */

/* mAboutDesc */
.mAboutDescInfo > h3{
    color: #3782ff;
}
/* mAboutDesc */

/* mainsDesc */
.mainsDesc{
    width: 100%;
    height: auto;
    background-color: #fff;
    min-height: 500px;
    overflow: hidden;
    margin-top: 42px;
}
.mainsDescInfo{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.mainsDescInfo > h3{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.mainsDescInfo > b{
    color: #b3b2b2;
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 22px;
    text-align: center;
}
.mAboutTxt{
    width: 100%;
    height: auto;
    box-sizing: border-box!important;
    padding: 0 26px;
    margin-bottom: 50px;
    overflow: hidden;
}
.mAboutTxt p{
    color: #7e7d7d;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.secondMenu{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 34px;
}
.secondMenu ul{
    width: 100%;
    height: auto;
    text-align: center;
}
.secondMenu ul li{
    height: 40px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box!important;
    display: inline-block;
    *display:inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin: 0 6px 10px;
}
.secondMenu ul li a{
    height: 100%;
    background-color: #fff;
    color: #2f2f2f!important;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.secondMenu ul li:hover a{
    background-color: #eeeeee;
}

/* mainsDesc */


/* staff */
.staff{
    width: 100%;
    height: 580px;
    background-image: url('../images/staffBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.staffCon{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.staffCon h3{
    width: 100%;
    background: linear-gradient(#fff,#fff) bottom/43px 5px no-repeat;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
    padding-bottom: 32px;
}
.staffCon ul{
    width: 100%;
    height: 300px;
    margin-bottom: 0;
}
.staffCon ul li{
    width: 264px!important;
    height: 100%;
    float: left;
    margin-right: 48px;
    overflow: hidden;
}
.staffCon ul li:last-child{
    margin-right: 0;
}
.staffCon ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.staffCon ul li a img{
    width: 100%;
    height: 100%;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.staffCon ul li a:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

/* staff */

/* mHonor */
.mHonor{
    width: 100%;
    height: 806px;
    overflow: hidden;
}
.mHonorCon{
    width: 1366px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.mHonorCon h3{
    color: #3782ff;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 80px;
}

.mHonorTop{
    width: 1200px;
    height: 182px;
    margin: 0 auto 54px;
    overflow: hidden;
}
.mHonorTop ul{
    width: 100%;
    height: inherit;
    margin-bottom: 0;
}
.mHonorTop ul li{
    width: 285px!important;
    height: 182px;
    box-sizing: border-box!important;
    border: 5px solid #3782ff;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.mHonorTop ul li:last-child{
    margin-right: 0;
}
.mHonorTop ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.mHonorTop ul li a img{
    width: 100%;
    height: 100%;
}

.mHonorBot{
    width: 100%;
    height: 316px;
    position: relative;
    overflow: hidden;
}
.mHonorBot > a{
    width: 60px;
    height: 60px;
    box-sizing: border-box!important;
    border: 1px solid #959595;
    border-radius: 90%;
    color: #959595!important;
    font-family: "宋体";
    font-size: 40px;
    display: block;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.mHonorBot > a.prev{
    left: 0;
}
.mHonorBot > a.next{
    right: 0;
}
.mHonorBot > a:hover{
    background: #959595;
    color: #fff!important;
}
.mHonorBot .bd{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.mHonorBot .bd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.mHonorBot .bd ul li{
    width: 218px!important;
    height: 316px;
    box-sizing: border-box!important;
    border: 3px solid #3782ff;
    float: left;
    margin-right: 27px;
    overflow: hidden;
}
.mHonorBot .bd ul li:last-child{
    margin-right: 0;
}
.mHonorBot .bd ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.mHonorBot .bd ul li a img{
    width: 100%;
    height: 100%;
}

/* mHonor */

/* otherMenu */
.otherMenu{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.otherMenu ul{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.otherMenu ul li{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.otherMenu ul li img{
    width: 100%;
}
.otherMenu ul li a{
    width: 96%;
    height: 90%;
    background-color: rgba(237, 209, 112, 0);
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    overflow: hidden;
}
.otherMenu ul li:hover a{
    background-color: rgba(237, 209, 112, 0.55);
}
.otherTxt{
    width: 340px;
    height: auto;
    color: #fff;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 16%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.otherMenu ul li:last-child .otherTxt{
    left: 16%;
}
.otherTxt span{
    display: block;
    /* font-size: 48px; */
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 15px;
}
.otherTxt h4{
    background: linear-gradient(#fff,#fff) bottom/29px 3px no-repeat;
    /* font-size: 30px; */
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 28px;
}

/* otherMenu */

/* serContent */
.serContent{
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* serMenu */
.serMenu{
    width: 100%;
    height: 188px;
    margin-top: 66px;
    margin-bottom: 68px;
}
.serMenuCon{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.serMenuCon ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.serMenuCon ul li{
    width: 144px;
    height: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 126px;
    overflow: hidden;
}
.serIcos{
    width: 144px;
    height: 144px;
    background-image: url('../images/mSerIco.png');
    background-repeat: no-repeat;
    border-radius: 90%;
    box-sizing: border-box!important;
    border: 1px solid #a6a6a6;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 18px;
    overflow: hidden;

    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.serMenuCon ul li:nth-child(1) .serIcos{
    background-position: 40px 42px;
}
.serMenuCon ul li:nth-child(2) .serIcos{
    background-position: -360px 42px;
}
.serMenuCon ul li:nth-child(3) .serIcos{
    background-position: -770px 42px;
}
.serMenuCon ul li span{
    color: #0c0502;
    display: block;
    font-size: 18px;
    text-align: center;
}
.serMenuCon ul li:hover .serIcos{
    background-color: #8fc320;
    border-color: #8fc320;
}
.serMenuCon ul li:nth-child(1):hover .serIcos{
    background-position: 40px -71px;
}
.serMenuCon ul li:nth-child(2):hover .serIcos{
    background-position: -360px -71px;
}
.serMenuCon ul li:nth-child(3):hover .serIcos{
    background-position: -770px -71px;
}

#serMap{
    width: 100%;
    height: 624px;
    overflow: hidden;
}
/* serContent */

/* news */
.mNewsDescInfo > h3{
    color: #3782ff;
}
.mNewsDescInfo > b{
    margin-bottom: 25px;
}
.mNewsList{
    width: 1000px;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
    float: right;
}
.mNewsList ul.mNewsUl{
    width: 100%;
    height: auto;
    box-sizing: border-box!important;
    padding: 2px;
    overflow: hidden;
}
.mNewsUl li{
    width: 100%;
    height: 224px;
    box-sizing: border-box!important;
    position: relative;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    overflow: hidden;
}
.mNewsUl li:nth-child(odd) .mNewsImmgs{
    float: right;
}
.mNewsUl li:nth-child(odd) .mNewsTxt{
    float: left !important;
}
.mNewsUl li:hover{
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 3.36px 0.64px rgba(219, 219, 216, 0.99);
}
.mNewsUl li a{
    width: 95%;
    height: 174px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
}
.mNewsImmgs{
    width: 264px;
    height: inherit;
    float: left;
    overflow: hidden;
}
.mNewsImmgs img{
    width: 100%;
    height: 100%;
}
.mNewsTxt{
    width: 660px;
    height: inherit;
    float: right;
    overflow: hidden;
}
.mNewsTxt h4{
    color: #030303;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 16px;
    padding-bottom: 5px;
}
.mNewsTxt p{
    color: #838383;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    max-height: 84px;
    overflow: hidden;
}

/* news */

/* product */
.mProsDescInfo > h3 {
    color: #3782ff;
}
.mProList{
    width: 1000px;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
    float: right;
}
.mProList ul.mProUl{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mProList ul.mProUl li{
    width: 317px;
    height: 333px;
    float: left;
    margin-right: 16px;
    margin-bottom: 25px;
    overflow: hidden;
}
/*
.mProList ul.mProUl li:nth-child(4n){
    margin-right: 0;
}
*/
.mProImg{
    width: 100%;
    height: 225px;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}
.mProImg i{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.mProImg p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: rgba(0,0,0,0.6);
	transition: 0.3s;
	opacity: 0;
}
.mProImg p span{
	width: 120px;
	height: 30px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin-top: 94px;
	margin-left: 99px;
}
.mProTxt{
    width: 100%;
    height: 108px;
    background-color: #fff;
    box-sizing: border-box!important;
    color: #060000;
    font-size: 16px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 999;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.mProTxt p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #080000;
	line-height: 38px;
	margin-top: 3px;
	height: 38px;
	overflow: hidden;
	transition: 0.3s;
}
.mProTxt i{
	width: 17px;
	float: left;
	height: 1px;
	background-color: #080000;
	margin-left: 150px;
	transition: 0.3s;
}
.mProTxt span{
	width: 300px;
	height: 46px;
	float: left;
	overflow: hidden;
	margin-left: 8.5px;
	font-size: 14px;
	color: #6b6a6a;
	text-align: center;
	line-height: 23px;
	margin-top: 6px;
}
.mProList ul.mProUl li:hover .mProTxt{
    background-color: #3782ff;
    color: #fff;
}
.mProList ul.mProUl li:hover .mProTxt p{
	color: #fff;
}
.mProList ul.mProUl li:hover .mProTxt i{
	background-color: #fff;
}
.mProList ul.mProUl li:hover .mProTxt span{
	color: #fff;
}
.mProList ul.mProUl li:hover .mProImg p{
	top: 0;
	opacity: 1;
}
/* product */

/* mainDetails */
.detailsCrumbs{
    width: 100%;
    height: 55px;
    /*background-color: #eeeeee;*/
    margin-bottom: 50px;
    overflow: hidden;
}
.detailsCrumbsTit{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    line-height: 55px;
    overflow: hidden;
}
.detailsCrumbsTit span{
    color: #160c06;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
}
.detailsCrumbsTit a{
    color: #160c06!important;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.detailsCrumbsTit a:after{
    content: '>';
    box-sizing: content-box!important;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-family: "宋体";
    font-size: 14px;
}
.detailsCrumbsTit a:hover{
    color: #3782ff!important;
}
.detailsCrumbsTit a:last-child:after{
    display: none;
}
.detailsInfo{
    width: 100%;
    height: auto;
}
.det_page{
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.det_page a{
    display: block;
    height: 100%;
    font-size: 14px;
    color: #010000;
    line-height: 40px;
    float: right;
    width: 1000px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    padding-left: 12px;
}
.detailsInfoCon{
    width: 1200px;
    min-height: 450px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 50px;
}
.detailsInfoCon:after{
	content: "";
	display: block;
	clear: both;
}
.detailsInfoCon > h3{
    color: #525151;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 34px;
}
.detailsInfoCon > p{
    background: linear-gradient(#e2e2e2,#e2e2e2) bottom/100% 1px no-repeat;
    box-sizing: border-box!important;
    color: #525151;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 32px;
    padding-left: 2px;
    margin-bottom: 22px;
}
.detailsDesc{
    width: 100%;
    height: auto;
    color: #525151;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    font-size: initial;
}
.hot_article{
    width: 320px;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
    text-align: right;
}
.hot_article h2{
    font-size: 18px;
    color: #000;
    margin-bottom: 21px;
}
.hot_article a{
    display: block;
    font-size: 13px;
    color: #222;
    margin-bottom: 8px;
}
.hot_article a:hover{
    color: #000;
    text-decoration: underline;
}

/* mainDetails */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background-color: #3782ff !important;
    border-color: #3782ff !important;
}
.pagination{
    margin: 20px 0 0!important;
    float: right!important;
}

.pagination>li>a,
.pagination>li>span {
    color: #3782ff !important;
    cursor: pointer;
}



/* 联系我们 */
.dwk{
    width: 100%;
    overflow: hidden;
    height: 426px;
    background-color: #fff;
}
.w-1200{
    width: 1200px;
    position: relative;
    margin: auto;
}
.nytel{
    width: 1054px;
    float: left;
    margin-top: 54px;
}
.nytel img{
    float: left;
    width: 35px;
    height: 39px;
}
.nytel p{
    float: left;
    font-size: 24px;
    color: #585858;
    line-height: 39px;
    margin-left: 10px;
}
.nt-box{
    width: 1054px;
    float: left;
    margin-top: 20px;
}
.nt-box .n-let{
    width: 780px;
    float: left;
}
.nt-box .n-let p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #585858;
    line-height: 48px;
}
.nt-box .n-rit{
    width: 274px;
    float: right;
}
.nt-box .n-rit .nytel1{
    width: 100%;
    float: left;
}
.nt-box .n-rit .nytel1 img{
    width: 26px;
    height: 26px;
    float: left;
}
.nt-box .n-rit .nytel1 p{
    width: 241px;
    float: right;
    text-align: left;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
}
.nt-box .n-rit .nytel1 span{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    line-height: 55px;
}
.nt-box .n-rit .n-zx a{
    width: 120px;
    height: 42px;
    float: left;
    margin-top: 10px;
    background-color: #3782ff;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
}
.nt-box .n-rit .n-ewm{
    width: 100px;
    margin-top: 25px;
	text-align: center;
}
.nt-box .n-rit .n-ewm ul li{
    width: 80px;
    float: left;
    margin-right: 42px;
}
.nt-box .n-rit .n-ewm ul li .tun{
    width: 80px;
    height: 80px;
    float: left;
}
.nt-box .n-rit .n-ewm ul li .tun img{
    width: 100%;
    height: 100%;
}
.nt-box .n-rit .n-ewm ul li p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 36px;
}
.form_box{
    width: 400px;
}
.form_box h2{
    font-size: 24px;
    color: #03af4a;
    font-weight: 500;
    margin-bottom: 0;
}
.form_box span{
    font-size: 12px;
    color: #979797;
}

.form_list{
    width: 100%;
}
.form_list input{
    background: none;
    box-sizing: border-box;
    line-height: 33px;
    width: 20px;
    font-size: 12px;
    color: #bbbbbb;
    border: 1px solid #bbbbbb !important;
    padding-left: 10px;
}


.form_list input::-webkit-input-placeholder{
    color: #bbbbbb;
}
.form_list input:-moz-placeholder {
    color: #bbbbbb;
}
.form_list input::-moz-placeholder {
    color: #bbbbbb;
}
.form_list input:-ms-input-placeholder {
    color: #bbbbbb;
}
.form_list textarea{
    width: 100%;
    height: 80px;
    background:none;
    box-sizing: border-box;
    color: #bbbbbb;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    outline: none;
    resize: none;
    border: 1px solid #bbbbbb !important;
    margin-bottom: 18px;
    padding-left: 10px;
    line-height: 27px;
}
textarea::-webkit-input-placeholder{
    color: #bbbbbb;
}

.submit1{
    width: 165px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    display: block;
    float: left;
    border: 1px solid #3782ff !important;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #3782ff !important;
    border-radius: 10px;
    transition: 0.3s;
}
.submit1:hover{
    background-color: #3782ff;
    color: #fff !important;
}
.copy{
    background: #222222;
    color: #666666!important;
    height: 30px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.copy a{
    color: #666666!important;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/

.n-cot{
    width: 100%;
    height: 775px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.n-cot .l-zb{
    width: 600px;
    height: 700px;
    float: left;
    background-color: #030000;
    margin-top: 35px;
    position: relative;
}
.n-cot .l-zb img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border:1px solid #fff;
}
.n-cot .l-zb a{
    width: 168px;
    height: 48px;
    float: left;
    margin-left: 50px;
    background-color: #3782ff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    margin-top: 562px;
    position: relative;
    z-index: 99;
}
.n-cot .l-yb{
    width: 600px;
    height: 700px;
    float: right;
    background-color: #fff;
    margin-top: 35px;
}
.n-cot .l-yb .ntt{
    width: 500px;
    float: left;
    margin-left: 54px;
    margin-top: 78px;
}
.n-cot .l-yb .ntt p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    color: #020000;
    line-height: 32px;
}
.n-cot .l-yb .nliu{
    width: 500px;
    float: left;
    margin-top: 36px;
    margin-left: 54px;
}
.form_name1{
    width: 240px !important;
    height: 40px !important;
    background: #f8f8f8 !important;
    border-radius: 40px;
    border: none !important;
    margin-top: 20px !important;
}
.form_tel1{
    width: 240px !important;
    height: 40px !important;
    background: #f8f8f8 !important;
    border-radius: 40px;
    border: none !important;
    margin-top: 20px !important;
}
.form_message1{
    width: 488px !important;
    height: 190px !important;
    background: #f8f8f8 !important;
    border: none !important;
    border-radius: 10px; 
    margin-top: 30px !important;
}
.ndz{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.ndz img{
    width: 32px;
    height: 39px;
    float: left;
}
.ndz p{
    float: left;
    font-size: 24px;
    color: #595858;
    line-height: 39px;
    margin-left: 15px;
}
.nyabout{
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.nyabout .nyit{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
    color: #3782ff;
    font-family: "思源黑体 CN Regular";
}
.nyabout .nylt{
    width: 100%;
    float: left;
}
.nyabout .nylt .tuip{
    width: 580px;
    height: 285px;
    float: right;
    overflow: hidden;
}
.nyabout .nylt .tuip img{
    width: 100%;
    height: 100%;
}
.nyabout .nylt .rity{
    width: 580px;
    float: left;
}
.nyabout .nylt .rity p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    color: #191919;
    font-family: "黑体";
    margin-top: 42px;
}
.nyabout .nylt .rity span{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #191919;
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.nyabout .nylt .rity a{
    width: 150px;
    float: left;
    color: #fff;
    height: 36px;
    background-color: #3782ff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 36px;
    margin-top: 30px;
}
.nywtt{
    width: 100%;
    overflow: hidden;
}
.nywtt .wtt{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.nywtt .nyad{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.nywtt .nyad img{
    width: 100%;
}
.nyerji{
	width: 165px;
	float: left;
}
.nyerji .emz{
	width: 100%;
	height: 38px;
	float: left;
	background-color: #302f2d;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
}
.nyerji .ndh{
	width: 100%;
	float: left;
}
.nyerji .ndh ul li a{
	width: 100%;
	height: 38px;
	float: left;
	transition: 0.3s;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #656565;
}
.nyerji .ndh ul li a:hover{
	color: #3782ff;
}
.nyerji .ntel{
	width: 100%;
	height: 82px;
	float: left;
	background-color: #3782ff;
}
.nyerji .ntel img{
	width: 21px;
	height: 21px;
	float: left;
	margin-left: 26px;
	margin-top: 16px;
}
.nyerji .ntel p{
	float: right;
	font-size: 16px;
	color: #fff;
	margin-right: 42px;
	margin-top: 16px;
}
.nyerji .ntel span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.nyjj{
    width: 100%;
    float: left;
}
.nyjj .nycp{
    width: 430px;
    height: 380px;
    float: left;
    overflow: hidden;
}
.nyjj .nycp img{
    width: 100%;
    height: 100%;
}
.nyjj .nyds{
    width: 520px;
    float: right;
    margin-right: 13px;
}
.nyjj .nyds .nnr{
    width: 100%;
    float: left;
}
.nyjj .nyds .nnr p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    color: #030000;
    line-height: 30px;
    margin-top: 45px;
}
.nyjj .nyds .nnr i{
    width: 40px;
    height: 5px;
    float: left;
    background-color: #3782ff;
    margin-top: 32px;
    margin-bottom: 38px;
}
.nyjj .nyds .nnr span{
    width: 100%;
    float: left;
    height: 72px;
    text-align: left;
    font-size: 14px;
    color: #797777;
    line-height: 24px;
    overflow: hidden;
}
.nyjj .nyds .nrx{
    width: 100%;
    float: left;
    margin-top: 45px;
    position: relative;
}
.nyjj .nyds .nrx img{
    width: 33px;
    height: 29px;
    float: left;
}
.nyjj .nyds .nrx p{
    font-size: 16px;
    color: #3782ff;
    position: absolute;
    top: 0;
    left: 37px;
}
.nyjj .nyds .nrx span{
    font-size: 30px;
    color: #3782ff;
    position: absolute;
    top: 22px;
    left: 37px;
    font-weight: bold;
}
.nyjj .nyds .nrx a{
    width: 120px;
    height: 35px;
    float: right;
    margin-right: 14px;
    box-sizing: border-box;
    border: 1px solid #3782ff;
    font-size: 16px;
    color: #3782ff;
    text-align: center;
    line-height: 35px;
    transition: 0.3s;
    border-radius: 35px;
    margin-top: 10px;
}
.nyjj .nyds .nrx a:hover{
    background-color: #3782ff;
    color: #fff;
}
.cpgg{
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #333;
}
.cpgg ul li{
    width: 320px;
    height: 40px;
    float: left;
    margin-left: 20px;
    margin-bottom: 12px;
}
.cpgg ul li:nth-child(1){
    margin-left: 0;
}
.cpgg ul li:nth-child(4){
    margin-left: 0;
}
.cpgg ul li p{
    width: 125px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000000;
    font-family: "思源黑体 CN Light";
    background-color: #fafafa;
}
.cpgg ul li span{
    width: 195px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #7c7b7b;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-left: none;
}
.ntjwz{
    width: 100%;
    float: left;
    margin-top: 55px;
    padding-top: 32px;
    border-top: 1px dashed #ccc;
    margin-bottom: 55px;
}
.ntjwz .ntj{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
}
.ntjwz .ninor{
    width: 100%;
    float: left;
}
.ntjwz .ninor ul li{
    width: 235px;
    float: left;
    position: relative;
    background-color: #000;
    margin-left: 15px; 
}
.ntjwz .ninor ul li .imth{
    width: 100%;
    height: 235px;
    float: left;
    overflow: hidden;
}
.ntjwz .ninor ul li .imth img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.ntjwz .ninor ul li p{
    width: 165px;
    height: 48px;
    position: absolute;
    top: 85px;
    left: 35px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.ntjwz .ninor ul li:hover .imth img{
    opacity: 0.5;
}
.ntjwz .ninor ul li:hover p{
    opacity: 1;
}
.ntjwz .ninor ul li span{
    width: 100%;
    height: 50px;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 50px;
    background-color: #fff;
    overflow: hidden;
}
.ntjwz .ninor ul li p:hover{
    background-color: #3782ff;
    color: #fff;
}
.ntjwz .ninor ul li:first-child{
    margin-left: 0;
}
.jdny{
    width: 100%;
    float: left;
}
.jdny .jdtt{
    width: 200px;
    text-align: center;
	margin: 20px auto;
	font-size: 32px;
	color: #333;
	position: relative;
}
.jdny .jdtt:after{
	content: "";
    width: 45px;
    height: 2px;
    background: #93c01d;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.jdny .jdbox{
    width: 100%;
    float: left;
    margin-top: 50px;
    height: 702px;
    overflow: hidden;
    background: url(../images/jdbg.png) no-repeat right center;
}
#multipleColumn{
    width: 100%;
    float: left;
}
.jdny .jdbox .bd{
    width: 980px;
    float: left;
    overflow: hidden;
}
.jdny .jdbox .bd li{
    width: 445px;
    height: 335px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.jdny .jdbox .bd li .jdtu{
    width: 100%;
    height: 275px;
    float: left;
    overflow: hidden;
}
.jdny .jdbox .bd li .jdtu img{
    width: 100%;
    height: 100%;
}
.jdny .jdbox .bd li p{
    width: 100%;
    height: 60px;
    float: left;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #000000;
    line-height: 60px;
    overflow: hidden;
    transition: 0.3s;
}
.jdny .jdbox .bd li:hover p{
    background-color: #209500;
    color: #fff;
}
.jdny .jdbox .hd .prev{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 320px;
    right: 125px;
    background-color: #209500;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    font-family: "宋体";
    color: #fff;
    z-index: 99;
    cursor: pointer;
}
.jdnr{
    width: 1000px;
    float: right;
}
.jdtit{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.jdrq{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #9a9999;
    margin-top: 30px;
}
.jdjy{
    width: 100%;
    height: 72px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    margin-top: 18px;
    margin-bottom: 30px;
}
.jdjy p{
    width: 70px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 50px;
        font-weight: bold;
}
.jdjy span{
    width: 922px;
    float: left;
    height: 54px;
    text-align: left;
    line-height: 27px;
    font-size: 14px;
    color: #9c9b9b;
    margin-top: 8px;
    overflow: hidden;
}
.jdtjs{
    width: 1000px;
    float: left;
    margin-top: 63px;
    margin-bottom: 36px;
    position: relative;
}
.jdnm{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 22px;
    color: #010000;
    line-height: 40px;
    margin-top: 100px;
}
.jdlst{
    width: 100%;
    float: left;
}
.jdlst ul li{
    width: 100%;
    height: 45px;
    float: left;
    box-sizing: border-box;
    border-top: 1px dashed #ccc;
}
.jdlst ul li p{
    width: 720px;
    float: left;
    text-align: left;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    color: #4c4b4b;
    line-height: 45px;
    overflow: hidden;
}
.jdlst ul li a{
    float: right;
    font-size: 14px;
    color: #4c4b4b;
    line-height: 45px;
    transition: 0.3s;
}
.jdlst ul li a:hover{
    color: #3782ff;
}
.jdfh a{
    width: 82px;
    height: 30px;
    float: right;
    background-color: #3782ff;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}

/*关于我们  开始*/
.about{
	width: 100%;
	height: 695px;
	clear: both;
}
.about .left{
	width: 645px;
	float: left;
	height: 583px;
	border-right: 1px solid #dddddd;
}
.about .left .tt{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 80px;
}
.about .left .spzx{
	width: 100%;
	height: 360px;
	float: left;
	margin-top: 43px;
}
.about .right{
	width: 481px;
	float: right;
}
.about .right .tit{
	width: 242px;
	float: left;
}
.about .right .tit .abt{
	width: 100%;
	height: 219px;
	float: left;
}
.about .right .tit .abt img{
	width: 100%;
	height: 100%;
}
.about .right .tit p{
	width: 100%;
	float: left;
	height: 75px;
	line-height: 75px;
	background-color: #eeeeee;
	font-size: 24px;
	color: #191919;
	font-family: "é»‘ä½“";
	text-align: center;
}
.about .right .dian{
	float: right;
	width: 239px;
}

.about  .ldh {
  width: 50%;
  padding-left: 65px;
  box-sizing: border-box;
}
.about  .ldh .tels {
  width: 205px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.about .ldh .tels::before {
  content: "";
  width: 54px;
  height: 54px;
  background: url("/public/images/9.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: -68px;
}
.about  .tels span:first-child {
  font-size: 18px;
  color: #333;
  line-height: 22px;
  display: inline-block;
}
.about .tels span:last-child {
  font-size: 24px;
  color: #3782ff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
}

.about  .rzx {
  width: 50%;
  text-align: right;
  margin-top: 15px;
}
.about .rzx .coutacts {
  width: 160px;
  height: 50px;
  line-height: 48px;
  background-color: #000;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border: solid 2px #fff;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.about .rzx .coutacts::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/public/images/9.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
/*
.about .right .des{
	width: 100%;
	float: left;
	height: 178px;
	overflow: hidden;
	font-size: 15px;
	color: #191919;
	text-align: left;
	line-height: 32px;
	margin-top: 32px;
}
*/
.cpzs{
	width: 100%;
	height: 778px;
	overflow: hidden;
	background-color: #f1f1f1;
}
.about .yz{
	width: 625px;
	height: 398px;
	position: absolute;
	top: 488px;
	left: -360px;
}

.nyabout{
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.nyabout .nyit{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
    color: #3782ff;
    font-family: "æ€æºé»‘ä½“ CN Regular";
}
.nyabout .nylt{
    width: 100%;
    float: left;
}
.nyabout .nylt .tuip{
    width: 580px;
    height: 285px;
    float: right;
    overflow: hidden;
}
.nyabout .nylt .tuip img{
    width: 100%;
    height: 100%;
}
.nyabout .nylt .rity{
    width: 580px;
    float: left;
}
.nyabout .nylt .rity p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    color: #191919;
    font-family: "é»‘ä½“";
    margin-top: 42px;
}
.nyabout .nylt .rity span{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #191919;
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.nyabout .nylt .rity a{
    width: 150px;
    float: left;
    color: #fff;
    height: 36px;
    background-color: #3782ff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 36px;
    margin-top: 30px;
}

/*搜索页*/
/****************************************内页页码****************************************/
.pagination[data-pagetotal="1"] {
	display: none !important;
}
.pagination > li {
	font-size: 14px;
	cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
	color: #3782ff !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #3782ff !important;
	border-color: #3782ff !important;
	color: #fff !important;
}
/********************************内页搜索页*******************************/
.search_content {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.search_content > h4 {
	color: #333;
	margin: 0px;
	padding: 15px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.search_content ul.search_list li {
	width: 100%;
	height: 125px;
	padding: 15px 13px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.search_content ul.search_list li > a {
	display: block;
}
.search_content ul.search_list li > a .img {
	width: 16%;
	height: 100%;
	float: left;
}
.search_content ul.search_list li > a .img img {
	width: 100%;
	height: 100%;
}
.search_content ul.search_list li > a .list-content {
	width: 80%;
	float: right;
}
.search_content ul.search_list li > a .list-content h4 {
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list li > a .list-content p {
	font-size: 14px;
	color: #ababab;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search_content ul.search_list li > a .list-content span.time {
	text-align: right;
	display: block;
	color: #ababab;
	font-size: 12px;
}
.search_fl ul li {
	overflow: hidden;
	margin-bottom: 50px;
}
.search_fl ul li div {
	position: relative;
	border-left: 2px solid #ccc;
	padding-left: 20px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.search_fl ul li div h3 {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-weight: normal;
}
.search_fl ul li div aside {
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.search_fl ul li div aside span {
	margin-left: 20px;
}
.search_fl ul li div em {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	padding-left: 26px;
	background: url(../img/news/news02.jpg) no-repeat left center;
	cursor: pointer;
}
.search_fl ul li div em i {
	font-size: 16px;
	margin: 0 8px;
	color: #36478c;
}
.search_fl ul li img {
	width: 100%;
	display: block;
}
.search_fl ul li summary {
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.search_fl ul li a {
	display: block;
	height: 100%;
}
.search_fl ul li:hover div {
	border-color: #3782ff;
}
.search_fl ul li:hover div h3 a {
	color: #630c14;
}
.search_fl ul li:hover div a {
	color: #630c14;
}
/********************************内页详情页*******************************/
.neiInfo_box {
	width: 100%;
	height: auto;
	min-height: 650px;
	margin: 20px auto;
}
.neiInfo_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
	box-sizing: border-box;
	padding: 0 2%;
	border-bottom: 2px solid #000;
}
.neiInfo_title h3 {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	font-size: 24px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title h3 small {
	font-size: 14px;
	margin-left: 6px;
	color: #3782ff;
}
.neiInfo_title .crumbInfo {
	width: auto;
	height: auto;
	float: right;
	display: inline;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title .crumbInfo a {
	color: inherit;
}
.neiInfo_title .crumbInfo a:hover {
	color: #3782ff;
	text-decoration: underline;
}
.neiInfo_ct {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}
.neiInfo_ct .neiCon {
	padding: 28px 0;
}
.neiInfo_ct .neiCon .s-content {
	width: 100%;
	height: auto;
	min-height: 600px;
	overflow: hidden;
}
.neiInfo_ct .neiCon h3 {
	padding: 0 10px;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.neiInfo_ct .neiCon .Info {
	padding: 0 10px;
	background: #fdfdfd;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.neiInfo_ct .neiCon .Info span {
	padding-right: 20px;
	font-family: '楷体';
}
.neiInfo_ct .neiCon .s-share {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
    width: 186px;
}
.neiInfo_ct .neiCon .s-share .bdsharebuttonbox {
	display: inline-block;
}
.bd_weixin_popup {
	box-sizing: content-box;
}
.neiInfo_ct .neiCon .newsConBox {
	width: 100%;
	height: auto;
}
.neiInfo_ct .neiCon .newsConBox p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	padding-bottom: 10px;
	text-indent: 2em;
	text-align: justify;
}
.neiInfo_ct .neiCon .newsConBox p[style*="text-align: center"] {
	text-indent: 0;
}
.neiInfo_ct .neiCon .newsConBox p[style*="text-align:center"] {
	text-indent: 0;
}
.neiInfo_ct .neiCon .newsConBox img {
	width: auto;
	height: auto;
	padding-bottom: 10px;
	max-width: 100%;
}
.neiInfo_ct .s-article {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.neiInfo_ct .s-article p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.neiInfo_ct .s-article a {
	color: inherit;
}
.neiInfo_ct .s-article a:hover {
	text-decoration: underline;
	color: #3782ff;
}


/*关于我们*/
.about{
	width: 100%;
	height: 755px;
	overflow: hidden;
	background: none;
/*	float: left;*/
	margin-top: -153px;
}
.about .tt1{
	width: 484px;
    height: 98px;
    float: left;
    margin-top: 78px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.about .sp{
	width: 688px;
	height: 430px;
	position: absolute;
	top: 215px;
	left: 0;
}
.about .sp img{
	height: auto;
}
.about .right{
	width: 460px;
	position: absolute;
	top: 215px;
	right: 0;
}
.about .right .des{
	width: 100%;
	float: left;
}
.about .right .des p{
	width: 100%;
	float: left;
	height: 245px;
	text-align: left;
	font-size: 14px;
	color: #191919;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.about .right .des a{
	width: 110px;
	float: left;
	text-align: center;
	height: 28px;
	background-color: #3782ff;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.about .right .whln{
	width: 100%;
	height: 169px;
	float: left;
	margin-top: 33px;
}
.about .right .whln .tu{
	width: 295px;
	height: 169px;
	overflow: hidden;
	float: left;
}
.about .right .whln .tu img{
	width: auto;
/*	height: auto;*/
}
.about .right .whln .wh{
	width: 165px;
	height: 169px;
	float: right;
	background-color: #3782ff;
}
.about .right .whln .wh .tb{
	text-align: center;
    margin: 0 auto;
    width: 50px;
    margin-top: 30px;
}
.about .right .whln .wh .tb img{
	width: 100%;
	height: 100%;
}
.about .right .whln .wh p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	margin-top: 8px;
}
.about .right .whln .wh span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
}

/*侧边导航*/
.zxkf{
	width: 144px;
	height: 414px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 99999;
	background: #3782ff;
	transition: all 0.3s ease;
}
.kfbox{
	width: 144px;
	height: 414px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 99999;
	transition: all 0.3s ease;
}
.zxkf:before{
	content: "";
	width：0;
	height：0;
	border-left: 72.5px solid transparent;
    border-right: 72.5px solid transparent;
    border-top: 20px solid #3782ff;
    position: absolute;
    left: -1px;
    bottom: -20px;
    z-index: -1;
	}
.zxkf .wz{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.zxkf .wz p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.zxkf .wz span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}
.zxkf .wz img{
	width: 93px;
	height: 14px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.zxkf .kfbx{
	width: 143px;
    height: 165px;
    float: left;
    position: relative;
    margin-top: 5px;
}
.zxkf .zxhotx{
	width: 100% !important;
	float: left !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold !important;
    line-height: 40px !important;
	text-align: center !important;
	margin-bottom: 7px !important;
}
.zxkf .zxhotx:hover{
	color: #000;
}
.zxkf .ff{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}
.zxkf .kfbx .yj{
	width: 12px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
}
.kfbox .zxkefu{
	width: 30px;
	height: 130px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
    writing-mode: vertical-lr;
    line-height: 30px;
    letter-spacing: 5px;
	cursor: pointer;
}
.zxkf .kfbx ul{
	width: 100%;
	height: 118px;
	float: left;
	margin-top: 9px;
}
.zxkf .kfbx ul li{
	width: 100%;
	height: calc((100%)/3);
	float: left;
	position: relative;
}
.zxkf .kfbx ul li:after{
	content: "";
	width: 135px;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff ,rgba(255, 255, 255, 0.2));
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.zxkf .kfbx ul .bgx:before{
	content: "";
	width: 111px;
	height: 1px;
	background-image: linear-gradient(90deg, 
		#7e8a51 0%, 
		rgba(191, 197, 168, 0.51) 26%, 
		#fbfcfa 50%, 
		rgba(255, 255, 255, 0.97) 52%, 
		#7e8a51 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.zxkf .kfbx ul li a{
	width: 143px;
	height: 40px;
	float: right;
	position: relative;
	transition: 0.3s;
}
.zxkf .kfbx ul li a span{
	width: 130px;
	position: absolute;
	top: 0;
	left: -130px;
	height: 40px;
	background-color: #3782ff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	display: none;
}
.zxkf .kfbx ul li a:hover span{
	display: block;
}
.zxkf .kfbx ul li a .y1{
	width: 50px;
	height: 100%;
	float: left;
	position: relative;
	transition: 0.3s;
	opacity: 1;
}
.zxkf .kfbx ul li a .y1 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
}
.zxkf .kfbx ul li a .t1{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
.zxkf .kfbx ul li a .t1 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
}
.zxkf .kfbx ul li a p{
	width: 75px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.zxkf .kfbx ul li:hover{
	background-color: #fff;
}
.zxkf .kfbx ul li:hover .zxhotx{
	color: #000 !important;
}
.zxkf .kfbx ul li a:hover .y1{
	opacity: 0;
}
.zxkf .kfbx ul li a:hover .t1{
	opacity: 1;
}
.zxkf .kfbx ul li a:hover p{
	color: #302f2d;
}
.zxkf .zewm{
	width: 141px;
    background: #fff;
    padding: 1px;
    margin: 1px auto;
}
.zxkf .zewm .zew{
	width: 97px;
	height: 96px;
	margin: 14px auto;
}
.zxkf .zewm .zew img{
	width: 100%;
	height: 100%;
}
.zxkf .zewm p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.zxkf .fh{
	float: left;
    cursor: pointer;
    width: 141px;
    height: 85px;
    margin-top: 50px;
    margin-left: 1px;
}

.ultab {
  margin-top: 30px;
}
.ultab .lid {
  width: 114px;
  height: 114px;
  border: dashed 1px #3782ff;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  margin-right: 56px;
  position: relative;
}
.ultab .lid::after {
  content: "";
  width: 56px;
  border: dashed 1px #3782ff;
  position: absolute;
  top: 49%;
  left: 100%;
}
.ultab .lid:last-child:after {
  border-color: transparent;
}
.ultab .lid .s1 {
  display: block;
  font-size: 18px;
  color: #3782ff;
  margin-top: 30px;
  margin-bottom: 5px;
}
.ultab .lid .s2 {
  display: block;
  font-size: 12px;
  color: #3782ff;
}
.ultab .lid:hover {
  border-color: #f7971e;
}
.ultab .lid:last-child {
  margin-right: 0;
}



.shae {
	width: 305px;
  padding-left: 30px;
  box-sizing: border-box;
	float: right;
	line-height: 38px;
	font-size: 16px;
	color: #505050;
}
.shae .t {
  font-size: 16px;
  color: #fff;
	float: left;
}
.shae ul {
  text-align: left;
}
.shae ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  transition: all 0.3s ease;
	    vertical-align: middle;
}
.shae ul li:hover {
  transform: translateY(-5px);
}















