@charset "utf-8";
/* CSS Document */
body {
    font-family:arial, "microsoft yahei";
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666;
}
/* 顶部 */
.container {
    width: 1200px;
    margin: 0 auto;
}

.top1{background-color: black;line-height: 40px;overflow: hidden;}
.top1_txt{color: white}

.top2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    clear: both;
    background-color: #fff;
	overflow: hidden;
}
.logo {float: left;}
.logo a {
	float: left;
	display: block;
	padding: 20px 0;
}
.logo h3 {
    font-size: 22px;
	color: #1a1a1a;
}
.logo p {
	font-size: 16px;
}
.txt {
	float: left;
    padding-left: 20px;
    margin: 26px 0 22px 0;
}
.dt {
	float: right;
	background: url(../image/dt.png) no-repeat center;
	height: 100px;
}
.dt p {
    color: #cf000f;
    padding-top: 60px;
    font-size: 16px;
    font-weight: bold;
}
.top3 {
	background-color: #cf000f;
    height: 50px;
}
.top3_tel {
	float: left;
    background: url(../image/tel.png) no-repeat left center;
    padding-left: 53px;
    margin-top: 13px;
	clear: both;
}
.top3_tel p {
	font-size: 16px;
    color: white;
}
.top3_tel span {
	font-weight: bold;
}
.top3_dh {
	float: right;
}
.top3_dh li {
	color: white;
    float: left;
    text-align: center;
    position: relative;
    line-height: 50px;
	padding: 0 20px;
	background: url(../image/tb1.png) no-repeat right center;
}
.top3_dh li a {
	color: #fff;
}
.top3_dh li:last-child {
    background: none;
}
.nation{
    float: left;
    position: relative;
}
.nation_t{
    background: url("../image/nation.png") no-repeat left center;
    padding-left: 23px;
    cursor: pointer;
    margin-left: 21px;
}
.nation_t h3{
    color: #fff;
    line-height: 50px;
    background: url("../image/tb1.png") no-repeat right center;
    padding-right: 28px;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: normal;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top:50px;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
}
.nation_b li{
    line-height: 25px !important;
    text-align: center;
    padding: 0 !important;
    float: none !important;
}
.nation_b li a{
    display: block;
    color: #000;
}



/* 导航 */
.daohang {
	height: 82px;
    background-color: black;
}
.nav{
    float: left;
    padding-top: 22px;
}
.menupc li{
    line-height:36px;
    float: left;
    text-align: center;
    position: relative;
}
.menupc li a{
    display:block;
    color:#fff;
    padding: 0px 33px;
    font-size:16px;
    border-radius: 25px;
}
.menupc li:hover a{
    color:#000;
    background-color:#fff;
}
.menupc li a:hover{
    color:#000;
    background-color:#fff;
}
.menupc li .current{
    color:#000;
    background-color:#fff;
}
.menupc ul{
    background:#fff !important;
    position: absolute;
    display:none;
    left: 0;
    overflow: hidden;
    z-index: 999;
    width: 100%;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 40px;
    width:100%;
    padding: 0px;
}
.menupc ul li:hover:after{
    width: 0;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position:relative;
    color:#000 !important;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}
.menupc ul li a:hover{
    background-color: #cf000f !important;
    color: #fff !important;
}
.menupc ul li .current {
    background-color: #cf000f !important;
    color: #fff !important;
}
.menupc ul.subnav {
    display: block;
}



.parent {
    position: relative;
	float: right;
}
.search {
    width: 202px;
    height: 36px;
    border-radius: 18px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: relative;
    margin: 22px 0;
}
.btn {
    height: 21px;
    width: 21px;
    position: absolute;
    background: url(../image/icon6.png);
    top: 30px;
    right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
/* banner */
/*.h_banner{
	overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.owl-demo {
    width: 1903px;
    margin-left: auto;
    margin-right: auto;
}
.owl-demo .item {
    display: block;
}
.owl-demo img {
    display: block;
    width: 100%;
}
.banner img {
	width: 100%;
    height: 100%;
}*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #6d172d;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    width: 26px;
    background-color: #cf000f;
}





/* 新闻 */
.h_news {
	width: 100%;
    margin: 0 auto;
    padding: 15px 0 40px 0;
    overflow: hidden;
}
.title {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.title h3 {
	font-size: 34px; 
	color: #1a1a1a;
}
.title :before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(33, 31, 30);
    top: 50%;
    left: 40%;
}
.title :after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(33, 31, 30);
    top: 50%;
    right: 40%;
}
.h_news1{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.h_news2 {
	background: #f5f5f5;
    height: 160px;
	margin: 0 12px;
}
.h_news3 {
	width: 30%;
    float: left;
	
}
.h_news3 img {
	padding: 20px 0 20px 10px;
	    max-width: 100%;
}
.h_news4 {
	width: 60%;
    float: left;
    padding: 20px 0 20px 20px;
}
.h_news4 h4 {
	font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.h_news4 img {
	float: right;
}
.h_news5 {
	font-size: 15px;
    padding-bottom: 20px;
    line-height: 24px;
}
.h_news_con{
    margin-top: 50px;
    position: relative;
    padding-bottom: 35px;
}
.h_news_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px 10px;
    text-align: justify;
    transition: .5s;
    margin: 10px;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.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
}
.news a .pic{
    float: left;
    width: 165px;
}
.news a .pic:after{
    padding-bottom: 72.12%;
}
.news_txt{
    margin-left: 185px;
}
.news_txt1{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    font-size: 15px;
    color: #6e6764;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0 20px 0;
}
.news_txt3{
    color: #666;
    background: url("../image/icon7.png") no-repeat right center;
}
.news a:hover{
    box-shadow: 0 0 10px rgba(26,26,26,.2);
}
.news a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news a:hover .news_txt1{
    font-weight: bold;
}
.news a:hover .news_txt3{
    background: url("../image/icon7_h.png") no-repeat right center;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.h_news_con .swiper-pagination1{
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
}
.h_news_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #e77f87;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}
.h_news_con .swiper-pagination-bullet-active{
    background-color: #cf000f;
}





/* 关于 */
.h_about {
	padding-top: 50px;
	width: 100%;
    margin: 0 auto;
    background: url(../image/bj1.png) no-repeat top center;
    background-size: cover;
    height: 635px;
	position: relative;
}
.title1 {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	color: white;
}
.title1 h3 {
	font-size: 34px; 
}
.title1 :before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    top: 50%;
    left: 40%;
}
.title1 :after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    top: 50%;
    right: 40%;
}
.about_txt {
	color: white;
	text-align: center;
	font-size: 16px;
    text-indent: 2em;
}
.about_ico{
	margin: 60px 0;
}
.about_ico2 {
	position: absolute;
    color: #fff;
    bottom: 0;
	background: rgba(207,0,15,0.8);
    overflow: hidden;
	width: 100%;
    padding: 45px 0 30px 0;
}
.about_ico2 ul{
    display: flex;
    justify-content: center;
}
.about_ico2 li{
    border-right: 1px solid #ce2433;
    text-align: center;
    padding: 0 10%;
}
.about_ico2 li:last-child{
    border-right: none;
}
.about_ico2 li h3{
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
}
.about_ico2 li h3 span{
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}
.about_ico2 li h3 em{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    font-style: normal;
}
.about_ico2 li p{
    font-size: 18px;
    line-height: 1;
    margin: 10px 0;
}
.about_ico2 li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
/*.about_ioc2  ul li {
	color: white;
    float: left;
    text-align: center;
    position: relative;
    border-right: 1px solid #df3242;
}
.about_sz {
	border-right: 1px solid #df3242;
    width: 33%;
    float: left;
	text-align: center;
}
.about_sz:last-child{
	border: none;
}
.about_sz h3 {
	font-size: 56px;
	margin-top: 20px;
}
.about_sz span{
	font-size: 18px;
	font-weight: 500;
}
.about_sz img{
	margin: 10px 0 30px 0;
}*/

/* 产品 */
.h_pro {
	width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    overflow: hidden;
}
.pro{
    overflow: hidden;
}
.pro li {
	float: left;
    width: 33.333%;
	margin-bottom: 20px;
}
.pro li a{
    display: block;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    transition: .5s;
    margin: 0 11px;
}
.pro li a .pic:after{
    padding-bottom: 109.5%;
}
.pro_txt {
	background-color: #f5f5f5;
	text-align: center;
	padding: 20px 5px;
}
.pro_txt h3 {
	font-size: 18px;
    color: #211f1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt p{
    color: #6e6764;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro li a:hover{
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.pro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro li a:hover h3{
    color: #cf000f;
}
/* 案例 */
.h_case {
	width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    overflow: hidden;
    background-color: #f5f5f5;
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.h_case li{
    float: left;
    width: 33.3%;
}
.h_case li a{
    display: block;
    margin: 0 11px;
}
.h_case_txt{
    background-color: #fff;
    padding: 17px;
    overflow: hidden;
}
.h_case_txt1{
    font-size: 20px;
    color: #211f1e;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.h_case_txt1:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cf000f;
    margin: 15px auto 10px auto;
}
.h_case_txt2{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.h_case li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*.h_case1 li {
	float: left;
    width: 33%;
}
.h_case1 img {
	    width: 100%;
}
.h_case1 h3 {
	text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
	font-weight: 500;
    color: #211f1e;
}
.h_case1 h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cf000f;
    margin: 10px auto 20px auto;
}
.h_case2{
	padding: 0 20px 20px 20px;
    font-size: 16px;
}
.h_caseli {
	margin: 0 10px;
	background-color: white;
}*/

.foot {
	width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    overflow: hidden;
    background-color: #333333;
}
.f_dh {
	width: 82%;
}
.f_dh dl {
	float: left;
	width: 16.6%;
}
.f_dh dl dt:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #cf000f;
    margin: 20px 0;
}
.f_dh dt a {
	color: white;
    font-size: 18px;
}
.f_dh dd a {
	color: #e5e5e5;
    font-size: 16px;
}
.code {
	width: 18%;
    float: left;
    height: 162px;
    border-left: 1px solid #595959;
}
.code p {
	float: right;
    width: 146px;
    text-align: center;
    color: white;
}
.code img {
	    border: 5px solid #595959;
	    border-radius: 5px;
}
.foot2 {
	background-color: #121212;
}

.foot2 p {
	text-align: center;
    color: white;
    line-height: 40px;
}
.foot2 img {
	padding-right: 10px;
}
.foot2 span {
	    padding: 0 2px 0 10px;
}
.foot3 a {
	color: white;
}

/*---联系--- */
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.n_left {
	width: 22%;
	float: left;
	padding-bottom: 60px;
}
.n_left h3 {
	font-size: 24px;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #cccccc;
	color: black;
	font-weight: 500;
}
.n_left p {
	padding-top: 20px;
}
.left_xl ul li {
	padding-left: 20px;
}
.n_left ul li {
	padding-top: 20px;
}
.left1 .current a {
	color: #cf000f;
}
.cp_left{
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}
.cp_left .swiper-slide{
    display: initial;
}
.cptj a{
    display: block;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.cptj a .pic:after{
    padding-bottom: 109.5%;
}
.cp_left_txt{
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px 5px;
    font-size: 16px;
    color: #211f1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cptj a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.cptj a:hover .cp_left_txt{
    color: #cf000f;
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.cp_left .swiper-pagination2{
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
}
.cp_left .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #e77f87;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}
.cp_left .swiper-pagination-bullet-active{
    background-color: #cf000f;
}


.dt_left {
	padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.dt_left a{
    display: block;
}
.dt_txt {
	font-size: 16px;
    color: #1a1a1a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.dt_left a:hover .dt_txt{
    color: #cf000f;
    font-weight: bold;
}
.n_right {
	width: 78%;
    float: left;
    margin-bottom: 40px;
}
.ny {
	padding: 30px 0 70px 40px;
}
.ny_txt h4 {
	font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 40px;
}
.ny_txt p {
	font-size: 16px;
}
.ny_txt img {
	max-width: 100%;
}
.n_top {
	border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.n_right h3 {
	font-size: 24px;
    color: black;
	font-weight: 500;
}
.n_pos {
	float: right;
	padding-top: 30px;
}
.n_pos img {
	    padding-right: 6px;
}
.ly {
    width: 80%;
    margin: 0 auto;
	padding-top: 60px;
}
.ly1 {
	margin-top: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.ly1 input::-webkit-input-placeholder {
         font-size: 18px;    
     }
.ly1 input {
	line-height: 60px;
    height: 60px;
    border: none;
    width: 100%;
}
.ly1 a{
    position: absolute;
    right: 0;
    top: 7px;
}
.ly1 a img{
    height: 45px;
    width: auto;
}
.ly2 p {
    font-size: 18px;
    padding-top: 30px;
    line-height: 60px;
}
.ly2 textarea {
	height: 240px;
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    resize: none;
}
.lycon{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.lycon input{
    margin: 0 15px;
}
.ly4 input {
	width: 140px;
    height: 50px;
    float: left;
    border: none;
    font-size: 18px;
    color: white;
    background-color: #000;
    border-radius: 5px;
}
.ly3 input {
    width: 140px;
    height: 50px;
    float: left;
    border: none;
    font-size: 18px;
    color: white;
    background-color: #cf000f;
    border-radius: 5px;
}
.contact {
	padding: 40px;
    background-color: #fafafa;
    margin: 20px 0;
	overflow: hidden;
}
.contact ul li {
	width: 50%;
    float: left;
    padding-top: 40px;
}
.c_dt img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.cont1 {
	float: left;
    padding: 10px 0;
}
.cont2 {
	float: left;
    font-size: 16px;
    padding-left: 20px;
}

/*---案例--- */
.case {
	width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    overflow: hidden;
}
/*---技术--- */
.xz {
	padding-top: 20px;
	padding-bottom: 56px;
}
.xz li{
    overflow: hidden;
    line-height: 50px;
}
.xz li a{
    display: block;
    padding: 0 20px;
    font-size: 16px;
    overflow: hidden;
}
.xz li:nth-child(odd) a{
    background-color: #f5f5f5;
}
.xz li:nth-child(even) a{
    background-color: #fafafa;
}
.xz li a p{
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xz li a img{
    float: right;
    padding-top: 16px;
}

/*分页*/
.pagination{
    text-align:center;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
}
.pagination a:hover{
    color:#fff;
    background-color:#cf000f;
}
.pagination a.active {
    color:#fff;
    background-color: #cf000f;
}
.ny_txt {
	padding-top: 40px;
	padding-bottom: 20px;
}
.ny_bd {
	border-bottom: 1px solid #ccc;
    display: inherit;
    box-sizing: border-box;
}
.ny_bd h4 {
	color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #cf000f;
    width: -webkit-fit-content;
	padding-top: 40px;
}
.ny_txt ul {
	padding-top: 20px;
	overflow: hidden;
}
.ny_txt ul li {
	float: left;
    width: 33%;
    font-size: 16px;
	padding-top: 20px;
}
.ny_txt h5 {
	color: #cf000f;
    font-size: 18px;
}
/* 新闻*/
.news1 {
    margin-top: 30px;
	padding-bottom: 10px;
}
.news1 li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 29px;
    margin-bottom: 29px;
    overflow: hidden;
}
.news1 li a{
    display:block;
}
.news1 li a .pic{
    float: left;
    width: 165px;
}
.news1 li a .pic:after{
    padding-bottom: 72.12%;
}
.inews_txt{
    margin-left: 185px;
}
.inews_txt1{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 15px;
    color: #6e6764;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0 20px 0;
}
.inews_txt3{
    color: #666;
    background: url("../image/icon7.png") no-repeat right center;
}
.news1 li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news1 li a:hover .inews_txt1{
    font-weight: bold;
    color: #cf000f;
}
.news1 li a:hover .inews_txt3{
    background: url("../image/icon7_h.png") no-repeat right center;
}


/*新闻详情*/
.newsshow{
    margin-top: 30px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../image/browse.png) no-repeat left center;
}
.date{
    background:url(../image/date.png) no-repeat left center;
}
.show_content{
    line-height:25px;
    color:#4c4c4c;
    padding:20px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#cf000f;
}
.show_back_fr{
    float: right;
    width: 15%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #cf000f url(../image/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}




@media (max-width:1200px){
    .container{
        width:96%;
        margin:0 auto;
        /*padding-left:15px;
        padding-right:15px;*/
    }
    .ly{
        width: 100%;
    }
}

@media (max-width:1100px){
	.h_news4 {
        padding: 10px 0 10px 20px;
    }
    .dh_li a{
        padding: 0 20px;
    }
    .about_ico2 li{
        padding: 0 8%;
    }
}

@media (max-width:960px){
	.top1 {
		display: none;
	}
	.top2 {
		display: none;
	}
	.top3 {
		display: none;
	}
	.daohang {
        display: none;
    }
	.home-banner {
		    padding-top: 80px;
	}
	.h_news1 {
		width: 100%;
    }
	.about_sz h3 {
        font-size: 32px;
    }
	.about_sz span {
        font-size: 14px;
    }
	.about_txt {
        font-size: 14px;
    }
	.title h3 {
        font-size: 22px;
    }
	.title1 h3 {
        font-size: 22px;
    }
	.title :before {
	    width: 30px;
	}
	.title :after {
        width: 30px;
    }
	.title1 :before {
        width: 30px;
    }
	.title1 :after {
        width: 30px;
    }
    .title{
        margin-bottom: 20px;
    }
    .title1{
        margin-bottom: 20px;
    }
	.h_news_con {
        margin-top: 10px;
    }
	.h_news {
	    padding: 15px 0 20px 0;
	}
	.h_about {
		padding-top: 20px;
        height: 500px;
    }
    .about_ico{
        margin: 30px 0;
    }
	.h_pro {
        padding: 20px 0 16px 0;
    }
	.h_case {
        padding: 24px 0 20px 0;
    }
	.f_dh dt a {
        font-size: 16px;
    }
	.f_dh dd a {
        font-size: 14px;
    }
	.code {
        display: none;
    }
	.f_dh {
        width: 100%;
    }
	.foot2 p {
        font-size: 12px;
    }
    .pro_txt h3{
        font-size: 16px;
    }
    .h_case_txt1{
        font-size: 18px;
    }
	.h_case1 li {
        width: 50%;
        padding-bottom: 20px;
    }
	.inner-banner {
		padding-top: 80px;
	}
	.news4 h4 {
        font-size: 16px;
    }
	.news5 {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }
	.ny_txt ul li {
        width: 50%;
    }
	.contact {
        padding: 10px;
    }
	.cont2 {
        font-size: 14px;
        padding-left: 10px;
    }
    .lycon{
        margin-top: 30px;
    }
	.cp_left p {
        font-size: 14px;
    }
    .about_ico2 li h3 span{
        font-size: 40px;
    }
    .ly{
        padding-top: 30px;
    }
    .n_right h3{
        font-size: 20px;
    }
    .ly1{
        margin-top: 0;
    }
    .ly2 p{
        padding-top: 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back_fr{
        width: 20%;
    }
}

@media (max-width:600px){
	.title h3 {
    font-size: 20px;
}
	.title :before {
    width: 24px;
	left: 32%
}
	.title :after {
    width: 24px;
	right: 32%
}
	.title1 h3 {
    font-size: 20px;
}
	.title1 :before {
    width: 24px;
	left: 32%
}
	.title1 :after {
    width: 24px;
	right: 32%
}
	.title1 {
    margin-bottom: 20px;
}
	.about_ico {
    margin: 20px 0;
}
	.about_ico img{
		width: 36px;
	}
	.about_sz h3 {
    font-size: 20px;
    margin-top: 10px;
}
	.about_sz img {
    margin: 10px 0 10px 0;
}
	.about_sz span {
    font-size: 12px;
}
	.h_about {
    height: 500px;
}
	.h_news5 {
    font-size: 12px;
	}
	.h_case1 h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
}
	.h_case2 {
    padding: 0 10px 10px 10px;
    font-size: 14px;
}
	.n_pos {
    display: none;
}
	.n_left {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
	.n_right {
    width: 100%;
    float: left;
}
	.ny {
    padding: 0;
}
	.n_left h3 {
    font-size: 18px;
    padding: 10px 0 10px 0;
}
	.left2 {
		display: none;
	}
	.left3 {
		display: none;
	}
	.n_left ul li {
    padding-top: 20px;
    float: left;
    width: 50%;
}
	.ny_txt {
    padding-top: 20px;
}
	.n_top {
    padding-bottom: 10px;
}
	.ny_txt p {
    font-size: 14px;
}
	.n_right h3 {
    font-size: 18px;
}
	.news2 {
    padding: 20px 0;
}
	.ny_bd h4 {
    padding-bottom: 10px;
    padding-top: 20px;
}
	.ny_txt h4 {
    font-size: 16px;
}
	.ny_txt ul li {
    font-size: 14px;
    padding-top: 10px;
}
	.case {
    padding: 20px 0 10px 0;
}
	.ly3 input {
    width: 112px;
    height: 42px;
    font-size: 14px;
}
	.ly4 input {
    width: 112px;
    height: 42px;
    font-size: 14px;
}
	.ly1 input {
    line-height: 48px;
}
	.ly {
    padding-top: 20px;
}
	.ly2 p {
    padding-top: 16px;
    line-height: 48px;
}
	.ly2 textarea {
    height: 160px;
}
	.pro_txt h3 {
    font-size: 16px;
}
	.ny_txt h5 {
    font-size: 16px;
}
	.xz {
    padding-bottom: 30px;
}
    .h_news_con{
        margin-top: 0px;
    }
    .news a{
        margin: 0;
    }
    .news a .pic{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .news_txt{
        margin-left: 0;
    }
    .h_about{
        height: 480px;
    }
    .about_ico2{
        padding: 20px 0;
    }
    .about_ico2 li{
        width: 33.3%;
        padding: 0 5px;
    }
    .about_ico2 li h3 span{
        font-size: 22px;
    }
    .about_ico2 li p{
        font-size: 16px;
    }
    .pro ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .pro li a{
        margin: 0 5px;
    }
    .h_case li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .news1 li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news1 li a .pic{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .inews_txt{
        margin-left: 0;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_back_fr a{
        background: #cf000f url(../image/return.png) no-repeat 15px center;
        padding-right: 15px;
    }
}
@media (max-width:414px){
	.n_left {
    padding-bottom: 20px;
}
	.ly2 textarea {
    height: 120px;
}
		.title h3 {
    font-size: 18px;
}
	.title :before {
    width: 20px;
	left: 30%
}
	.title :after {
    width: 20px;
	right: 30%
}
	.title1 h3 {
    font-size: 18px;
}
	.title1 :before {
    width: 20px;
	left: 30%
}
	.title1 :after {
    width: 20px;
	right: 30%
		
}
	.h_news4 h4 {
    font-size: 14px;
	padding-bottom: 0;
	}
	.h_news4 p{
	font-size: 12px;	
	}
	.h_news2 {
    height: 120px;
    margin: 0 auto;
}
	.h_news5 {
    padding-bottom: 10px;
    line-height: 16px;
}
	.about_txt {
    font-size: 12px;
}
	.about_sz img {
    margin: 10px 0 10px 0;
    width: 42px;
}
	.about_sz h3 {
    font-size: 18px;
}
	.title1 {
    margin-bottom: 10px;
}


    .h_case1 li {
    width: 100%;
}
	.foot {
		display: none;
	}
	.contact ul li {
    width: 100%;
    float: left;
    padding-top: 20px;
}

	.xz2 {
    font-size: 14px;
}
	.xz3 {
    font-size: 14px;
}
    .xz li a{
        padding: 0 15px;
    }
    .about_ico2 li h3 em{
        font-size: 30px;
    }
}

@media (max-width:320px){
    .h_about{
        height: 530px;
    }
    .about_ico2 li h3 span{
        font-size: 18px;
    }
    .about_ico2 li h3 em{
        font-size: 20px;
    }
    .show_title h3{
        font-size: 18px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
}