@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:"Arial";
	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:78%;
	margin:0 auto;
    position: relative;
    z-index: 999;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:130px;
	clear:both;
}
.daohang:before{
    content: '';
    display: block;
    background-color: #fff;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
}
.daohang:after{
    content: '';
    display: block;
    background-color: #019484;
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 34px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-top: 50px;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:40px;
    margin: 0px 11px;
}
.menupc li a{
	display:block;
	color: #fff;
    font-size: 16px;
	padding: 0px 9px;
    text-transform: uppercase;
}
.menupc li a:after{
    position:absolute;
    top:75px;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height:1px;
    background-color:#fff;
    margin:auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width:100%;
}

.menupc li .current:after{
    width:100%;
}

.header-search {
    float:right;
    margin-top: 45px;
}
.header-search .pull-right {
    float:right;
    width:39px;
    height: 39px;
    border-radius: 180px;
    line-height:39px;
    border: 1px solid #e1e0e1;
    background:url(../images/search3.png) no-repeat center center;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 39px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 85px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #eee;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #002a5c;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #002a5c;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#019484 url(../images/search3.png) no-repeat center center;
}
#search-closed {
    right: 8px;
    top: 23px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}



/*手机导航*/
.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:before{
        width: 0;
    }
    .daohang:after{
        width: 0;
    }
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 10px;
    }
    .yx img{
        height: 40px;
    }
	.phone-nav {
		display:block;
	}
    .header-search{
        display:none;
    }
	.navdaohang {
		display:none;
	}
    .nation{
        display:none;
    }

}



/*swiper的banner*/
.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 img{
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 25px;
    opacity: 1;
    outline: none;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #e80113;
}



footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    background-color: #019484;
    padding: 8px;
    overflow: hidden;
}
.footer2 p{
    text-align: center;
    line-height: 22px;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #38e6d3;
}
.footer1{
    background-color: #ebebeb;
    padding: 40px 0px;
    overflow: hidden;
}
.footer1 li{
    float: left;
    width: 11.1%;
    padding: 0 1%;
}
.footer1 li a{
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1 li a:after{
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #019484;
    margin-top: 15px;
}
.footer1 li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: 5px solid #e6e6e6;
    border-radius: 5px;
}
.footer1 li p{
    margin-top: 10px;
    text-align: center;
    color: #666;
}
.menulist{
    margin-top: 10px;
}
.menulist li{
    line-height: 30px;
    width: 100%;
    float: none;
}
.menulist li a{
    font-size: 14px;
    color: #666;
}
.menulist li a:hover{
    color: #019484;
}
.menulist li a:after{
    height: 0;
    margin-top: 0;
}

.home-column2{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.home-column2 li{
    float: left;
    position: relative;
    width: 50%;
}
.home-column2 li a{
    display: block;
}
.column2_img{
    overflow: hidden;
}
.column2_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.home-column2 li a:hover .column2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.column2_txt{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 55px 40px;
    width: 100%;
    height: 100%;
}
.column2_txt h3{
    font-size: 28px;
    font-weight: normal;
}
.column2_txt h3:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #019484;
    margin: 20px 0px;
}
.column2_txt p{
    font-size: 16px;
    margin-bottom: 9%;
    line-height: 30px;
}
.column2_txt span{
    float: right;
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 50px 0px;
    overflow: hidden;
}
.pro_title{
    font-size: 26px;
    color: #019484;
    font-weight: bold;
    text-align: center;
    background: url("../images/title.png") no-repeat center;
}
.pro_con{
    margin-top: 40px;
    position: relative;
}
.pros a{
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.pro_img{
    position: relative;
    overflow: hidden;
}
.pro_img img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.pro_txt{
    padding: 27px 29px;
    overflow: hidden;
    text-align: justify;
}
.pro_txt1{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 10px 0px 15px 0px;
}
.pro_txt3{
    width: 36px;
    height: 12px;
    background: url("../images/pj.png") no-repeat left center;
}
.pros a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pros a:hover .pro_txt1{
    color: #019484;
}
.pros a:hover .pro_txt3{
    background: url("../images/pj_h.png") no-repeat left center;
}
.pro_con .swiper-pagination{
    display: block;
    width: 100%;
    bottom: -35px;
}
.pro_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #f0939b;
    border-radius: 25px;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
}
.pro_con .swiper-pagination-bullet-active{
    background-color: #e80113;
}


.home-column1{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.about_fl{
    float: left;
    width: 24.5%;
}
.column1_title{
    border-bottom: 1px solid #e6e6e6;
    line-height: 25px;
}
.column1_title p{
    float: left;
    font-size: 26px;
    color: #019484;
}
.column1_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #019484;
    margin-bottom: -1px;
    margin-top: 10px;
}
.column1_title a{
    float: right;
    color: #808080;
}
.column1_title a:hover{
    color: #019484;
}
.about_fl_con{
    margin-top: 23px;
}
.about_fl_con p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    margin-bottom: 15px;
}
.about_fl_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.news_fr{
    float: right;
    width: 24.5%;
}
.news_fr_con{
    margin-top: 23px;
}
.news_fr_con li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.news_fr_con li:last-child{
    margin-bottom: 0;
}
.news_fr_con li a{
    display: block;
}
.news_img{
    float: left;
    width: 35%;
    position: relative;
    overflow: hidden;
}
.news_img:after{
    content: '';
    display: block;
    padding-bottom: 70.7%;
}
.news_img img{
    transition: .5s;
}
.news_txt{
    float: right;
    width: 62%;
}
.news_txt span{
    display: block;
    color: #666;
    background: url("../images/nj.png") no-repeat right center;
    margin-bottom: 5px;
}
.news_txt h3{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_fr_con li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_fr_con li a:hover .news_txt span{
    background: url("../images/nj_h.png") no-repeat right center;
}
.news_fr_con li a:hover .news_txt h3{
    color: #019484;
}
.link_fc{
    float: left;
    width: 47%;
    margin: 0 2%;
}
.link_fc_con{
    margin-top: 23px;
}
.link_fc_con li{
    margin-bottom: 30px;
}
.link_fc_con li a{
    display: block;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.link_img{
    position: relative;
    overflow: hidden;
}
.link_img:after{
    content: '';
    display: block;
    padding-bottom: 53%;
}
.link_img img{
    transition: .5s;
}
.link_txt{
    border-top: 1px solid #e6e6e6;
    padding: 16px;
    overflow: hidden;
}
.link_txt h3{
    font-size: 16px;
    color: #333;
    background: url("../images/lj.png") no-repeat right center;
}
.link_fc_con li a:hover .link_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.link_fc_con li a:hover .link_txt h3{
    color: #e80113;
    background: url("../images/lj_h.png") no-repeat right center;
}


/*走进奇磐*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    width: 100%;
    height: auto;
}
.ban_txt{
    position: absolute;
    left: 11%;
    top: 32%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.ban_txt h3{
    font-size: 33px;
    font-weight: bold;
}
.ban_txt h3:after{
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background-color: #019484;
    margin: 20px 0px 12px 0px;
}
.ban_txt p{
    font-size: 39px;
    text-transform: uppercase;
}
.inner-main{
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 20%;
    margin-bottom: 25px;
}
.inner_fl_t{
    margin-bottom: 50px;
}
.inner_fl_t_title{
    background-color: #019484;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 13px 0px;
    overflow: hidden;
}
.inner_fl_t_con{
    overflow: hidden;
}
.inner_fl_t_con li{
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
}
.inner_fl_t_con li a{
    display: block;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #666;
}
.inner_fl_t_con li a:hover{
    background-color: #343434;
    color: #fff;
}
.inner_fl_t_con li .current{
    background-color: #343434;
    color: #fff;
}
.inner_fl_b{
    overflow: hidden;
}
.inner_fl_b_title{
    border-bottom: 1px solid #e6e6e6;
    line-height: 25px;
}
.inner_fl_b_title p{
    float: left;
    font-size: 26px;
    color: #333;
}
.inner_fl_b_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #019484;
    margin-bottom: -1px;
    margin-top: 10px;
}
.inner_fl_b_con{
    overflow: hidden;
}
.inner_fl_b_con li{
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    line-height: 35px;
    margin-top: 10px;
}
.inner_fl_b_con li a{
    display: block;
    font-size: 16px;
    color: #333;
    background: url("../images/jt.png") no-repeat right center;
}
.inner_fl_b_con li a:hover{
    color: #019484;
    background: url("../images/jt_h.png") no-repeat right center;
}
.inner_fr{
    float: right;
    width: 77%;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fr_title{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    line-height: 35px;
    padding-bottom: 5px;
}
.inner_fr_title p{
    float: left;
    font-size: 20px;
    color: #343434;
}
.inner_fr_title span{
    float: right;
    color: #666;
    background: url("../images/home.png") no-repeat left center;
    padding-left: 21px;
}
.inner_fr_title span a{
    color: #666;
}
.inner_fr_title span em{
    font-style: normal;
    color: #019484;
}
.inner_fr_about{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 40px;
}

/*资质荣誉*/
.inner_fr_honor{
    margin-top: 40px;
    overflow: hidden;
}
.inner_fr_honor ul{
    overflow: hidden;
}
.inner_fr_honor li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fr_honor li a{
    display: block;
}
.honor_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.honor_img:after{
    content: '';
    display: block;
    padding-bottom: 124%;
}
.honor_img img{
    transition: .5s;
    border: none !important;
}
.inner_fr_honor li a:hover .honor_img{
    border: 1px solid #019484;
}
.inner_fr_honor li a:hover .honor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honor_txt{
    background-color: #eee;
    padding: 12px 0px;
    overflow: hidden;
}
.honor_txt p{
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_honor li a:hover .honor_txt{
    background-color: #019484;
}
.inner_fr_honor li a:hover .honor_txt p{
    color: #fff;
}
/*分页*/
.pagination{
    text-align:center;
    padding:10px 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:#f6f6f6;
    margin:0px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#019484;
    border:1px solid #019484;
}
.pagination a.active {
    display:inline-block ;
    color:#fff;
    background-color:#019484;
    border:1px solid #019484;
}

/*在线留言*/
.inner_fr_contact{
    overflow: hidden;
    max-width: 60%;
    margin: 40px auto 0px auto;
}
.contact_title{
    font-size: 24px;
    color: #333;
}
.contact_con{

}
.contact_con input,.contact_con textarea{
    outline: none;
}
.contact_con input::-webkit-input-placeholder{
    color: #666;
}
.contact_con input::-moz-input-placeholder{
    color: #666;
}
.contact_con input::-ms-input-placeholder{
    color: #666;
}
.contact_con textarea::-webkit-input-placeholder {
    color: #666;
}
.contact_con textarea:-moz-placeholder {
    color: #666;
}
.contact_con textarea::-moz-placeholder {
    color: #666;
}
.contact_con textarea::-ms-input-placeholder {
    color: #666;
}
.lx1{
    margin-top: 30px;
    position: relative;
}
.lx1 input{
    height: 45px;
    line-height: 45px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 18px;
    color: #666;
}
.lx1 a{
    position: absolute;
    right: 0;
    top: 0;
}
.lx1 a img{
    width: auto;
    height: 38px;
}
.lx1 p{
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}
.lx1 textarea{
    width: 100%;
    height: 233px;
    background-color: #f5f5f5;
    resize: none;
    padding: 10px;
    line-height: 25px;
    border: none;
}
.lx2{
    margin-top: 30px;
    text-align: center;
}
.lx2 input{
    width: 140px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    margin: 0px 15px;
}
.tj{
    background-color: #e80113;
}
.cz{
    background-color: #333;
}


/*新闻中心*/
.inner_fr_news{
    margin-top: 40px;
    overflow: hidden;
}
.inner_fr_news ul{
    padding: 5px 0px;
    overflow: hidden;
}
.inner_fr_news li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 30px 0px;
    margin: 0px 5px;
}
.inner_fr_news li a{
    display: block;
}
.inner_fr_news li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.inews_img{
    float: left;
    width: 16.5%;
    position: relative;
    overflow: hidden;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 70.7%;
}
.inews_img img{
    transition: .5s;
}
.inews_txt{
    float: right;
    width: 81%;
}
.inews_txt1{
    display: block;
    color: #666;
    background: url("../images/nj.png") no-repeat right center;
}
.inews_txt2{
    margin: 15px 0px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt3{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.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_txt1{
    background: url("../images/nj_h.png") no-repeat right center;
}
.inner_fr_news li a:hover .inews_txt2{
    color: #019484;
}

/*新闻详情*/
.inner_fr_newsshow{
    margin-top: 40px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4c4c4c;
    padding:25px 0px;
    border-bottom:1px solid #dcdcdc;
    font-size: 16px;
}
.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;
    padding: 0;
}
.show_back_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#767676;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#019484;
}
.show_back_fr{
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #019484 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*客户案例*/
.inner_fr_case{
    margin-top: 40px;
    overflow: hidden;
}
.inner_fr_case li{
    padding: 0px 25px;
    overflow: hidden;
    margin-bottom: 50px;
}
.inner_fr_case li a{
    display: block;
}
.case_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.case_img:after{
    content: '';
    display: block;
    padding-bottom:62.1% ;
}
.case_img img{
    transition: .5s;
}
.inner_fr_case li a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*行业应用*/
.inner_fr_industry{
    margin-top: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.inner_fr_industry img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*营销网络*/
.inner_fr_network{
    margin-top: 40px;
    overflow: hidden;
}
.inner_fr_network ul{
    overflow: hidden;
}
.inner_fr_network li{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.inner_fr_network li:last-child{
    padding-bottom: 35px;
}
.inner_fr_network li h3{
    font-size: 24px;
    color: #019484;
    font-weight: normal;
    margin-bottom: 30px;
}
.inner_fr_network li p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    padding-left: 33px;
    margin-bottom: 20px;
}
.n1{
    background: url("../images/n1.png") no-repeat left center;
}
.n2{
    background: url("../images/n2.png") no-repeat left center;
}
.n3{
    background: url("../images/n3.png") no-repeat left center;
}
.n4{
    background: url("../images/n4.png") no-repeat left center;
}
.map img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*技术支持*/
.inner_fr_support{
    margin-top: 25px;
    overflow: hidden;
}
.inner_fr_support li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    line-height: 26px;
    padding: 15px 0px;
}
.inner_fr_support li a{
    display: block;
}
.inner_fr_support li a p{
    float: left;
    width: 75%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr_support li a span{
    float: right;
    color: #333;
    background: url("../images/d.png") no-repeat left center;
    padding-left: 27px;
}
.inner_fr_support li a:hover p{
    color: #019484;
}
.inner_fr_support li a:hover span{
    background: url("../images/d_h.png") no-repeat left center;
}


/*产品中心*/
.inner_fl_t_cons{

}
.inner_fl_t_cons dl{
    margin-top: 10px;
}
.inner_fl_t_cons dl dd{
    line-height:50px;
    background-color:#f5f5f5;
    cursor:pointer;
    position:relative;
    text-align: center;
}
.inner_fl_t_cons dl dd a{
    color:#666;
    display:block;
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.inner_fl_t_cons dl dd a:hover{
    color:#fff;
    background:#343434 url(../images/leftli.png) no-repeat right center;
}
.inner_fl_t_cons dl dd .nav_right{
    width:170px;
    height:auto;
    overflow:hidden;
    position:absolute;
    left:100%;
    top:0px;
    background-color:#343434;
    display:none;
    transition: .5s;
}
.inner_fl_t_cons dl dd .nav_right a{
    width:170px;
    padding-left:30px;
    line-height:50px;
    text-align:left;
    display:block;
    float:left;
    color:#fff;
    border-bottom: 1px solid #4d4d4d;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    background-image:none;
}
.inner_fl_t_cons dl dd .nav_right a:hover{
    background-image:none;
    background-color: #019484;
}
.inner_fl_t_cons dl dd a.nav_left{
    line-height:50px;
    background-color:#f5f5f5;
    cursor:pointer;
    position:relative;
    display:block;
    font-size:16px;
    color:#666;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.inner_fl_t_cons dl dd a.nav_left:hover{
    color:#fff;
    background:#343434 url(../images/leftli.png) no-repeat right center;
}

.inner_fr_product{
    margin-top: 40px;
    overflow: hidden;
}
.product3{
    text-align: center;
}
.product3 a{
    display: block;
    width: 130px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #e80113;
    line-height: 40px;
}
.product2{
    margin: 40px 0px;
}
.product2_title{
    background-color: #e6e6e6;
    line-height: 40px;
    overflow: hidden;
}
.product2_title li{
    float: left;
    font-size: 16px;
    color: #343434;
    text-align: center;
    width: 16.6%;
}
.product2_con{
    overflow: hidden;
}
.product2_con dl{
    overflow: hidden;
    line-height: 48px;
}
.product2_con dl:nth-child(odd){
    background-color: #f5f5f5;
}
.product2_con dl:nth-child(even){
    background-color: #ededed;
}
.product2_con dl a{
    color: #666;
    font-size: 16px;
}
.product2_con dl a:hover{
    color: #00893d;
}
.product2_con dl dd{
    float: left;
    text-align: center;
    width: 16.6%;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product1{

}
.product1_title{
    background-color: #e6e6e6;
    color: #343434;
    font-size: 16px;
    padding: 0px 19px;
    line-height: 40px;
    overflow: hidden;
}
.product1_con{
    background-color: #f5f5f5;
    overflow: hidden;
}
.product1_con li{
    float: left;
    width: 50%;
    padding: 30px 35px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.product1_con li:nth-child(2){
    border-right: none !important;
}
.product1_con li:nth-child(3){
    border-bottom: none !important;
}
.profl{
    float: left;
    width: 70%;
}
.pro1_title{
    font-size: 18px;
    color: #343434;
    font-weight: bold;
    margin-bottom: 15px;
}
.profl_con{

}
.profl_con input{
    float: left;
    outline: none;
    width: 50px;
    background-color: #e9efec;
    border: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #343434;
}
.profl_conxh input{
    outline: none;
    width: 100%;
    background-color: #e9efec;
    border: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #343434;
}
.profl_con span{
    float: left;
    font-size: 18px;
    color: #343434;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 20px;
}
.profr{
    float: left;
    width: 30%;
}
.profr_con{

}
.profr_con span{
    float: left;
    font-size: 18px;
    color: #343434;
    font-weight: bold;
    line-height: 35px;
    margin-right: 20px;
}
.profr_con input{
    float: left;
    outline: none;
    width: 50px;
    background-color: #e9efec;
    border: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #343434;
}

/*产品详情*/
.inner_fr_productshow{
    margin-top: 40px;
    overflow: hidden;
}




@media (min-width:1701px) and (max-width:1760px){

}


@media (min-width:1501px) and (max-width:1700px){
    .container1{
        width:86%;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0px 5px;
    }
    .column2_txt{
        padding: 35px 30px;
    }
    .column2_txt p{
        margin-bottom: 7%;
    }
    .ban_txt{
        left: 7%;
    }
}

@media (min-width:1280px) and (max-width:1500px){
    .container1{
        width:96%;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0px 5px;
    }
    .column2_txt{
        padding: 35px 30px;
    }
    .column2_txt p{
        margin-bottom: 4%;
    }
    .news_txt h3{
        height: 50px;
        line-height: 25px;
        font-size: 14px;
    }
    .ban_txt{
        left: 2%;
    }
    .ban_txt h3{
        font-size: 30px;
    }
    .ban_txt p{
        font-size: 30px;
    }
    .inews_txt2{
        margin: 10px 0px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width:95%;
    }
    .yx img{
        max-width: 90%;
    }
    .menupc li{
        margin: 0px 6px;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0px 5px;
    }
    .column2_txt{
        padding: 35px 30px;
    }
    .column2_txt p{
        margin-bottom: 3%;
    }
    .news_txt h3{
        height: 44px;
        line-height: 22px;
        font-size: 14px;
    }
    .ban_txt{
        left: 2.5%;
        top: 30%;
    }
    .ban_txt p{
        font-size: 30px;
    }
    .inews_txt2{
        margin: 10px 0px;
    }
}


@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;
    }
    .column2_txt{
        padding: 35px 30px;
    }
    .column2_txt h3{
        font-size: 22px;
    }
    .column2_txt h3:after{
        margin: 10px 0px;
    }
    .column2_txt p{
        margin-bottom: 4%;
    }
    .news_txt h3{
        height: 44px;
        line-height: 22px;
        font-size: 14px;
    }
    .link_fc_con li{
        padding: 0px 10px;
    }
    .ban_txt{
        left: 15px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .ban_txt h3{
        font-size: 28px;
    }
    .ban_txt h3:after{
        margin: 15px 0px 10px 0px;
    }
    .ban_txt p{
        font-size: 30px;
        font-weight: normal;
    }
    .inner_fr_about img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .inner_fl{
        width: 25%;
    }
    .inner_fr{
        width: 72%;
    }
    .inner_fr_contact{
        max-width: 80%;
    }
    .contact_title{
        font-size: 20px;
    }
    .inner_fr_news li{
        padding: 15px 0px;
    }
    .inews_txt2{
        margin: 8px 0px 5px 0px;
    }
    .inner_fr_case li{
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .inner_fr_network li{
        padding-bottom: 40px;
        margin-bottom: 60px;
    }
    .product1_con li{
        padding: 30px 15px;
    }
    .profl{
        width: 65%;
    }
    .profr{
        width: 35%;
    }
}

@media(max-width:768px) {
    .footer1 li a{
        font-size: 16px;
    }
    .menulist li a{
        font-size: 14px;
    }
    .column2_txt{
        padding: 25px 20px;
    }
    .column2_txt h3{
        font-size: 18px;
    }
    .column2_txt p{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .column1_title p{
        font-size: 20px;
    }
    .link_fc_con li{
        padding: 0px 5px;
    }
    .link_txt{
        padding: 16px 10px;
    }
    .news_fr_con li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .ban_txt{
        top: 30%;
    }
    .ban_txt h3{
        font-size: 22px;
    }
    .ban_txt p{
        font-size: 24px;
    }
    .inner_fr_contact{
        max-width: 100%;
    }
    .inner_fl_t_title{
        font-size: 20px;
    }
    .inner_fl_b_title p{
        font-size: 22px;
    }
    .inner_fr_case li{
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .inner_fr_network li{
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .product1_con li{
        float: none;
        width: 100%;
        border-right: none;
        padding: 30px 35px;
    }
}

@media(max-width:600px) {
    .footer1{
        padding: 35px 0px;
    }
    .footer1 li{
        float: none;
        width: 100%;
        display: none;
    }
    .footer1 li:last-child{
        display: block;
    }
    .footer1 li p{
        margin-top: 10px;
    }
    .home-column2 li{
        float: none;
        width: 100%;
    }
    .column2_txt{
        padding: 15px 10px;
    }
    .home-pro{
        padding: 35px 0px 50px 0px;
    }
    .pro_con{
        margin-top: 25px;
    }
    .pro_txt{
        padding: 10px 15px;
    }
    .pro_txt1{
        font-size: 16px;
    }
    .pro_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        margin: 10px 0px;
    }
    .home-column1{
        margin: 35px 0px;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .link_fc{
        float: none;
        width: 100%;
        margin: 25px 0px;
        overflow: hidden
    }
    .news_fr{
        float: none;
        width: 100%;
    }
    .link_fc_con li{
        margin-bottom: 10px;
    }
    .ban_txt{
        top: 15%;
    }
    .ban_txt h3{
        font-size: 16px;
        margin: 5px 0px;
    }
    .ban_txt h3:after{
        margin: 5px 0px;
    }
    .ban_txt p{
        font-size: 12px;
    }
    .inner-main{
        margin: 35px auto;
    }
    .inner_fl{
        float: none;
        width: 100%;
        display: none;
    }
    .inner_fl_t{
        margin-bottom: 0;
    }
    .inner_fl_b{
        display: none;
    }
    .inner_fr{
        float: none;
        width: 100%;
    }
    .inner_fr_about{
        margin-top: 25px;
    }
    .inner_fr_honor{
        margin-top: 25px;
    }
    .inner_fr_honor li{
        padding: 0px 7px;
        margin-bottom: 15px;
    }
    .contact_title{
        font-size: 18px;
    }
    .lx1{
        margin-top: 15px;
    }
    .lx1 input{
        font-size: 16px;
    }
    .lx1 p{
        font-size: 16px;
    }
    .lx1 textarea{
        height: 120px;
    }
    .lx2 input{
        margin: 0px 10px;
        font-size: 16px;
        width: 120px;
        line-height: 35px;
    }
    .inner_fr_news{
        margin-top: 25px;
    }
    .inews_img{
        width: 35%;
    }
    .inews_txt{
        width: 60%;
    }
    .inner_fr_newsshow{
        margin-top: 25px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .inner_fr_industry{
        margin-top: 25px;
    }
    .inner_fr_case li{
        padding: 0px 7px;
        margin-bottom: 15px;
    }
    .inner_fr_network{
        margin-top: 25px;
    }
    .inner_fr_network li{
        margin-bottom: 25px;
        padding: 0px 0px 10px 0px;
    }
    .inner_fr_network li h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .inner_fr_network li p{
        margin-bottom: 15px;
    }
    .inner_fr_support{
        margin-top: 15px;
    }
    .inner_fr_support li{
        padding: 10px 0px;
    }
    .inner_fr_product{
        margin-top: 25px;
    }
    .product2{
        margin: 25px 0px;
    }
    .product2_title{
        padding: 10px 0px;
        line-height: 30px;
    }
    .product2_title li{
        width: 50%;
    }
    .product2_con dl{
        padding: 10px 0px;
        line-height: 30px;
    }
    .product2_con dl dd{
        width: 50%;
    }
    .product1_con li{
        padding: 20px 15px;
    }
    .inner_fr_title p{
        float: none;
        width: 100%;
    }
    .inner_fr_title span{
        float: none;
        width: 100%;
    }
    .pro1_title{
        font-size: 16px;
    }
    .profl_con span{
        font-size: 16px;
    }
    .profr_con span{
        font-size: 16px;
    }
    .inner_fr_productshow{
        margin-top: 25px;
    }
}


@media(max-width:414px) {
    .profl_con span{
        margin: 0px 15px;
    }
    .profr_con span{
        margin-right: 15px;
    }
}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .column2_txt h3{
        font-size: 16px;
    }
    .profl_con input{
        width: 40px;
    }
    .profl_con span{
        margin: 0px 12px;
    }
    .profr_con input{
        width: 40px;
    }
    .profr_con span{
        margin-right: 12px;
    }
}














