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 #9d693a;
    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: #5ba706!important;
}
.crumbTit a:last-child:after{
    display: none;
}

/* aboCrumbs */

/* mAboutDesc */
.mAboutDescInfo > h3{
    color: #5ba706;
}
/* 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: #5ba706;
    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 #5ba706;
    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 #5ba706;
    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: #5ba706;
}
.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: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: 100%;
    height: 174px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}
.mNewsImmgs{
    width: 264px;
    height: inherit;
    float: left;
    overflow: hidden;
}
.mNewsImmgs img{
    width: 100%;
    height: 100%;
}
.mNewsTxt{
    width: 708px;
    height: inherit;
    float: right;
    overflow: hidden;
    padding-left: 16px;
}
.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: #5ba706;
}
.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;
}
.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;
            position: relative;
}
.mProImg i img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.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: #22449b;
    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: #22449b!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 > 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: #337ab7 !important;
    border-color: #337ab7 !important;
}
.pagination{
    margin: 20px 0 0!important;
    float: right!important;
}

.pagination>li>a,
.pagination>li>span {
    color: #337ab7 !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: #22449b;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
}
.nt-box .n-rit .n-ewm{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.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: 160px;
    font-size: 12px;
    margin-top: 5px;
    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 #22449b !important;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #22449b !important;
    border-radius: 10px;
    transition: 0.3s;
}
.submit1:hover{
    background-color: #22449b;
    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;
}
.n-cot .l-zb a{
    width: 168px;
    height: 48px;
    float: left;
    margin-left: 50px;
    background-color: #22449b;
    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: #5ba706;
    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: #5ba706;
    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: #22449b;
}
.nyerji .ntel{
	width: 100%;
	height: 82px;
	float: left;
	background-color: #22449b;
}
.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;
    position: relative;
}
.nyjj .nycp img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.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: #22449b;
    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: #22449b;
    position: absolute;
    top: 0;
    left: 37px;
}
.nyjj .nyds .nrx span{
    font-size: 30px;
    color: #22449b;
    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 #22449b;
    font-size: 16px;
    color: #22449b;
    text-align: center;
    line-height: 35px;
    transition: 0.3s;
    border-radius: 35px;
    margin-top: 10px;
}
.nyjj .nyds .nrx a:hover{
    background-color: #22449b;
    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: #22449b;
    color: #fff;
}
.ntjwz .ninor ul li:first-child{
    margin-left: 0;
}
.jdny{
    width: 100%;
    float: left;
}
.jdny .jdtt{
    width: 100%;
    float: left;
    text-align: center;
}
.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: #9d693a;
    color: #fff;
}
.jdny .jdbox .hd .prev{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 320px;
    right: 125px;
    background-color: #9d693a;
    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: #1477dc;
}
.jdfh a{
    width: 82px;
    height: 30px;
    float: right;
    background-color: #1477dc;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}




















