*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
    margin: auto;
    height: 131px;
}

.listheader>div{
    max-width: 1280px;
    margin: auto;
}

.listheaderLeft{
    float: left;
    height: 131px;
    line-height: 131px;
    width: 24%;
}

.listheaderRight_a{
    float: right;
    cursor: pointer;
    height: 131px;
    line-height: 172px;
}

.listheaderRight{
    float: right;
    margin-right: 2%;
}


.listheaderRight_c{
    float: right;
    position: relative;
    cursor: pointer;
}
.myPhone{
    position: absolute;
    top: 96px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #3c0000;
    color: #fff;
    padding: 2em 3em;
    text-align: center;
    width: 100%;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}


.nas{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.nas>li{
    position: relative;
    height: 131px;
    line-height: 172px;
    padding-left: 4rem;
}
.nas>li>a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    color: #000000;
    width: 100%;

    text-align: center;
    position: relative;
}
.nas>li>a img{
    margin-left: 5px;
}
.navs{
    transition: 0.3s linear;

}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/





/**/
.clear {
    clear: both;
}

.index .in_title {
	padding-top: 80px;
}
.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
	text-align: center
}
.index .in_title .tit {
	width: 300px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #1048a0;
}
.index .in_title .tit span {
	float: left;
	margin-left: 40px;
}
.index .in_title .tit em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}
.tops {
    width: 1146px;
    margin: auto;
    display: block;
    overflow: hidden;
}

.top1 {
    width:100%;
    background:#0086d1;
    height: 58px;
}
.nav {
    width:1146px;
    margin:auto;
}
.nav>ul {
    margin-bottom:0;
    font-size:0;
}
.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    width: 142px;
    height: 44px;
    border-radius: 51px;
    margin-top: 7px;

}
.nav>ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s;
    border-left: 1px solid #2da2e2;
    line-height: 100%;
    margin-top: 15px;
}
.nav span {
    float:right;
}
.nav>ul>li:nth-child(1)>a {
    border-left:0;
}
.nav>ul>li:last-child>a {
    border-right:0;
}
.nav>ul>li:hover {
        background: #ff7f02;
}
.nav>ul>li:hover>a {
    font-weight: 700;
    border-left:0;
    color:#fff;
}

.clear {
    clear:both;
}
.mor1e {
    position:absolute;
    left:0;
    top:45px;
    width:100%;
    z-index:999;
    background:#0172bd;
    display:none;
}
.more {
    position:absolute;
    left:0;
    top:45px;
    width:100%;
    z-index:33333;
    background:#0086d1;
    display:none;
}
.more a {
    display:block;
    height:44px;
    overflow:hidden;
    line-height:44px;
    color:#fff;
    border-bottom:1px solid #61a5d4;
    margin-bottom:-1px;
    text-align:center;
    font-size:14px;
    transition:all 0.3s linear 0s;
}

.sous{
    width: 100%;
    background: #fff;
    height: 68px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.sous>div{
    width: 1146px;
    margin: 0 auto;
    overflow: hidden;
}




.sousLeft{
    float: left;
    line-height: 68px;
    overflow: hidden;
}

.sousLeft>img{
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.sousLeft span{
    font-size: 16px;
    font-weight: 700;
    color: #0084ca;
    float: left; 
}

.sousLeft a{
    color: #676363;
    font-size: 14px;
    border-right: 1px solid #676363;
    line-height: 100%;
    display: block;
    float: left;
    padding: 0 9px;
    margin-top: 28px;
}
.sousLeft a:last-child{
    border: 0;
}

.sousRight{
    float: right;
    overflow: hidden;
    margin-top: 17px;
}

.sousRight input:nth-child(1){
    width: 193px;
    height: 36px;
    display: block;
    float: left;
    overflow: hidden;
    outline: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    border-radius: 50px 0 0 50px;
    border-right: 0;
}
.sousRight input:nth-child(2){
    width: 44px;
    height: 36px;
    overflow: hidden;
    display: block;
    float: left;
    background: url(../image/7_05.jpg)center 0 no-repeat;
    border: 0;
    text-align: center;
}




header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}

















.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 131px;
    display: none;
    z-index: 10;
    background: #007d5a;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}



.home_a{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
}
.home_a a{
    flex: 1;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.home_a img{
    transition: all 0.3s;
}

.home_a:hover img{
	
	transform: rotateY(360deg);
}
.home_a label{
    display: block;
    margin: 12px 0;
    font-size: 25px;
    color: #0086d1;
	  font-weight:normal;
    cursor: pointer;
}
.home_a div{
    color: #7f7f7f;
    line-height: 24px;
}
.home_a a:hover label{
    color: #0086d1;
}







.home_c{
    width: 100%;
    background:#0086d1;
    height: 867px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.home_c>div{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
}
.home_cTop{
    margin-top: 7rem;
}
.home_cTop div{
    font-size: 36px;
}
.home_cTop img{
    display: block;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
}


.home_call{
    width: 100%;
    overflow: hidden;
}
.home_cnav{
    text-align: center;
    margin-bottom: 5rem;
}
.home_cnav a{
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    margin: 0 4px;
}

.home_cnav a.on{
    color: #006a4c;
    font-weight: 700;
}


.index_f{
    width: 100%;
   
}

.index_fs{
   
    overflow: hidden;
    width: 100%;
}
.index_fs>div{
	    float: left;
    width: 24%;
	    margin-left:30px;
	}
.index_fs a{
    display: block;
	width:100%;
    overflow: hidden;

    margin-bottom: 2%;
}
.index_fs a div{
    overflow: hidden;
    width: 100%;
}
.index_fs img{
    width: 100%;
    transition: all 0.3s;
}
.index_fs span{
    display: block;
    height: 50px;
    background: #fff;
    color: #000;
    line-height: 50px;
    font-size: 18px;
}

.index_fs a:hover img{
    transform: scale(1.1);
}
.index_fs a:nth-child(4n){
    margin-right: 0;
}










.content {
    max-width: 1280px;
    margin: 0 auto;
}


.home_f{
    width: 100%;
    background: url(../image/index_11.jpg)center 0 no-repeat;
    height: 632px;
    overflow: hidden;
}
.home_ctop{
    text-align: center;
    margin-top: 6.6rem;
    margin-bottom: 4rem;
}
.home_ctop div{
    font-size: 33px;
    color: #fff;
    font-weight: 700;
}
.home_ctop div span{
    color: #fff;
    margin: 0 10px;
}
.home_ctop p{
    font-size: 18px;
    color: #fff;
}
.home_ctop i{
    display: block;
    width: 57px;
    height: 6px;
    margin:17px auto;
    background: #e52f33;
    margin-top: 10px;
}



.home_fs{
    max-width: 1288px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_fs a{
    display: block;
    background: #fff;
    width: 30%;
    margin-bottom: 2%;
    border-radius: 26px 0 26px 0;
    overflow: hidden;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.home_fs a img{
    float: left;
    width: 28%;
    transition: all 0.5s;
}
.home_fs a div{
    float: right;
    width: 68%;
    margin-top: 1.4rem;
}
.home_fs a label{
    font-size: 25px;
    color: #013476;
}
.home_fs a p{
    margin: 0;
    font-size: 17px;
    color: #013476;
    text-transform: uppercase;
}

.home_fs a:hover img{
    transform: rotateY(360deg);
}



.xilei{
    width: 1440px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 102px;
}
.swiperxilei{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.xileitext{
    width: 100%;
    overflow: hidden;
}
.xileitext a{
    display: block;
	 background:#f4f4f4;
    overflow: hidden;
    width: 100%;
}
.xileitext img{
    width: 100%;
}
.xileitext span{
    color: #695e5a;
    display: block;
    text-align: left;
    font-weight: 700;
    width: 84%;
    margin: auto;
    font-size:18px;
    border-bottom: 1px solid #ccc;
    margin-top: 17px;
    height: 49px;
}
.xileitext p{
    color: #333;
    text-indent: 29px;
    width: 85%;
    margin: auto;
    line-height: 24px;
    margin-top: 11px;
}
.xileitext div{
    width: 160px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    background: #d2d2d2;
    color: #000;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.xileinext{
    width: 56px!important;
    height: 58px!important;
    background: url(../image/02.jpg) no-repeat!important;
    background-size: 56px 58px!important;
    right: 0.1%!important;
}
.xileiprev{
    width: 56px!important;
    height: 58px!important;
    background: url(../image/01.jpg) no-repeat!important;
   background-size: 56px 58px!important;
    left: 0.1%!important;
}

.shuaji{
    width: 100%;
    height: 178px;
    background: url(../image/images/5_03.jpg)center 0 no-repeat;
}



.dingzhi{
    width: 100%;
    background: url(../image/15_04.jpg)center 0 no-repeat;
    height: 202px;
    overflow: hidden;
    margin-top: 2rem;
}
.dingzhi>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.dingzhiLeft{
    float: left;
    overflow: hidden;
    text-align: center;
       padding-top: 38px;
    color: #fff;
}
.dingzhiLeft span{
    font-size: 19px;
    display: block;
    margin-top: 17px;
    margin-bottom: 5px;
}
.dingzhiLeft i{
    font-style: normal;
    font-size: 18px;
}
.dingzhiLeft label{
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
}
.dingzhiLeft a{
    display: block;
    width: 155px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    margin: auto;
    color: #000;
    border-radius: 30px;
    margin-top: 15px;
    font-size: 16px;
}
.dingzhiRight{
    float: right;
    width: 73.6%;
    overflow: hidden;
}
.dingzhiRight a:nth-child(1){
    margin-left: 0;
}
.dingzhiRight a{
    background: url(../image/images/15.png)center 0 no-repeat;
    width: 12.2%;
    height: 124px;
    overflow: hidden;
    text-align: center;
    display: block;
    float: left;
    margin-top: 42px;
    margin-left: 47px;
}
.dingzhiRight div{
    height: 66px;
    line-height: 83px;
}
.dingzhiRight img{
    transition: 0.3s linear;
}
.dingzhiRight span{
    font-size: 17px;
    color: #323232;
}

.dingzhiRight a:hover img{
    transform: rotate(360deg);
    transition: 0.3s linear;
}


.home_e{
    width: 100%;
    background: url(../image/7.png)center 0 no-repeat;
    height:715px;
    overflow: hidden;
    color: #fff;
}
.home_e>div{
    max-width: 1280px;
    margin:9rem auto;
    overflow: hidden;
}

.home_esleft{
    float: left;
    width: 20.3%;
    overflow: hidden;
}
.home_esleft div{
    width: 100%;
    background: #0086d1;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    padding-left: 4rem;
}
.home_esleft div img{
    margin-top: -4px;
    margin-right: 14px;
}
.home_esleft a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    color: #202020;
    font-size: 18px;
    border-left: 2px solid #0086d1;
    padding-left: 3.5rem;
    margin-top: 1.2rem;
    position: relative;
}
.home_esleft a img:nth-child(1){
    position: absolute;
    z-index: 1;
    top: 28%;
}
.home_esleft a img:nth-child(2){
    position: absolute;
    top: 28%;
}

.home_esleft a span{
    margin-left: 4rem;
}

.home_esleft a.on{
    background: #0086d1;
    color: #fff;
}
.home_esleft a.on img:nth-child(1){
    z-index: 0;
}


.home_esright{
    float: right;
    width: 75%;
    overflow: hidden;
}

.home_esright .home_esrightBox{
    display: none;
    overflow: hidden;
    width: 100%;

}
.home_esright .home_esrightBoxtop{
    background: #0086d1;
    overflow: hidden;
}
.home_esright .home_esrightBoxtop>img{
    float: left;
    width: 59%;
}

.home_esright .home_esrightBox .home_esrightBoxright{
    float: right;
    width: 41%;
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 4rem;
}
.home_esright .home_esrightBox .home_esrightBoxright span{
    font-size: 24px;
}
.home_esright .home_esrightBox .home_esrightBoxright div{
    line-height: 28px;
    margin: 1rem 0;
}
.home_esright .home_esrightBox .home_esrightBoxright a{
        width: 110px;
    height: 35px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 30px;
}

.home_esrightbottom{
    width: 100%;
    overflow: hidden;
}
.home_esrightbottom a{
    width: 24%;
    display: block;
    float: left;
    margin-right: 1.3%;
    margin-top: 1.5%;
}
.home_esrightbottom a img{
    width: 100%;
}
.home_esrightbottom a:nth-child(4){
    margin-right: 0;
}

.home_ftop{
    margin-top: 7rem;
    text-align: center;
}
.home_ftop div{
    font-size: 36px;
    color: #000;
}
.home_ftop  p{
	 font-size: 18px;
}
.home_ftop img{
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.home_atop{
    margin-top: 5rem;
    text-align: center;
}
.home_atop div{
    font-size: 36px;
    color: #000;
}
.home_atop  p{
	 font-size: 28px;
}
.home_atop img{
    display: block;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.home_atop  em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}

.news_m{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 8rem;
    overflow: hidden;
}

.news_one:hover .news_tu img{
    transform: scale(1.1);
}
.news_one{
    position: relative;
    width: 32%;
    float: left;
    z-index: 1;
    background: #f1f1f1;
    margin-right: 2%;
    padding-bottom: 2rem;
}
.news_one:nth-child(3){
    margin-right: 0px;
}
.news_tu{
    width: 100%;
    overflow: hidden;
}
.news_tu img{
    width: 100%;
    transition: all 0.3s;
}
.xinwen_000_0{
    text-align: center;
    top: 0px;
    left: 3rem;
    background: #007d5a;
    position: absolute;
    width: 85px;
    height: 85px;
    z-index: 22;
}

.xinwen_000_0 div:nth-child(1){
    color:#fff;font-size: 24px;line-height: 24px;padding-top: 20px;
}
.xinwen_000_0 div:nth-child(2){
    color:#fff;
}

.news_one h4{
    line-height: 52px;
    color: #000;
    margin: 0;
    font-size: 16px;
    padding-left: 2rem;
}
.news_one h4 a{
    color: #000000;
}
.new_line{
width: 50px;
    height: 3px;
    background: #007d5a;
    margin-left: 2rem;
    
}
.news_ms{
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 2rem;
    line-height: 25px;
}
.news_ms a{
    color: #007d5a;
    display: block;
}
.news_ms a:hover{
    /*color: #000;*/
}



.bottom{
    width: 100%;
    background: #434343;
    overflow: hidden;
}

.bottomTop{
    text-align: center;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #5E5E5E;
    overflow: hidden;
    padding: 5rem 0;
}


.bottomTop span{
    display: block;
    font-size: 24px;
    color: #fff;
}
.bottomTop label{
    display: block;
    font-size: 33px;
    color: #0086d1;
    margin: 7px 0;
}
.bottomTop img{

}


.bottomcenter{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    display: flex;
    margin-top: 4rem;
    margin-bottom: 5rem;
}
.bottomcenter div{
    flex: 1;
}
.bottomcenter a{
    display: block;
    color: #d1d1d1;
    margin-bottom: 0.5rem;
    padding-left: 5rem;
}
.bottomcenter a:nth-child(1){
    color: #fff;
    font-size: 15px;
    margin-bottom: 1rem;
}

.allbottom{
    border-top: 1px solid #5E5E5E;
    line-height: 93px;
    text-align: center;
    color: #d1d1d1;
}
.allbottom a{
    color: #d1d1d1;
}









.home_h{
    width: 1200px;
    
   
	 margin: auto;
    overflow: hidden;
}


.home_eTop{
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    margin-top: 81px;
    margin-bottom: 51px;
    text-align: center;
    overflow: hidden;
}


.home_hs{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;       
}
.home_hs a{
    overflow: hidden;
   
    width:18%;
	 margin-right:2%;
	  margin-bottom:2%;
	 
    background: #fff;
}
.home_hs a img{
    width: 100%;
	 border: 1px solid #ccc;
    transition: all 0.3s;
}

.home_hs a:hover img{
    transform: scale(0.9);
}





















/**/
.listbanner{
    width: 100%;
    overflow: hidden;
    background: url(../image/hrconbanner.jpg)center 0 no-repeat;
    height: 550px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 14rem;
}


.listbanner img{

}
.listbanner label{
    display: block;
    font-size: 30px;
    margin-top: -51px;
}
.listbanner div{
    border-top-color: #48baa0;
    border-top-style: solid;
    border-top-width: 3px;
    width: 120px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.listbanner p{
    font-size: 16px;
    margin: 0;
}



.listnav{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.listnav>div{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
}


.listnavright{
    float: right;
}
.listnavright a{
    color: #0787d0;
}
.listnavright span{

}

.listcontact{
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    background: url(../image/mtconback.jpg)center 0 no-repeat;
    background-position: top center;
    text-align: center;
}
.listcontact>img{
    margin: 7rem 0;
    transition: all 1s;
    cursor: pointer;
}
.listcontact>img:hover{
    transform: rotate(360deg);
}
.listcontact>p{
    margin: 0;
    font-size: 46px;
}
.listcontact>p>label{
    margin: 0;
}
.listcontact>span{
    font-size: 16px;
    color: #707070;
    line-height: 34px;
    display: block;
    margin-top: 3rem;
}
.listcontact>span>a{
    color: #707070;
}

#allmap{
    max-width: 1280px;
    margin: auto;
    height: 400px;
    overflow: hidden;
    margin-top: 4rem;
}
div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}
div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
    text-align: left;

}
div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}


/**/
.listnavleft{
    float: left;
    overflow: hidden;
}
.listnavleft a{
    display: block;
    width: 200px;
    text-align: center;
    color: #333;
    border-left: 1px solid #ccc;
    float: left;
    font-size: 16px;
    transition: all 0.3s;
}
.listnavleft a:last-child{
    border-right: 1px solid #ccc;
}
.listnavleft a:hover{
    background: #0787d0;
    color: #fff;
    border-left: 1px solid #48baa0;
}

.listabout{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2rem;
}

.listabout .listabouttitle{
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    font-size: 30px;
    margin: 0;
    padding-bottom: 2rem;
    margin-top: 5rem;
}
.listabout>div{
    line-height: 25px;
}


.listnew{
max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}
.listnew a{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.listnew a img{
    float: left;
    width: 20%;
}
.listnew .listnewright{
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}
.listnew .listnewright .listnewrighttop{
overflow: hidden;
    line-height: 34px;
}
.listnew .listnewright .listnewrighttop span{
font-size: 24px;
    transition: all 0.3s;
    color: #333;
}
.listnew .listnewright .listnewrighttop div{
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}
.listnew .listnewright .listnewrighttop div i{

}
.listnew .listnewright .listnewrighttop div label{
margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.listnew .listnewright>span{
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #0787d0;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}
.listnew .listnewright .listnewrighttop span:hover{
    color: #0787d0;
}
.listnew .listnewright>span:hover{
    background: #000;
}


/**/

.listmessages input::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 

.listmessages textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}

.listmessages textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}

.listmessages textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
} 


.listmessage{
    max-width: 1280px;
    margin: 5rem auto;
    overflow: hidden;
    padding-left: 7rem;
}
.listmessages{
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 12px;
}
.listmessages span{
    display: inline-block;
    float: left;
    width: 100px;
    text-align: right;
    color: #666;
    margin-right: 1rem;
}
.listmessages input{
    width: 500px;
    height: 30px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;

}
.listmessages textarea{
width: 500px;
    height: 150px;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
}
.listmessage>form>input{
    background-color: #0086d1;
    height: 40px;
    width: 90px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 0;
    margin-left: 68px;
    margin-top: 3rem;
    font-size: 16px;

}


.listpro{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.listproleft{
    width: 22%;
    overflow: hidden;
    float: left;
}
.listproleft a{
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    border: #e6e6e6 1px solid;
    display: block;
    color: #333;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
.listproleft a:hover{
    background: #0086d1;
    color: #fff;
}


.listproright{
float: right;
    width: 74%;
}
.listproright .title .tle {
    font-size: 18px;
    transition: all .5s ease;
    font-family: arial;
    color: #333;
    font-weight: 600;
}
.listproright .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    z-index: 999;
}
.listproright .p_Product:hover .k {
    left: -50px;
    top: -50px;
}
.listproright .p_Product:hover .line {
    width: 100%;
}
.listproright .p_Product:hover .img {
    transform: scale(1.1);
}
.listproright .p_Product:hover .tle {
    color: #0787d0;
}
.listproright .p_Product:hover {
    box-shadow: 0 0 20px #ddd;
}
.listproright .p_Product {
    width: 32%;
    border-right: #e6e6e6 1px solid;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
}
.listproright .p_Product:nth-child(3n){
    margin-right: 0;
}

.listproright .xq {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.listproright .line {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #0787d0;
    bottom: -1px;
    left: 0px;
    transition: all .5s ease;
}

.listproright .k {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-color: #0787d0;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}
.listproright .foot .more1 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.listproright .read {
    font-size: 14px;
    color: #0787d0;
    font-family: arial;
    font-weight: bold;
}
.listproright .foot {
    padding: 30px 30px 30px;
    background: #fff;
}

.listproright .pic {
    overflow: hidden;
    width: 100%;
    height: 199px;
}
.listproright .pic .img {
    width: 100%;
    height: 100%;
    transition: all 2s ease .5s;
}
.listproright .title {
    padding-top: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #e6e6e6 1px solid;
    background: #fff;
}



.listshowright{
    float: right;
    width: 74%;
}
.listshowrighttop{
    width: 100%;
    overflow: hidden;
}
.listshowrighttop>img{
    float: left;
    width: 50%;
    border: #e6e6e6 1px solid;
}
.listshowrighttop>div{
    float: right;
    width: 45%;
    overflow: hidden;
}
.listshowrighttop>div p{

}
.listshowrighttop>div p span{
    
}   
.listshowrighttop>div p label{
    margin: 0;
    font-size: 24px;
}

.listshowrightbottom{
    width: 100%;
    margin-top: 3rem;
}
.listshowrightbottom>span{
    width: 114px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: block;
    background-color: #48baa0;
}
.listshowrightbottom>div{
    border:1px solid #ccc;
    padding: 15px;
    line-height: 25px;
}