@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
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.clear {
	clear:both;
}

img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.eot');
	src: url('../fonts/georgia.eot@#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'),
	url('../fonts/georgia.ttf') format('truetype'),
	url('../fonts/georgia.svg#minijianyaya') format('svg');
	font-weight: normal;
	font-style: normal;
}
.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
}
.container1{
	width:79%;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}

.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	background-color:#fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:17px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-right: 40px;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:100px;
}
.menupc li:last-child{
    background: none;
}
.menupc li a{
	display:block;
	color: #333;
    font-size: 18px;
	padding: 0px 33px;
}
.menupc li:hover a{
    color:#fff;
    background-color: #de1320;
    font-weight: bold;
}
.menupc li a:hover{
    color:#fff;
    background-color: #de1320;
    font-weight: bold;
}
.menupc li .current{
    color:#fff;
    background-color: #de1320;
    font-weight: bold;
}
.menupc ul{
	background:#fff !important;
	position: absolute;
	display:none;
	left: 0;
	top:100px;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 40px;
	width:100%;
}
.menupc ul li a{
	display: block;
	font-size: 18px;
    position:relative;
	color:#333 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
    margin: 0px 7px;
    background-color: #fff !important;
    font-weight: normal !important;
    border-bottom: 1px dashed #c5c5c5;
}
.menupc ul li:last-child a{
    border-bottom: none;
}
.menupc ul li a:hover{
    background-color: #de1320 !important;
    color: #fff !important;
    font-weight: normal !important;
    margin: 0px
}
.menupc ul li .current{
    background-color: #de1320 !important;
    color: #fff !important;
    font-weight: normal !important;
    margin: 0px
}
.menupc ul.subnav {
	display: block;
}

.nation{
    float: right;
    margin-top: 28px;
}
.nation a{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 180px;
    background-color: #de1320;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}


/*手机导航*/
.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:9999;
}
#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:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/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:0px;
	}
    .yx img{
        height: 40px;
        margin-top: 10px;
    }
    .phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.nav-fr{
		display:none;
	}
    .nation{
        display: none;
    }
}



/*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:13px;
    line-height:0;
    text-align:center;
}
.home-banner .slick-dots li {
    margin: 5px;
    padding:0;
    width: auto;
    height: auto;
}
.home-banner .slick-dots li button {
    background-color: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #fff;
    width: 30px;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}


footer{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    padding-top: 60px;
    overflow: hidden;
}
.footer_fl{
    float: left;
    width: 86%;
}
.footer_fl_t{
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
}
.footer_fl_tl{
    float: left;
    width: 30%;
}
.footer_fl_tl a{
    display: block;
}
.footer_fl_tl a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer_fl_tr{
    float: right;
    width: 65%;
}
.footer_fl_tr li{
    float: left;
    width: 25%;
    margin-bottom: 40px;
    color: #fff;
    padding-left: 40px;
}
.footer_fl_tr li h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer_fl_tr li p{
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
}
.f1{
    background: url("../images/f1.png") no-repeat left top;
}
.f2{
    background: url("../images/f2.png") no-repeat left top;
}
.f3{
    background: url("../images/f3.png") no-repeat left top;
}
.f4{
    background: url("../images/f4.png") no-repeat left top;
}

.footer_fl_b{
    padding: 30px 0px 40px 0px;
    overflow: hidden;
}
.footer_fl_b p{
    color: #fff;
}
.footer_fl_b p a{
    color: #fff;
}
.footer_fl_b p a:hover{
    color: #de1320;
}

.footer_fr{
    float: right;
    width: 10%;
}
.footer_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.home-area{
    width: 100%;
    margin: 60px auto 0px auto;
    overflow: hidden;
}
.index_title{
    margin-bottom: 50px;
    overflow: auto;
    text-align: center;
}
.index_title h3{
    font-size: 30px;
    color: #de1320;
    font-weight: bold;
    background: url("../images/title.png") no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.index_title h3 span{
    color: #666;
    text-transform: uppercase;
}
.index_title p{
    color: #808080;
}
.area_con{
    background-color: #f2f2f2;
    padding-bottom: 35px;
}
.arealist{
    padding-bottom: 30px;
    position:relative;
}
.arealist li{
    position:relative;
}
.arealist li a{
    display:block;
    overflow:hidden;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.arealist li a.thumbnail{
    position:relative;
    overflow:hidden;
}
.link-img {
    overflow:hidden;
}
.link-img img {
    display: block;
    width: 100%;
    height:auto;
    transition: .5s;
    border: none !important;
}
.link-name-default {
    background-color:rgba(222,19,32,0.8);
    padding:20px 27px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position:absolute;
    right: 0px;
    bottom:30px;
    border-top: none;
}
.link-name-default h3 {
    font-size: 18px;
    color: #fff;
    font-weight:bold;
    text-transform: capitalize;

}
.link-setion-text {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.link-setion-text img {
    margin-top: -20px;
    max-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    border: none !important;
    margin-bottom: 30px;
}
.link-setion-text p {
    margin-top: -55px;
    margin-bottom:10px;
    overflow:hidden;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.link-setion-text .link-more {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.link-setion-text .link-more span{
    display:block;
    font-size:30px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
}
.arealist .opacity-overlay {
    display: block;
    width: 70%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 15%;
    cursor: pointer;
    background: #de1320;
    opacity: 0;
    filter: alpha(opacity=0);
    _height:expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.arealist li a:hover .link-name-default {
    opacity: 0;
    filter: alpha(opacity=0);
}
.arealist li a:hover .link-setion-text {
    opacity: 1;
    filter: alpha(opacity=100);
}
.arealist li a:hover .link-setion-text h3 {
    margin-top: 0px;
}
.arealist li a:hover .link-setion-text p {
    margin-top: 0px;
}
.arealist li a:hover .opacity-overlay {
    opacity: 0.60;
    filter: alpha(opacity=60);
}
.arealist li:hover{
    z-index:99999;
}
.arealist li:hover a .link-img img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

.arealist .slick-dots {
    z-index:10;
    bottom:-13px;
    line-height:0;
    text-align:center;
}
.arealist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 14px;
    height: 14px;
}
.arealist .slick-dots li button {
    background-color: #f2f2f2;
    width: 14px;
    height: 14px;
    border-radius: 25px;
    display:block;
    padding: 0;
    border: 1px solid #c2c2c2;
}
.arealist .slick-dots li button:before {
    content:"";
}
.arealist .slick-dots .slick-active button {
    background-color: #007ac5;
    border: 1px solid #007ac5;
}
.arealist .slick-dots .slick-active button:before {
    color:transparent;
}
.arealist .slick-prev, .arealist .slick-next{
    width: 16px;
    height: 19px;
    bottom:-10px;
    z-index: 11;
}
.arealist .slick-prev{
    left: 45%;
    background: url("../images/zuo.png") no-repeat left center;
}
.arealist .slick-next{
    right: 45%;
    background: url("../images/you.png") no-repeat left center;
}



.home-pro{
    width: 100%;
    margin: 60px auto 50px auto;
    overflow: hidden;
}
.pro_con{
    overflow: hidden;
}
.pro_con li{
    overflow: hidden;
    padding: 0px 5px;
}
.pro_con li a{
    display: block;
}
.pro_img{
    position: relative;
    overflow: hidden;
    border: 6px solid #e6e6e6;
}
.pro_img:after{
    content: '';
    display: block;
    padding-bottom: 72%;
}
.pro_img img{
    transition: .5s;
}
.pro_txt{
    padding: 25px 0px;
    overflow: hidden;
    text-align: center;
}
.pro_txt p{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_con li a:hover .pro_img{
    border: 6px solid #de1320;
}
.pro_con li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_con li a:hover .pro_txt p{
    color: #de1320;
}
.pro_more{
    text-align: center;
}
.pro_more a{
    display: block;
    width: 120px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #007ac5;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    transition: .5s;
}
.pro_more a:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 65px 0px 55px 0px;
    overflow: hidden;
}
.about_info{
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.about_info h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 40px;
}
.about_info p{
    font-size: 18px;
    line-height: 35px;
}
#shuzi{
    overflow:hidden;
}
#shuzi li{
    margin-bottom:15px;
    overflow:hidden;
    text-align:center;
    border-right:1px solid #605e68;
}
#shuzi li:last-child{
    border-right:none;
}
#shuzi .aimg{
    overflow:hidden;
}
#shuzi .aimg img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
#shuzi .num {
    margin-bottom:5px;
    text-align:center;
    font-size:18px;
    color:#fff;
}
#shuzi .num span{
    font-size:55px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-family: 'Arial';
}
#shuzi .text{
    font-size:20px;
    color:#fff;
    text-align:center;
}

.home-news{
    width: 100%;
    margin: 60px auto 80px auto;
    overflow: hidden;
}
.news_con{
    overflow: hidden;
}
.news_con li{
    margin-bottom: 40px;
    overflow: hidden;
}
.news_con li a{
    display: block;
}
.news_img{
    float: left;
    width: 26%;
    position: relative;
    overflow: hidden;
}
.news_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.news_img img{
    transition: .5s;
}
.news_txt{
    float: right;
    width: 72%;
}
.news_txt h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    height: 56px;
    overflow: hidden;
}
.news_txt span{
    display: inline-block;
    width: 118px;
    line-height: 34px;
    border: 1px solid #de1320;
    color: #de1320;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
}
.news_con li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con li a:hover .news_txt h3{
    color: #de1320;
    font-weight: bold;
}
.news_more{
    text-align: center;
    margin-top: 20px;
}
.news_more a{
    display: block;
    width: 120px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #007ac5;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    transition: .5s;
}
.news_more a:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}


/*关于我们*/
.inner-main{
    width: 100%;
    margin: 20px auto;
}
.inner_fl{
    float: left;
    width: 17.5%;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fl_title{
    background-color: #de1320;
    padding: 10px 0px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    border-bottom: 6px solid #bb040f;
    margin-bottom: 4px;
}
.inner_fl_title p{
    font-size: 22px;
}
.inner_fl_title span{
    font-size: 12px;
    text-transform: uppercase;
}
.inner_fl_nav{
    overflow: hidden;
}
.inner_fl_nav li{
    margin-bottom: 1px;
    overflow: hidden;
}
.inner_fl_nav li a{
    display: block;
    border-bottom: 1px solid #c4c4c4;
    background-color: #e1e1e1;
    padding: 15px 0px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
}
.inner_fl_nav li a:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -4px;
}
.inner_fl_nav li a:after{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.inner_fl_nav li a:hover{
    color: #fff;
    background-color: #de1320;
    border-bottom: 1px solid #de1320;
}
.inner_fl_nav li .current{
    color: #fff;
    background-color: #de1320;
    border-bottom: 1px solid #de1320;
}
.inner_fr{
    float: right;
    width: 80%;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fr_title{
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.inner_fr_title p{
    float: left;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.inner_fr_title span{
    float: right;
    font-size: 16px;
    color: #4c4c4c;
    background: url("../images/home.png") no-repeat left center;
    padding-left: 30px;
}
.inner_fr_title span a{
    font-size: 16px;
    color: #4c4c4c;
}
.inner_fr_title span em{
    color: #fc0101;
    font-style: normal;
}
.inner_fr_about{
    padding: 30px 20px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 5px 50px 5px;
}
.inner_fr_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/*企业证书*/
.inner_fr_honor{
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 5px 50px 5px;
}

.inner_fr_honor ul{
    overflow: hidden;
}
.inner_fr_honor li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fr_honor li a{
    display: block;
}
.ihonor_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.ihonor_img:after{
    content: '';
    display: block;
    padding-bottom: 66%;
}
.ihonor_img img{
    transition: .5s;
    border: none !important;
}
.inner_fr_honor li a:hover .ihonor_img{
    border: 1px solid #de1320;
}
.inner_fr_honor li a:hover .ihonor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    background-color: #ccc;
    padding: 12px 0px;
    overflow: hidden;
}
.ihonor_txt p{
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_honor li a:hover .ihonor_txt{
    background-color: #de1320;
}
.inner_fr_honor li a:hover .ihonor_txt p{
    color: #fff;
}

/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#fff;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#de1320;
    border:1px solid #de1320;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #de1320;
    border: 1px solid #de1320;
}

/*留言反馈*/
.inner_main_feedback{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    line-height:30px;
    color:#666;
    font-size:16px;
    margin-top: 30px;
    margin-bottom: 50px;
    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;
}
.ly{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.ly label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.ly 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;
}
.ly1{
    overflow:hidden;
}
.ly1 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.ly1 textarea{
    resize:none;
    font-size:15px;
    color:#666;
    width:100%;
    height: 350px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #dbdbdb;
    outline: none;
}
.tj{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tj 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:#de1320;
}
.reset{
    background-color:#333;
}


/*联系我们*/
.inner_main_contact{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius:5px;
    margin: 30px 0px 50px 0px;
}
.contact_title{
    color:#333;
    font-size:30px;
    text-align:center;
    margin-bottom:3%;
}
.lxfs{
    margin-bottom: 3%;
    overflow:hidden;
    padding:0 7%;
}
.lxfs1{
    margin-bottom:25px;
    overflow:hidden;
}
.lxfs1 img{
    max-width: 100%;
    height: auto;
    float:left;
}
.lxfs1 p{
    font-size:16px;
    color:#333;
    margin-left: 70px;
    line-height:25px;
}
.map{
    overflow:hidden;
}
.map img{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    display:block;
}


/*应用领域*/
.inner_fr_area{
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 5px 50px 5px;
}
.inner_fr_area img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.iarea_title{
    text-align: center;
}
.iarea_title h3{
    font-size: 30px;
    color: #de1320;
    font-weight: bold;
}
.iarea_title h3 span{
    color: #333;
}
.iarea_con{
    margin-top: 50px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
}


/*产品中心*/
.inner_fr_pro{
    margin: 20px 0px 50px 0px;
    overflow: hidden;
}
.inner_fr_pro{
    overflow: hidden;
}
.inner_fr_pro li{
    overflow: hidden;
}
.inner_fr_pro li a{
    display: block;
}
.inner_fr_pro li a:hover .pro_img{
    border: 6px solid #de1320;
}
.inner_fr_pro li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_fr_pro li a:hover .pro_txt p{
    color: #de1320;
}

/*产品详情*/
.inner_fr_proshow{
    padding: 30px 20px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 5px 50px 5px;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #de1320;
    padding-bottom: 20px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_img{
    overflow: hidden;
}
.show_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.show_biaoti{
    border-bottom: 1px solid #de1320;
    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: #de1320;
}
.show_content{
    line-height:30px;
    color:#7a7a7a;
    padding:30px 10px;
    border-bottom:1px dashed #dcdcdc;
}
.show_content img{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 80%;
}
.show_back_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#4d4d4d;
    width:80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#7a7a7a;
}
.show_back_fl li a:hover{
    color:#de1320;
}
.show_back_fr{
    float:right;
    width:15%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:16px;
    background: #de1320 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*新闻详情*/
.newsborder{
    border-top: 1px dashed #dcdcdc;
}


/*新闻中心*/
.inner_fr_news{
    margin: 20px 0px 50px 0px;
    overflow: hidden;
}
.inner_fr_news li{
    margin-bottom: 15px;
    overflow: hidden;
}
.inner_fr_news li a{
    display: block;
    border: 1px solid #eee;
    margin: 5px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
}
.inews_img{
    float: left;
    width: 18%;
    position: relative;
    overflow: hidden;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.inews_img img{
    transition: .5s;
}
.inews_date{
    float: left;
    width: 9%;
    text-align: center;
    margin-top: 30px;
}
.inews_date p{
    font-size: 36px;
    font-weight: bold;
    color: #333;
    background: url("../images/title.jpg") no-repeat bottom center;
    margin-bottom: 10px;
}
.inews_date span{
    font-size: 18px;
    color: #666;
}
.inews_txt{
    float: right;
    width: 73%;
    margin-top: 30px;
    border-left: 1px solid #CCC;
    padding-left: 2%;
}
.inews_txt h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}
.inews_txt span{
    font-size: 14px;
    color: #666;
}
.inner_fr_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_fr_news li a:hover .inews_txt h3{
    color: #de1320;
    font-weight: bold;
}
.inner_fr_news li a:hover .inews_txt span{
    color: #de1320;
}



@media (min-width:1501px) and (max-width:1700px){
    .container1{
        width:90%;
    }
    .menupc li a{
        padding: 0px 23px;
    }
    .navdaohang{
        margin-right: 20px;
    }
    .menupc ul li a{
        font-size: 16px;
    }
    .footer_fl_tr{
        width: 68%;
    }
    .footer_fl_tr li p{
        font-size: 16px;
    }
    .news_txt p{
        margin-bottom: 10px;
    }
    .arealist .slick-prev{
        left: 44%;
    }
    .arealist .slick-next{
        right: 44%;
    }
    .inews_img{
        width: 20%;
    }
    .inews_date{
        width: 10%;
        margin-top: 25px;
    }
    .inews_txt{
        width: 70%;
        margin-top: 25px;
    }

}

@media (min-width:1280px) and (max-width:1500px){
    .menupc li a{
        padding:0px 18px;
    }
    .container1{
        width:95%;
    }
    .navdaohang{
        margin-right: 20px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .menupc ul li a{
        font-size: 16px;
    }
    footer{
        padding-top: 40px;
    }
    .footer_fl_tr li p{
        font-size: 16px;
    }
    .footer_fl_tr{
        width: 68%;
    }
    .footer_fl_tr li{
        margin-bottom: 30px;
    }
    .news_txt h3{
        margin-bottom: 6px;
    }
    .news_txt p{
        line-height: 25px;
        margin-bottom: 10px;
        height: 50px;
    }
    .arealist .slick-prev{
        left: 43%;
    }
    .arealist .slick-next{
        right: 43%;
    }
    .inner_fl{
        width: 20.5%;
    }
    .inner_fr{
        width: 77%;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .inews_img{
        width: 22%;
    }
    .inews_date{
        width: 10%;
        margin-top: 25px;
    }
    .inews_txt{
        width: 68%;
        margin-top: 25px;
    }
    .inews_txt p{
        margin-bottom: 5px;
    }

}

@media (min-width:1201px) and (max-width:1279px){
    .menupc li a{
        padding:0px 16px;
    }
    .container1{
        width:95%;
    }
    .navdaohang{
        margin-right: 20px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .menupc ul li a{
        font-size: 16px;
    }
    footer{
        padding-top: 40px;
    }
    .footer_fl_tr li p{
        font-size: 16px;
    }
    .footer_fl_tr{
        width: 68%;
    }
    .footer_fl_tr li{
        margin-bottom: 30px;
    }
    .news_txt h3{
        margin-bottom: 6px;
    }
    .news_txt p{
        line-height: 25px;
        margin-bottom: 10px;
        height: 45px;
    }
    .arealist .slick-prev{
        left: 40%;
    }
    .arealist .slick-next{
        right: 40%;
    }
    .inner_fl{
        width: 20.5%;
    }
    .inner_fr{
        width: 77%;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .inews_img{
        width: 20%;
    }
    .inews_date{
        width: 10%;
        margin-top: 15px;
    }
    .inews_txt{
        width: 70%;
        margin-top: 15px;
    }
    .inews_txt p{
        margin-bottom: 5px;
    }
}


@media(max-width:1200px) {
    .container1{
        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;
    }
    footer{
        padding-top: 30px;
    }
    .footer_fl_tr li{
        margin-bottom: 30px;
    }
    .footer_fl_tr li p{
        font-size: 16px;
        font-weight: normal;
    }
    .footer_fl_b{
        padding: 30px 0px;
    }
    .news_txt h3{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .news_txt p{
        font-size: 14px;
        line-height: 22px;
        height: 40px;
    }
    .news_txt span{
        font-size: 14px;
        width: 100px;
        line-height: 30px;
    }
    .arealist .slick-prev{
        left: 41%;
    }
    .arealist .slick-next{
        right: 41%;
    }
    .link-setion-text p{
        font-size: 20px;
    }
    .link-setion-text .link-more span{
        font-size: 20px;
    }
    .link-setion-text img{
        margin-bottom: 15px;
    }
    .inner_fl{
        width: 20.5%;
    }
    .inner_fr{
        width: 77%;
    }
    .lxfs{
        padding: 0;
    }
    .lxfs1{
        margin-bottom: 15px;
    }
    .lxfs1 p{
        font-size: 14px;
        margin-left: 60px;
    }
    .contact_title{
        font-size: 26px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .iarea_con{
        margin-top: 30px;
    }
    .inews_img{
        width: 22%;
    }
    .inews_date{
        width: 12%;
        margin-top: 25px;
    }
    .inews_date p{
        font-size: 30px;
    }
    .inews_txt{
        width: 66%;
        margin-top: 15px;
    }
    .inews_txt h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .inews_txt p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 22px;
        height: 45px;
    }
}

@media(max-width:768px) {
    footer{
        padding-top: 25px;
    }
    .footer_fl{
        width: 88%;
    }
    .footer_fl_tr{
        width: 68%;
    }
    .footer_fl_tr li{
        background-size: 20%;
        padding-left: 30px;
        margin-bottom: 25px;
    }
    .footer_fl_tr li h3{
        font-size: 14px;
    }
    .footer_fl_tr li p{
        font-size: 14px;
    }
    .footer_fl_b{
        padding: 25px 0px;
    }
    .news_img{
        width: 33%;
    }
    .news_txt{
        width: 65%;
    }
    .arealist .slick-prev{
        left: 38%;
    }
    .arealist .slick-next{
        right: 38%;
    }
    .inner_fl_nav li a{
        padding: 10px 0px;
    }
    .lxfs{
        margin-bottom: 0;
    }
    .contact_title{
        font-size: 20px;
    }
    .ly_title h3{
        font-size: 20px;
        line-height: 30px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .inews_img{
        width: 26%;
    }
    .inews_date{
        width: 14%;
        margin-top: 25px;
    }
    .inews_date p{
        font-size: 24px;
    }
    .inews_date span{
        font-size: 16px;
    }
    .inews_txt{
        width: 60%;
        margin-top: 10px;
    }
}

@media(max-width:600px) {
    footer{
       padding: 25px 0px;
    }
    .footer_fl{
         float: none;
         width: 100%;
     }
    .footer_fr{
        float: none;
        width: 100%;
    }
    .footer_fl_tl{
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_fl_tr{
        float: none;
        width: 100%;
    }
    .footer_fl_tr li{
        width: 50%;
        margin-bottom: 15px;
        background-size: 15%;
        padding-left: 35px;
    }
    .footer_fl_b{
        padding: 15px 0px;
    }
    .footer_fl_b p{
        text-align: center;
    }
    .index_title{
        margin-bottom: 25px;
    }
    .index_title h3{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .home-area{
        margin: 30px auto;
    }
    .home-pro{
        margin: 30px auto;
    }
    .pro_txt{
        padding: 12px 0px;
    }
    .pro_txt p{
        font-size: 15px;
    }
    .pro_more{
        margin-top: 13px;
    }
    .home-about{
        padding: 30px 0px;
    }
    .about_info{
        margin-bottom: 25px;
    }
    .about_info h3{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about_info p{
        font-size: 15px;
        line-height: 25px;
    }
    #shuzi li{
        border: none;
        padding: 0;
    }
    #shuzi .num span{
        font-size: 30px;
    }
    #shuzi .text{
        font-size: 16px;
    }
    .home-news{
        margin: 30px 0px;
    }
    .news_con li{
        padding: 0;
        margin-bottom: 25px;
    }
    .news_more{
        margin-top: 0px;
    }
    .arealist .slick-prev{
        left: 25%;
    }
    .arealist .slick-next{
        right: 25%;
    }
    .inner_fl{
        float: none;
        width: 100%;
    }
    .inner_fr{
        float: none;
        width: 100%;
    }
    .inner_fr_honor{
        padding: 20px 10px;
    }
    .inner_fr_honor li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ihonor_txt{
        padding: 8px 0px;
    }
    .ihonor_txt p{
        font-size: 15px;
    }
    .ly_title h3{
        font-size: 18px;
        line-height: 30px;
    }
    .ly{
        margin-bottom:0;
    }
    .ly label{
        font-size: 15px;
    }
    .ly1 label{
        font-size: 15px;
    }
    .ly1 textarea{
        height: 150px;
    }
    .tj{
        margin-bottom: 20px;
    }
    .tj input{
        width:100px;
        margin:0px 10px;
        line-height: 35px;
        font-size: 15px;
    }
    .contact_title{
        font-size: 18px;
    }
    .iarea_title h3{
        font-size: 20px;
    }
    .iarea_con{
        margin-top: 15px;
    }
    .inner_fr_title p{
        font-size: 16px;
    }
    .inner_fr_title span{
        font-size: 14px;
    }
    .inner_fr_title span a{
        font-size: 14px;
    }
    .inner_fr_pro li{
        padding: 0px 5px;
    }
    .inews_img{
        width: 100%;
        float: none;
    }
    .inews_date{
        width: 22%;
        margin-top: 35px;
    }
    .inews_txt{
        width: 78%;
        margin-top: 20px;
        padding-left: 4%;
        margin-bottom: 20px;
    }
}


@media(max-width:375px) {
    .inews_txt{
        padding-left: 3%;
    }
}


@media(max-width:320px) {
    .inews_date{
        width: 26%;
    }
    .inews_txt{
        width: 74%;
        padding-left: 4%;
    }
}
















