@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
a:focus{
	outline:none;
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
input,textarea{
	outline: none;
}
body {
	font-family:"微软雅黑";
	font-size:14px;;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.container1{
	width:90%;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:120px;
	clear:both;
	background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
	box-shadow: 0px 0px 10px #f4f4ed;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:23px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-right: 3%;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
}
.menupc li:last-child{
	background:none;
}
.menupc li a{
	display:block;
	color:#333;
	padding: 0px 26px;
	font-size:16px;
	line-height:120px;
}
.menupc li:hover a{
	color:#cc672e;
	font-weight:bold;
}
.menupc li a:hover{
	color:#cc672e;
	font-weight:bold;
}
.menupc li .current{
	font-weight:bold;
}
.menupc ul{
	background-color: #fff;
	position: absolute;
	display:none;
	left: 0;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul:before{
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 2px;
    background-color: #cc672e;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	width:100%;
	background:none;
}
.menupc ul li:last-child a{
	border-bottom:none;
}
.menupc ul li a{
	display: block;
	font-size: 14px;
	position: static;
	margin:0px 10px;
    padding: 0;
    border-bottom:1px dashed #cfcfcf;
	line-height: 40px;
	color:#333 !important;
    font-weight:normal !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menupc ul li a:hover{
	color:#fff !important;
	background-color:#cc672e !important;
    margin:0px;
    padding: 0px 10px;
}
.menupc ul li .current{
	color:#fff !important;
	background-color:#cc672e !important;
    margin:0px;
    padding: 0px 10px;
}
.menupc ul.subnav {
	display: block;
}

.tel{
	float:right;
	display:block;
	margin-top:46px;
    margin-right: 7.2%;
    background: url("../img/tel.png") no-repeat left center;
}
.tel p{
    background: linear-gradient(to right, #dd8035, #c9632d);
    -webkit-background-clip: text;
    color: transparent;
	font-size: 20px;
    padding-left:35px;
    font-weight: bold;
}
.nation{
    height: 120px;
    background-color: #d38137;
    position: absolute;
    right: 0;
    width: 174px;
}
.nation_t{
    cursor: pointer;
    position: relative;
}
.nation_t h3{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 120px;
    text-transform: uppercase;
    padding-left: 20px;
}
.nation_t h3:after{
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../img/jt.png") no-repeat right center;
    position: absolute;
    top: 56px;
    right: 20px;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top:120px;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
}
.nation_b li{
    line-height: 25px;
    text-align: center;
}
.nation_b li a{
    display: block;
    font-size: 15px;
    color: #000;
}



/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#0d88de;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0d88de url(../img/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top:10px;
    }
    .yx a img {
        max-width: 100%;
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .tel{
        display:none;
    }
    .nation{
       display: none;
    }
    .home-banner{
        margin-top: 60px !important;
    }
}

/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.home-banner-slick {
    overflow:hidden
}
.home-banner-slick .slick-slide {
    position:relative;
}
.home-banner-slick .slick-slide img {
    display: block;
    max-width:100%;
    margin: 0 auto;
    border:none;
}
.home-banner .slick-dots {
    z-index:10;
    bottom:10px;
    line-height:0;
    text-align:center;
}
.home-banner .slick-dots li {
    margin: 5px;
    padding:0;
    width: 12px;
    height: 12px;
}
.home-banner .slick-dots li button {
    background-color: rgba(211,129,55,0.5);
    width: 12px;
    height: 12px;
    border-radius: 25px;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #d38137;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}
.home-banner .home-banner-slick .slick-slide .home-pc{
    display: block;
}
.home-banner .home-banner-slick .slick-slide .home-mobile{
    display: none;
}
.home-banner .home-banner-slick .slick-prev, .home-banner .home-banner-slick  .slick-next{
    width: 62px;
    height: 62px;
    top:50%;
    margin-top: -31px;
    z-index: 11;
}
.home-banner .home-banner-slick .slick-prev{
    left: 5%;
    background: url("../img/left.png") no-repeat left center;
}
.home-banner .home-banner-slick .slick-next{
    right: 5%;
    background: url("../img/right.png") no-repeat right center;
}
.mouse-scroll {
    position: absolute;
    bottom: 55px;
    z-index: 5;
    left: 50%;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}

#page1{
    position: relative;
}

#page2{
	width:100%;
	margin:0 auto;
    background: #f5f5f5 url("../img/bg.jpg") no-repeat top center;
    background-size: cover;
}
.home-pro{
    width:100%;
    margin: 0 auto;
    padding-top: 120px;
}
.container2{
    width: 78%;
    margin: 0 auto;
}
.pro_title{
    margin-bottom: 35px;
    overflow: hidden;
}
.pro_title h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.pro_title p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0px;
}
.pro_title a{
    display: block;
    width: 120px;
    line-height: 34px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 25px;
    background: url("../img/jt1.png") no-repeat center;
    transition: .5s;
}
.pro_title a:hover{
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, .4);
}
.pro_con{

}
.prolist{
    position: relative;
}
.prolist li{
    overflow: hidden;
    margin: 0  9px;
}
.prolist li a{
    display: block;
    outline: none;
    position: relative;
    background-color: #fff;
}
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    z-index:999;
}
.pro_img{
    overflow: hidden;
}
.pro_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
    border: none !important;
}
.prolist li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    padding: 30px 0px;
    overflow: hidden;
    text-align: center;
}
.pro_txt h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.pro_txt p{
    font-size: 16px;
    color: #fff;
    width: 140px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 25px;
}
.pro_cate{
    position: absolute;
    top: 0;
    left: 11px ;
}
.pro_cate p{
    width: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 10px 0px 10px;
    position: relative;
    text-align: center;
}
.pro_cate:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 23px solid #5a8249;
}
.prolist li a:hover .pro_txt p{
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, .4);
}
.prolist li:nth-child(n) .pro_txt p{
    background-color: #5a8249;
}
.prolist li:nth-child(n) .pro_cate:after{
    border-top: 23px solid #5a8249;
}
.prolist li:nth-child(n) .pro_cate p{
    background-color: #5a8249;
}
.prolist li:nth-child(2n) .pro_txt p{
    background-color: #d38137;
}
.prolist li:nth-child(2n) .pro_cate:after{
    border-top: 23px solid #d38137;
}
.prolist li:nth-child(2n) .pro_cate p{
    background-color: #d38137;
}
.prolist li:nth-child(3n) .pro_txt p{
    background-color: #ff5a00;
}
.prolist li:nth-child(3n) .pro_cate:after{
    border-top: 23px solid #ff5a00;
}
.prolist li:nth-child(3n) .pro_cate p{
    background-color: #ff5a00;
}

.prolist .slick-dots {
    z-index:10;
    bottom: -30px;
    line-height:0;
    text-align:center;
}
.prolist .slick-dots li {
    margin: 7px;
    padding:0;
    width: 13px;
    height: 13px;
}
.prolist .slick-dots li button {
    background-color: #ccc;
    width: 13px;
    height: 13px;
    border-radius: 25px;
    display:block;
}
.prolist .slick-dots li button:before {
    content:"";
}
.prolist .slick-dots .slick-active button {
    background-color: #d38137;
}
.prolist .slick-dots .slick-active button:before {
    color:transparent;
}

#page3{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
}
.about_fl{
    float: left;
    width: 55.5%;
}
.about_fl_t{

}
.about_fl_t a{
    display: block;
}
.about_fl_t a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about_fl_b{
	padding: 45px 0px 85px 0px;
	overflow: hidden;
	text-align: center;
	background-color: #5B8249;
	background-image: url(../img/hbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.about_fl_b h3{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.about_fl_b h3:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto;
}
.about_fl_b p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 62%;
    margin: 0 auto;
}
.about_fl_b a{
    display: block;
    width: 120px;
    margin: 30px auto 0px auto;
    line-height: 34px;
    height: 36px;
    border-radius: 25px;
    background: #d38137 url("../img/jt1.png") no-repeat center;
    transition: .5s;
}
.about_fl_b a:hover{
    box-shadow: 0 0 0 0.2rem rgba(211, 129, 55, .4);
}
.about_fr{
    float: right;
    width: 44.5%;
}
.about_fr_t{
    background-color: #FDF8E5;
    padding: 55px 45px 25px 45px;
    overflow: hidden;
}
.about_title{
    margin-bottom: 70px;
    z-index: 99;
    position: relative;
}
.about_title p {
    font-size: 100px;
    color: #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
}
.about_title h3 {
    font-size: 49px;
    color: #333;
    margin-top: -95px;
    font-weight: bold;
    background: url(../img/title.png) no-repeat 30px center;
    z-index: 9999;
    position: relative;
    padding-left: 70px;
}
.about_fr_tcon p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 25px;
    width: 80%;
}
.about_fr_tcon a{
    display: block;
    width: 120px;
    line-height: 34px;
    height: 36px;
    border-radius: 25px;
    background: #d38137 url("../img/jt1.png") no-repeat center;
    transition: .5s;
}
.about_fr_tcon a:hover{
    box-shadow: 0 0 0 0.2rem rgba(211, 129, 55, .4);
}
.about_fr_b{

}
.about_fr_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


#page4{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
}
.home-news{
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
}
.home-news:after{
    content: '';
    display: block;
    width: 100%;
    height: 395px;
    background-color: #d38137;
    position: absolute;
    top: 46%;
}
.news_title{
    text-align: center;
    margin-bottom: 70px;
    z-index: 99;
    position: relative;
}
.news_title p {
    font-size: 120px;
    color: #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
}
.news_title h3 {
    font-size: 49px;
    color: #333;
    margin-top: -110px;
    font-weight: bold;
    margin-bottom: 5px;
    background: url("../img/title.png") no-repeat 42% center;
    z-index: 9999;
    position: relative;
}
.news_con{
    z-index: 99;
    position: relative;
}
.newslist{
    position: relative;
}
.newslist li{
    margin: 0px 1px;
}
.newslist li a{
    display: block;
}
.news_img{
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.news_img:after{
    content: '';
    display: block;
    padding-bottom: 75%;
}
.news_img img{
    transition: .5s;
    border: none !important;
}
.newslist li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    float: right;
    width: 50%;
}
.news_txt1{
    margin-top: 20px;
}
.news_txt1 img{
    max-width: 100%;
    height: auto;
    border: none !important;
}
.news_txt2{
    background-color: #d38137;
    padding: 7% 5%;
    overflow: hidden;
}
.news_txt2_1{
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 57px;
}
.news_txt2_1 p{
    float: left;
    font-size: 40px;
    font-weight: bold;
    width: 70%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2_1 span{
    float: right;
    color: #ffe8d4;
    font-size: 16px;
}
.news_txt2_2{

}
.news_txt2_2 p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    padding-bottom: 35px;
    overflow: hidden;
}
.news_txt2_2 span{
    display: block;
    font-size: 16px;
    color: #fff;
    background: url("../img/jt2.png") no-repeat right center;
    text-transform: uppercase;
    transition:all .36s ease;
}
.newslist li a:hover .news_txt2_2 span{
    background: url("../img/jt2.png") no-repeat 100px center;
}
.newslist .slick-dots {
    z-index:10;
    bottom: 30px;
    line-height:0;
    text-align:right;
    right: 40%;
}
.newslist .slick-dots li {
    margin: 7px;
    padding:0;
    width: 13px;
    height: 13px;
}
.newslist .slick-dots li button {
    background-color: rgba(211,129,55,0.46);
    width: 13px;
    height: 13px;
    border-radius: 25px;
    display:block;
}
.newslist .slick-dots li button:before {
    content:"";
}
.newslist .slick-dots .slick-active button {
    background-color: #d38137;
}
.newslist .slick-dots .slick-active button:before {
    color:transparent;
}


#page5{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
}
.home-contact{
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
}
.contact_map{

}
.contact_map img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
footer{
    width: 100%;
    margin: 0 auto;
}
.footer_b{
    background-color: #1a1a1a;
    overflow: hidden;
    padding: 7px 0px;
}
.footer_b p{
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.footer_b p a{
    color: #fff;
}
.footer_b p a:hover{
    color: #d38137;
}
.footer_t{
    padding: 170px 0px 170px 0px;
    overflow: hidden;
    background: #333 url("../img/footerbg.jpg") no-repeat center;
    position: relative;
}
.footer_t:before{
    content: '';
    display: block;
    width: 23%;
    height: 1px;
   
    position: absolute;
    left: 0;
    top: 22%;
}
.footer_t_fl{
    float: left;
    width: 46%;
}
.contact_title{
    margin-bottom: 50px;
    z-index: 99;
    position: relative;
}
.contact_title p {
    font-size: 90px;
    color: #545454;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_title h3 {
    font-size: 49px;
    text-align: center;
    color: #fff;
    margin-top: -90px;
    font-weight: bold;
    margin-bottom: 5px;
    z-index: 9999;
    position: relative;
}
.contact_con{

}
.contact_con li{
    margin-bottom: 17px;
    overflow: hidden;
    padding-left: 52px;
}
.contact_con li p{
    font-size: 26px;
    color: #ccc;
}
.contact_con li span{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.lx1{
    background: url("../img/lx1.png") no-repeat left center;
}
.lx2{
    background: url("../img/lx2.png") no-repeat left center;
}
.lx3{
    background: url("../img/lx3.png") no-repeat left center;
}

.footer_t_fr{
    float: right;
    width: 50%;
    margin-top: 7.5%;
}
.ly_fl{
    float: left;
    width: 40%;
}
.ly{
    position: relative;
    margin-bottom: 20px;
}
.ly label{
    position: absolute;
    left: 10px;
    line-height: 42px;
    color: #666;
    text-align: right;
}
.ly input{
    border: 1px solid #9b9b9b;
    line-height: 50px;
    color: #666;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 60px;
    outline: none;
}
.ly a{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.ly_fr{
    float: right;
    width: 55%;
}
.ly1{
    position: relative;
    margin-bottom: 20px;
}
.ly1 label{
    position: absolute;
    left: 10px;
    line-height: 42px;
    color: #666;
}
.ly1 textarea{
    line-height: 22px;
    color: #666;
    width: 100%;
    resize: none;
    height: 172px;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 0px 10px 80px;
}
.ly2{
    float: right;
}
.ly2 input{
    border: none;
    width: 119px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 0px 7px;
}
.cz{
    background-color: #5a8249;
}
.tj{
    background-color: #f2923c;
}


/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    width: 100%;
    height: auto;
}
.inner_main{
    width: 100%;
    margin: 0 auto;
}
.inner_txt{
    text-align: center;
    background: url("../img/innerbg.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0px;
    color: #fff;
}
.inner_txt p{
    font-size: 33px;
    margin-bottom: 10px;
}
.inner_txt span{
    font-size: 24px;
}

.inner_about{
    overflow: hidden;
    margin: 50px 0px;
}
.inner_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about1{
    margin-bottom: 5px;
    overflow: hidden;
}
.about1_fl{
    float: left;
    width: 48%;
    margin-bottom: 25px;
    overflow: hidden;
}
.about1_fl h3{
    font-size: 33px;
    font-weight: bold;
    color: #333;
}
.about1_fl h3:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #d38137;
    margin: 20px 0px;
}
.about1_fl p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about1_fr{
    float: right;
    width: 48%;
    margin-bottom: 25px;
    overflow: hidden;
}
.about1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about2{
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.about2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about3{
    margin-bottom: 5px;
    overflow: hidden;
}
.about3_fl{
    float: left;
    width: 48%;
    margin-bottom: 30px;
    overflow: hidden;
}
.about3_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about3_fr{
    float: right;
    width: 48%;
    margin-top: 7%;
    margin-bottom: 30px;
    overflow: hidden;
}
.about3_fr p{
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.about4{
    overflow: hidden;
}
.about4 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
footer{
    width: 100%;
    margin: 0 auto;
}
.footer1{
	background-color: #333;
	padding: 30px 0px 50px 0px;
	overflow: hidden;
	position: relative;
	font-family: "微软雅黑";
	color: #FFFFFF;
}
.footer1_fl{
    float: left;
    width: 28%;
}
.footer1_fl:before{
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background-color: #f2923c;
    position: absolute;
    left: 0;
    top: 50%;
}
.footer1_fl p{
    font-size: 60px;
    color: #545454;
    font-weight: bold;
    text-transform: uppercase;
}
.footer1_fl h3{
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-top: -60px;
    font-weight: bold;
    margin-bottom: 5px;
    z-index: 9999;
    position: relative;
}
.footer1_fr{
    float: right;
    width: 68%;
    margin-top: 18px;
}
.footer1_fr li{
    float: left;
    width: 31%;
    margin: 0 1%;
    padding-left: 52px;
}
.footer1_fr li p{
    font-size: 16px;
    color: #ccc;
}
.footer1_fr li span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
}

.footer2{
    background-color: #1a1a1a;
    overflow: hidden;
    padding: 7px 0px;
}
.footer2 p{
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #d38137;
}

/*技术中心*/
.inner_jishu{
    margin: 50px 0px;
    overflow: hidden;
}
.jishu_fl{
    float: left;
    width: 48%;
}
.jishu_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.jishu_fr{
    float: right;
    width: 48%;
    margin-top: 5%;
}
.jishu_fr_title{
    margin-bottom: 30px;
}
.jishu_fr_title h3{
    font-size: 50px;
    color: #bfbfbf;
    font-weight: bold;
    text-transform: uppercase;
}
.jishu_fr_title p{
    font-size: 33px;
    color: #333;
    font-weight: bold;
}
.jishu_fr_title p:before{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #333;
    margin: 20px 0px;
}
.jishu_fr_con{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*客户服务*/
.inner_kehu{
    background-color: #f5f5f5;
    padding: 40px 0px;
    overflow: hidden;
}
.kehu_con{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.ly_title{
    margin-bottom:3%;
    overflow:hidden;
    text-align:center;
}
.ly_title h3{
    font-size:30px;
    color:#333;
    font-weight:normal;
    line-height:50px;
}
.ly_con{
    overflow:hidden;
}
.cly{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.cly label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.cly input{
    width:100%;
    color:#666;
    font-size:15px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:13%;
}
.ly_con a{
    position:absolute;
    right:5px;
    top:0;
}
.cly1{
    overflow:hidden;
}
.cly1 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.cly1 textarea{
    resize:none;
    font-size:15px;
    color:#666;
    width:100%;
    height: 350px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #dbdbdb;
    outline: none;
}
.tuijian{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tuijian input{
    width:140px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    border:none;
    outline:none;
    border-radius:5px;
    margin: 0px 15px;
}
.submit{
    background-color:#d38137;
}
.reset{
    background-color:#5a8249;
}

/*人力资源*/
.inner_job{
    background-color: #f5f5f5;
    padding: 40px 0px;
    overflow: hidden;
}
.job_bottom{
    background-color:#fff;
    padding:30px 20px;
    overflow:hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.job_bottom1{
    background-color:#d38137;
    overflow: hidden;
}
.job_bottom1 li{
    line-height:50px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.job_bottom2 dl {

}
.job_bottom2 dl:nth-child(odd) .zp-title a{
    background: #f2f2f2 url(../img/fr.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(even) .zp-title a{
    background: #e6e6e6 url(../img/fr.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(odd) .zp-title a:hover{
    color:#d38137;
    background: #f2f2f2 url(../img/frhover.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(even) .zp-title a:hover{
    color:#d38137;
    background: #e6e6e6 url(../img/frhover.png) no-repeat right center;
}
.zp-title{
    cursor: pointer;
    outline:none;
    overflow: hidden;
    transition: 0.5s;
}
.zp-title a{
    color:#333;
    display:block;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
}
.zp-title a:hover{

}
.zp-title li{
    font-size: 16px;
}
.zp-content {
    background: #fff;
    color: #808080;
    line-height: 25px;
    overflow: hidden;
    display:none;
}
.zp-info-text {
    margin:30px 50px;
}
.zp-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:10px;
}
.zp-info-text p{
    font-size:14px;
    color:#666;
    padding:0px 15px;
    line-height:30px;
}
#open .zp-content{
    display:block;
    overflow:hidden;
}

#open:nth-child(odd) .zp-title a{
    color:#d38137;
    background: #f2f2f2 url(../img/frhover.png) no-repeat right center;
}
#open:nth-child(even) .zp-title a{
    color:#d38137;
    background: #e6e6e6 url(../img/frhover.png) no-repeat right center;
}
.job_top{
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.job_top_fl{
    float: left;
    width: 40%;
}
.job_img img{
    width: 100%;
    height: auto;
}
.job_top_fr{
    float: right;
    width: 60%;
    background-color: #fff;
}
.job_txt{
    padding: 38px 28px;
    overflow: hidden;
    height: auto !important;
}
.job_txt h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.job_txt h3:after{
    content: '';
    display: block;
    width: 47px;
    height: 3px;
    background-color: #d38137;
    margin: 20px 0px;
}
.job_txt p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*联系我们*/
.inner_contact{
    background-color: #f5f5f5;
    padding: 40px 0px;
    overflow: hidden;
}
.ic_fl{
    float: left;
    width: 49%;
}
.ic_fl li{
	background-color: #F0F0F0;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ic_fl li h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.ic_fl li dl{
}
.ic_fl li dl dd{
    font-size: 16px;
    color: #666;
    padding-left: 43px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.ic_fl li dl dd span{
    font-weight: bold;
}
.ic1{
    background: url("../img/ic1.png") no-repeat left top;
}
.ic2{
    background: url("../img/ic2.png") no-repeat left top;
}
.ic3{
    background: url("../img/ic3.png") no-repeat left top;
}
.ic4{
    background: url("../img/ic4.png") no-repeat left top;
}
.ic_fr{
    float: right;
    width: 49%;
}
.ic_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*新闻中心*/
.inner_txt ul{
    display: flex;
    justify-content: center;
}
.inner_txt li{
    margin: 0px 50px;
}
.inner_txt li a{
    display: block;
    line-height: 46px;
    background-color: #fff;
    color: #d38137;
    text-align: center;
    padding: 0px 45px;
    border-radius: 25px;
    font-size: 18px;
}
.inner_txt li a:hover{
    background-color: #d38137;
    color: #fff;
}
.inner_txt li .current{
    background-color: #d38137;
    color: #fff;
}
.inner_news{
    background-color: #f5f5f5;
    padding: 30px 0px 50px 0px;
    overflow: hidden;
}
.inner_news ul{
    overflow: hidden;
}
.inner_news li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_news li a{
    display: block;
    background-color: #fff;
    overflow: hidden;
}
.inews_img{
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 75%;
}
.inews_img img{
    transition: .5s;
}
.inews_date{
    float: left;
    width: 12%;
    text-align: center;
    margin: 42px 0px;
}
.inews_date p{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.inews_date p:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #999;
    margin: 10px auto 20px auto;
}
.inews_date span{
    font-size: 18px;
    color: #333;
}
.inews_txt{
    float: right;
    width: 68%;
    margin: 42px 0px;
    border-left: 1px solid #ccc;
    padding: 0px 50px;
}
.inews_txt h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.inews_txt p{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 25px;
}
.inews_txt span{
    display: block;
    font-size: 16px;
    color: #d38137;
    background: url(../img/jt3.png) no-repeat right center;
    text-transform: uppercase;
    transition: all .36s ease;
}
.inner_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_news li a:hover .inews_txt h3{
    color: #d38137;
}
.inner_news li a:hover .inews_txt span{
    background: url("../img/jt3.png") no-repeat 100px center;
}
/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#5a8249;
    border:1px solid #5a8249;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #5a8249;
    border: 1px solid #5a8249;
}


/*新闻详情*/
.inner_newsshow{
    background-color: #f5f5f5;
    padding: 30px 0px 50px 0px;
    overflow: hidden;
}
.newsshow{
    background-color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../img/browse.png) no-repeat left center;
}
.date{
    background:url(../img/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:30px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
    overflow: hidden;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #d38137;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #d38137 url(../img/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*产品中心*/
.inner_pro{

}
.pros_top{
    padding: 35px 0px 25px 11%;
    overflow: hidden;
    position: relative;
}
.pros_top p{
    float: left;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.pros_top p:before{
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    top: 63px;
}
.pros_top span{
    float: left;
    color: #e6e6e6;
    font-size: 49px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 11%;
    margin-top: -5px;
}
.pros_bottom{
    padding-left: 11%;
}
.pros{
    padding: 30px 0px;
    overflow: hidden;
    min-height: 657px;
}
.pros:nth-child(odd){
    background: url("../img/ji.jpg") no-repeat top center;
    background-size: cover;
}
.pros:nth-child(even){
    background: url("../img/ou.jpg") no-repeat top center;
    background-size: cover;
}
.pros:nth-child(odd) .ipro_txt p{
    background-color: #5a8249;
}
.pros:nth-child(even) .ipro_txt p{
    background-color: #d38137;
}
.proslist{
    position: relative;
    padding-bottom: 15px;
}
.proslist li{
    overflow: hidden;
    margin: 5px 9px;
    box-shadow: 0px 0px 10px #ccc;
}
.proslist li a{
    display: block;
    outline: none;
    position: relative;
    background-color: #fff;
}
.ipro_img{
    overflow: hidden;
}
.ipro_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
    border: none !important;
}
.proslist li a:hover .ipro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro_txt{
    padding: 30px 0px;
    overflow: hidden;
    text-align: center;
}
.ipro_txt h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.ipro_txt p{
    font-size: 16px;
    color: #fff;
    width: 140px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 25px;
}
.proslist li a:hover .ipro_txt p{
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, .4);
}


.proslist .slick-dots {
    z-index:10;
    bottom: -25px;
    line-height:0;
    text-align:center;
}
.proslist .slick-dots li {
    margin: 7px;
    padding:0;
    width: 13px;
    height: 13px;
    box-shadow: none;
}
.proslist .slick-dots li button {
    background-color: #ccc;
    width: 13px;
    height: 13px;
    border-radius: 25px;
    display:block;
}
.proslist .slick-dots li button:before {
    content:"";
}
.proslist .slick-dots .slick-active button {
    background-color: #d38137;
}
.proslist .slick-dots .slick-active button:before {
    color:transparent;
}

/*产品详情*/
.inner_proshow{
    background-color: #f5f5f5;
    padding: 30px 0px 50px 0px;
    overflow: hidden;
}
.proshow{
    background-color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
.show_img{
    overflow: hidden;
}
.show_biaoti{
    border-bottom: 1px solid #d38137;
    overflow: hidden;
}
.show_biaoti p{
    float: left;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #d38137;
}










@media (min-width:1701px) and (max-width:1866px){

}

@media (min-width:1501px) and (max-width:1700px){
    .menupc li a{
        padding: 0px 18px;
    }
    .nation_t h3{
        font-size: 16px;
        padding-left: 15px;
    }
    .nation_t h3:after{
        right: 15px;
    }
    .nation{
        width: 140px;
    }
    .tel p{
        font-size: 16px;
        line-height: 28px;
    }
    .newslist .slick-dots {
        z-index:10;
        bottom: -30px;
        line-height:0;
        text-align:center;
        right: auto;
    }
    .news_txt1{
        margin-top: 0px;
    }
    .news_title h3{
        background: url(../img/title.png) no-repeat 38% center;
    }

    .contact_title{
        margin-bottom: 25px;
    }
    .contact_title p{
        font-size: 60px;
    }
    .contact_title h3{
        margin-top: -65px;
        font-size: 80px;
    }
    .footer_t:before{
        top: 38%;
    }
    .about3_fr{
        margin-top: 7%;
    }

    .footer1_fl p{
        font-size: 48px;
    }
    .footer1_fl:before{
        top: 48%;
    }
    .footer1_fl h3{
        margin-top: -52px;
    }
    .footer1_fr{
        margin-top: 0px;
    }
    .footer1{
        padding: 30px 0px;
    }

    .inews_date{
        margin: 28px 0px;
    }
    .inews_txt{
        margin: 28px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }

    .pros_top p{
        color: #ccc;
    }


}

@media (min-width:1280px) and (max-width:1500px){
    .menupc li a{
        padding: 0px 18px;
    }
    .nation_t h3{
        font-size: 16px;
        padding-left: 10px;
    }
    .nation_t h3:after{
        right: 10px;
    }
    .nation{
        width: 130px;
    }
    .navdaohang{
        margin-right: 100px;
    }
    .tel{
        display: none;
    }
    .about_fr_tcon p{
        width: 100%;
    }
    .container2{
        width: 90%;
    }
    .jishu_fr_title h3{
        font-size: 40px;
    }
    .jishu_fr{
        margin-top: 0;
    }

    .about_title{
        margin-bottom: 25px;
    }
    .about_title p{
        font-size: 60px;
    }
    .about_title h3{
        margin-top: -65px;
        background: url(../img/about.png) no-repeat 10px center;
        padding-left: 50px;
        font-size: 40px;
    }
    .about_fr_t{
        padding: 35px 45px;
    }
    .about_fl_b p{
        width: 80%;
    }
    .news_title h3{
        margin-top: -90px;
        background: url(../img/title.png) no-repeat 35% center;
        font-size: 40px;
    }
    .news_title p{
        font-size: 100px;
    }
    .news_con{
        background-color: #d38137;
    }
    .news_txt1{
        display: none;
        margin-top: 0px;
    }
    .home-news:after{
        height: 0px;
    }
    .news_txt2{
        padding: 9% 5%;
    }
    .news_txt2_1{
        line-height: 42px;
    }
    .news_txt2_1 p{
        font-size: 30px;
    }
    .newslist .slick-dots {
        z-index:10;
        bottom: -30px;
        line-height:0;
        text-align:center;
        right: auto;
    }
    .contact_title{
        margin-bottom: 25px;
    }
    .contact_title p{
        font-size: 60px;
    }
    .contact_title h3{
        margin-top: -65px;
        font-size: 40px;
    }
    .footer_t:before{
        top: 18%;
    }
    .inner_txt p{
        font-size: 29px;
    }
    .about3_fr{
        margin-top: 5%;
    }
    .footer1_fl p{
        font-size: 41px;
    }
    .footer1_fl:before{
        top: 45%;
    }
    .footer1_fl h3{
        margin-top: -50px;
    }
    .footer1_fr{
        margin-top: 0px;
    }
    .footer1{
        padding: 30px 0px;
    }

    .cly{
        margin-bottom: 18px;
    }
    .cly1 textarea{
        height: 280px;
    }
    .cly_title h3{
        font-size: 26px;
    }
    .inews_date{
        margin: 15px 0px;
    }
    .inews_txt{
        margin: 15px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }

    .pros_top p{
        color: #ccc;
    }
    .pros:nth-child(odd){
        background: url(../img/ji.jpg) no-repeat top left -150px;
    }
    .pros:nth-child(even){
        background: url(../img/ou.jpg) no-repeat top left -150px;
    }

}

@media (min-width:1201px) and (max-width:1279px){
    .menupc li a{
        padding: 0px 15px;
    }
    .nation_t h3{
        font-size: 16px;
        padding-left: 10px;
    }
    .nation_t h3:after{
        right: 10px;
    }
    .nation{
        width: 130px;
    }
    .navdaohang{
        margin-right: 90px;
    }
    .tel{
        display: none;
    }
    .about_fr_tcon p{
        width: 100%;
    }
    .about_title{
        margin-bottom: 25px;
    }
    .about_title p{
        font-size: 60px;
    }
    .about_title h3{
        margin-top: -65px;
        background: url(../img/title.png) no-repeat 10px center;
        padding-left: 50px;
        font-size: 40px;
    }
    .about_fr_t{
        padding: 35px 45px;
    }
    .about_fl_b p{
        width: 80%;
    }
    .news_title h3{
        margin-top: -90px;
        background: url(../img/title.png) no-repeat 35% center;
        font-size: 40px;
    }
    .news_title p{
        font-size: 100px;
    }
    .news_txt1{
        display: none;
        margin-top: 0px;
    }
    .home-news:after{
        height: 0px;
    }
    .news_title{
        margin-bottom: 50px;
    }
    .news_txt2_1 p{
        font-size: 30px;
    }
    .newslist .slick-dots {
        z-index:10;
        bottom: -30px;
        line-height:0;
        text-align:center;
        right: auto;
    }
    .news_txt2_1{
        line-height: 42px;
    }

    .footer_t:before{
        top: 18%;
    }
    .contact_title p{
        font-size: 60px;
    }
    .contact_title h3{
        margin-top: -65px;
        padding-left: 50px;
        font-size: 40px;
    }
    .ly2 input{
        width: 100px;
    }
    .container2{
        width: 90%;
    }
    .jishu_fr_title h3{
        font-size: 40px;
    }
    .jishu_fr{
        margin-top: 0;
    }
    .news_con{
        background-color: #d38137;
    }
    .inner_txt p{
        font-size: 30px;
    }
    .about3_fr{
        margin-top: 7%;
    }
    .footer1_fl p{
        font-size: 44px;
    }
    .footer1_fl:before{
        height: 0;
    }
    .footer1_fl h3{
        margin-top: -50px;
    }
    .footer1_fr{
        margin-top: 0px;
    }
    .footer1{
        padding: 30px 0px;
    }
    .cly{
        margin-bottom: 18px;
    }
    .cly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .inews_date{
        margin: 20px 0px;
    }
    .inews_txt{
        margin: 20px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }
    .pros_top{
        padding-left: 5%;
    }
    .pros_top p:before{
        width: 4%;
    }
    .pros_bottom{
        padding-left: 5%;
    }
    .pros_top p{
        color: #ccc;
    }

    .pros:nth-child(odd){
        background: url(../img/ji.jpg) no-repeat top left -200px;
    }
    .pros:nth-child(even){
        background: url(../img/ou.jpg) no-repeat top left -200px;
    }

}




@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .mouse-scroll{
        bottom: 25px;
    }
    .home-pro{
        padding: 35px 0px;
    }
    .home-about{
        padding-top: 0px;
    }
    .prolist{
        padding-bottom: 35px;
    }
    .prolist .slick-dots{
        bottom: -15px;
    }
    .about_fr_tcon p{
        width: 100%;
    }
    .about_title{
        margin-bottom: 25px;
    }
    .about_title p{
        font-size: 54px;
    }
    .about_title h3{
        margin-top: -65px;
        background: url(../img/title.png) no-repeat 10px center;
        padding-left: 50px;
    }
    .home-news{
        padding: 35px 0px;
    }
    .home-news:after{
        height: 0px;
    }
    .news_title p{
        font-size: 80px;
    }
    .news_title h3{
        margin-top: -85px;
        background: url(../img/title.png) no-repeat 30% center;
        background-size: 3%;
    }
    .news_txt1{
        display: none;
        margin-top: 0px;
    }
    .newslist .slick-dots {
        z-index:10;
        bottom: -30px;
        line-height:0;
        text-align:center;
        right: auto;
    }
    .news_title{
        margin-bottom: 35px;
    }
    .about_fr_t{
        padding: 55px 45px;
    }
    .about_fl_b{
        padding: 45px 0px 75px 0px;
    }
    .home-contact{
        padding-top: 0px;
    }
    .footer_t:before{
        width: 0px;
    }
    .contact_title{
        margin-bottom: 25px;
    }
    .contact_title p{
        font-size: 54px;
    }
    .contact_title h3{
        margin-top: -65px;
    }
    .footer_t_fr{
        margin-top: 5%;
        width: 55%;
    }
    .inner-banner{
        margin-top: 60px !important;
    }
    .inner_txt p{
        font-size: 28px;
    }
    .inner_txt span{
        font-size: 20px;
    }
    .about3_fr{
        margin-top: 5%;
    }
    .footer1{
        padding: 30px 0px;
    }
    .footer1_fl:before{
        height: 0;
    }
    .footer1_fl p{
        font-size: 40px;
    }
    .footer1_fl h3{
        font-size: 26px;
        margin-top: -43px;
    }
    .footer1_fr{
        margin-top: 0px;
    }
    .jishu_fr{
        margin-top: 0;
    }
    .jishu_fr_title h3{
        font-size: 36px;
    }
    .jishu_fr_title p{
        font-size: 28px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .cly{
        margin-bottom: 18px;
    }
    .cly1 textarea{
        height: 280px;
    }
    .job_txt{
        padding: 30px 20px;
    }

    .inews_date{
        margin: 20px 0px;
    }
    .inews_date p{
        font-size: 32px;
    }
    .inews_txt{
        margin: 20px 0px;
        padding: 0px 25px;
    }

    .inews_txt h3{
        margin-bottom: 5px;
        font-size: 18px;
    }
    .inews_txt p{
        margin-bottom: 10px;
        font-size: 14px;
    }

    .pros_top{
        padding-left: 15px;
    }
    .pros_top p:before{
        width: 10px;
    }
    .pros_bottom{
        padding-left: 15px;
    }
    .proslist{
        padding-bottom: 10px;
    }
    .pros_top p{
        color: #ccc;
    }
    .pros{
        min-height: inherit;
    }

    .pros:nth-child(odd){
        background: url(../img/ji.jpg) no-repeat top left -250px;
    }
    .pros:nth-child(even){
        background: url(../img/ou.jpg) no-repeat top left -250px;
    }
}

@media(max-width:768px) {
    .home-banner .home-banner-slick .slick-slide .home-pc{
        display: none;
    }
    .home-banner .home-banner-slick .slick-slide .home-mobile{
        display: block;
    }
    .mouse-scroll{
        display: none;
    }
    .pro_title h3{
        font-size: 30px;
    }
    .about_fl_b{
        padding: 55px 0px;
    }
    .about_fl_b p{
        width: 80%;
    }
    .about_fr_t{
        padding: 30px 25px 40px 25px;
    }
    .news_txt2_1 p{
        font-size: 20px;
    }
    .news_txt2_1{
        line-height: 30px;
        margin-bottom: 15px;
    }
    .news_txt2_2 p{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news_txt2{
        padding: 4%;
    }
    .contact_title p{
        font-size: 48px;
    }
    .contact_con li span{
        font-size: 20px;
    }
    .ly2 input{
        font-size: 16px;
    }
    .ly_fl{
        float: none;
        width: 100%;
    }
    .ly_fr{
        float: none;
        width: 100%;
    }
    .footer_t_fr{
        width: 50%;
    }
    .inner_txt p{
        font-size: 20px;
    }
    .inner_txt span{
        font-size: 17px;
    }

    .about1_fl{
        float: none;
        width: 100%;
    }
    .about1_fl h3{
        text-align: center;
    }
    .about1_fl h3:after{
        margin: 20px auto;
    }
    .about1_fr{
        float: none;
        width: 100%;
    }
    .about3_fr p{
        line-height: 30px;
    }
    .about3_fr{
        margin-top: 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
        margin-bottom: 25px;
        overflow: hidden;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fl p{
        text-align: center;
    }
    .jishu_fr_title h3{
        font-size: 28px;
    }
    .jishu_fr_title p{
        font-size: 22px;
    }
    .job_txt h3{
        font-size: 20px;
    }
    .job_txt h3:after{
        margin: 15px 0px;
    }
    .job_txt {
        padding: 20px;
    }

    .inner_txt li{
        margin: 0px 25px;
    }
    .inews_date p{
        font-size: 28px;
    }
    .inews_date p:after{
        margin: 5px auto 10px auto;
    }
    .inews_date {
        margin: 5px 0px;
    }
    .inews_txt {
        margin: 5px 0px;
        padding: 0px 15px;
    }
    .inews_txt p{
        margin-bottom: 5px;
    }
    .pros_top p{
        font-size: 30px;
    }
    .pros_top p:before{
        width: 0px;
        height: 0px;
    }
    .pros_top span{
        font-size: 39px;
    }
    .pros:nth-child(odd){
        background: url(../img/ji.jpg) no-repeat top left -280px;
    }
    .pros:nth-child(even){
        background: url(../img/ou.jpg) no-repeat top left -280px;
    }
    .ic_fl{
        float: none;
        width: 100%;
    }

    .ic_fr{
        float: none;
        width: 100%;
    }
}

@media(max-width:600px) {
    .pro_title p{
        margin: 15px 0px;
    }
    .pro_title{
        margin-bottom: 25px;
    }
    .pro_title h3{
        font-size: 24px;
    }
    .pro_cate p{
        font-size: 16px;
        width: 46px;
        padding: 10px 10px 0px 10px;
    }
    .pro_cate:after{
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
    }
    .pro_txt h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .pro_txt p{
        width: 120px;
        font-size: 14px;
        line-height: 34px;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .about_fr{
        float: none;
        width: 100%;
    }
    .about_fl_b{
        padding: 35px 0px;
    }
    .about_fl_b h3{
        font-size: 24px;
    }
    .about_fl_b h3:after{
        margin: 15px auto 10px auto;
    }
    .about_fl_b p{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_fl_b a{
        margin: 25px auto 0px auto;
    }
    .about_fr_t{
        padding: 35px 15px;
    }
    .about_title{
        text-align: center;
        margin-bottom: 25px;
    }
    .about_title p{
        font-size: 50px;
    }
    .about_title h3{
        font-size: 24px;
        margin-top: -48px;
        background: url(../img/title.png) no-repeat 30% center;
        background-size: 3%;
        padding-left: 0px;
    }
    .news_title p{
        font-size: 50px;
    }
    .news_title h3{
        font-size: 24px;
        margin-top: -48px;
        background: url(../img/title.png) no-repeat 30% center;
        background-size: 3%;
    }
    .news_title{
        margin-bottom: 35px;
    }
    .news_img{
        float: none;
        width: 100%;
    }
    .news_txt{
        float: none;
        width: 100%;
    }

    .news_txt2_1{
        line-height: 30px;
        margin-bottom: 10px;
    }
    .news_txt2_1 p{
        font-size: 16px;
    }
    .news_txt2_2 p{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footer_t_fl{
        float: none;
        width: 100%;
    }
    .contact_title{
        text-align: center;
        margin-bottom: 25px;
    }
    .contact_title p{
        font-size: 50px;
    }
    .contact_title h3{
        font-size: 24px;
        margin-top: -48px;
        background: url(../img/title.png) no-repeat 30% center;
        background-size: 3%;
        padding-left: 0px;
    }
    .footer_t_fr{
        float: none;
        width: 100%;
    }
    .ly2{
        float: none;
    }
    .ly2 input{
        width: 100px;
    }
    .ly2 ul{
        display: flex;
        justify-content: center;
    }
    .about_fr_tcon a{
        margin: auto;
    }
    .ly1 textarea{
        height: 100px;
    }
    .inner_txt p{
        font-size: 18px;
    }
    .inner_txt span{
        font-size: 15px;
    }
    .about3_fl{
        float: none;
        width: 100%;
    }
    .about3_fr{
        float: none;
        width: 100%;
    }
    .footer1_fr li{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .jishu_fl{
        float: none;
        width: 100%;
    }
    .jishu_fr{
        float: none;
        width: 100%;
        margin-top: 25px;
    }
    .jishu_fr_title{
        text-align: center;
    }
    .jishu_fr_title p:before{
        margin: 20px auto;
    }
    .cly{
        margin-bottom:0;
    }
    .tuijian input{
        width:100px;
        margin:0px 10px;
        line-height: 35px;
    }
    .cly label{
        font-size: 15px;
    }
    .cly1 label{
        font-size: 15px;
    }
    .ly_title h3{
        font-size: 17px;
        line-height: 30px;
    }
    .cly1 textarea{
        height: 150px;
    }
    .tuijian{
        margin-bottom: 20px;
    }
    .tuijian input{
        font-size: 15px;
    }
    .job_bottom1 li {
        font-size: 15px;
        line-height: 35px;
    }
    .job_top_fl{
        float: none;
        width: 100%;
    }
    .job_top_fr{
        float: none;
        width: 100%;
    }
    .job_txt{
        height: auto !important;
    }
    .zp-title li{
        font-size: 15px;
    }
    .zp-title a{
        line-height: 35px;
        min-height: initial;
        overflow: hidden;
    }
    .zp-info-text{
        margin: 25px 0px;
    }

    .ic_fl li{
        padding: 15px 15px 0px 15px;
    }
    .ic_fl li h3{
        margin-bottom: 15px;
    }
    .ic_fl li dl dd{
        font-size: 14px;
        padding-left: 35px;
        margin-bottom: 15px;
    }
    .ic_fl li dl dd{
        float: none;
        width: 100%;
    }

    .inner_txt li a{
        padding: 0px 25px;
    }
    .inner_txt ul{
        display: inherit;
        justify-content: inherit;
    }
    .inner_txt li{
        margin: 0px 0px 5px 0px;
    }
    .inews_img{
        width: 50%;
    }
    .inews_date{
        width: 50%;
        margin: 25px 0px;
    }
    .inews_txt{
        width: 100%;
        border-left: none;
        margin: 15px 0px;
    }
    .inews_txt h3{
        font-size: 16px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_title{
        padding-bottom: 20px;
    }
    .pros_top{
        padding: 35px 15px 25px 15px;
    }
    .pros:nth-child(odd){
        background: url(../img/ji.jpg) no-repeat top left -280px;
    }
    .pros:nth-child(even){
        background: url(../img/ou.jpg) no-repeat top left -280px;
    }
    .pros_top p{
        font-size: 20px;
    }
    .pros_top span{
        font-size: 22px;
        padding-left: 15px;
        margin-top: 0px;
    }
    .pros_bottom{
        padding: 0px 6px;
    }
    .ipro_txt h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ipro_txt p {
        width: 120px;
        font-size: 14px;
        line-height: 34px;
    }
}


@media(max-width:414px) {
    .contact_con li p{
        font-size: 16px;
    }
    .contact_con li span{
        font-size: 16px;
        font-weight: normal;
    }
}

@media(max-width:375px) {
    .about_title p{
        font-size: 40px;
    }
    .about_title h3{
        margin-top: -42px;
    }
    .news_title p{
        font-size: 40px;
    }
    .news_title h3{
        margin-top: -42px;
    }
    .contact_title p{
        font-size: 40px;
    }
    .contact_title h3{
        margin-top: -42px;
    }
}

@media(max-width:320px) {
    .about_title p{
        font-size: 38px;
    }
    .about_title h3{
        margin-top: -42px;
    }
    .news_title p{
        font-size: 38px
    }
    .news_title h3{
        margin-top: -42px;
    }
    .contact_title p{
        font-size: 38px
    }
    .contact_title h3{
        margin-top: -42px;
    }
}
