@charset "UTF-8";
/************
*normalize.css
************/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0 auto;
	background: #fff;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	margin: 0px;
	margin-bottom: -10px;
}
svg:not(:root) {
	overflow: hidden;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button, input, select, textarea {
	font: inherit;
	margin: 0;
}
optgroup {
	font-weight: 700;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
 -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
 box-sizing: border-box;
 padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
/* reset area
*************/

@font-face {
  font-family: 'siyuanxi';
  src: url("DroidSansChinese.eot");
  src: url("DroidSansChinese.eot?#iefix") format('embedded-opentype'), url("DroidSansChinese.woff") format("woff"), url("DroidSansChinese.ttf") format("truetype"), url("DroidSansChinese.svg#DINCondRegular") format("svg");
}
body, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, table, th, td, embed, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:'siyuanxi';
}
html {
	font-size: 62.5%;
	height: 101%;
}
a{color: #333333}
a:hover{color: #d31277}
body {
	font-size: 1.6rem;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
a, ins {
	text-decoration: none;
}
:focus {
	outline: 0;
}
ol, ul, li {
	list-style-type: none;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
header > section, .main > section, footer {
	max-width: 1920px; /*min-width: 1280px;*/
	width: 100%;
}
body div[class*='-main'] {
	width: 1200px;
	margin: 0px auto;
	color: #333333;
	font-size: 18px;
}
.wrap {
	display: block;
	max-width: 1900px;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	width: 100%;
	height: auto;
	padding:2% 0 ;
	z-index: 1000;
	display:table;
	position: relative
}

.head ul {
	text-align: center;
	margin:0px; padding:0px
}
.head ul li {
	width: 12%;
	height: auto;
	display: inline-block;
	list-style: none;
}
.head ul li:nth-child(4){    width: 22%;
    margin: 0px 1%;}
.head ul li:nth-child(4) img{width: 100%; margin-bottom: 0px}
.head ul li:nth-child(1) a,.head ul li:nth-child(2) a,.head ul li:nth-child(3) a{text-align: left}
.head ul li:nth-child(5) a,.head ul li:nth-child(6) a,.head ul li:nth-child(7) a{text-align: right}
.head ul li a {
	width: 100%;
	line-height: 60px;
	display: block;
	overflow: hidden;
	color: #4c4c4c;
	text-align:center;
	font-size: 24px; 
	border-bottom: 8px solid #ffffff;
}
.head ul li a:hover, .head ul li.cur a {
 color: #d31277;
}

.head ul li ul{ width:100%; height: auto; overflow: hidden; position: absolute; z-index: 10000000; background:rgba(218,218,218,.5); display: none; left: -15%; border-bottom: 5px solid #d31277}
.head ul li:nth-child(2) ul{ left: -10%}
.head ul li ul li{ display:block; width:100%; }
.head ul li ul li:first-child{width:100%}
.head ul li ul li:nth-child(4){width:100%}
.head ul li ul li a{ line-height:26px; width: 100%; color: #333333; border-bottom: 0px; font-size: 18px; line-height: 32px; text-align: center}
.head ul li ul li a:hover,.head ul li.cur ul li a:hover{   border-bottom: 0px; color:#d31277 }
.head ul li.cur ul li a{  border-bottom: 0px; text-align: center; color: #333333;}



.head ul li:nth-child(5) ul,.head ul li:nth-child(6)  ul,.head ul li:nth-child(7)  ul{left:16%}


.souruolan{width:98%;height: auto; overflow: hidden; margin: 0px auto; text-align:right; color: #333333; line-height: 30px; display: table}
.souruolan .lian{width:auto; display: table-cell; vertical-align: middle; padding-right: 20px}
.sousuo{width:186px; height: 30px; overflow: hidden;display: inline-block; padding-left: 20px; border-left: 1px solid #333;display: table-cell; vertical-align: middle}
.sousuo input{width:130px; height: 20px; overflow: hidden; border-radius: 15px;float: left; border: 1px solid #333} 
.sousuo .tijiao{width:50px; height:20px; line-height: 20px; color: #333; text-align: right; float: left; border: 0px; background: none;}
.sjnavbody {
	width: 40%;
	display: none;
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 10000
}
#sjnavbar {
    float: right;
    margin-right: 4%;
    margin-top: 8%;
    margin-top: 1%;
    display: none;
    position: absolute;
    right: 0px;
    top: 35%;
}
#sjnavbar span {
	width: 3em;
	height: 0.5em;
	background: #d31277;
	margin-bottom: 8px;
	display: block;
}
.sjnavcon {
	display: block;
	width: 100%;
	width: 92%;
	height: auto;
	padding: 0 4%;
	background: #d31277;
	position: absolute;
	z-index: 1000;

}
.sjnavcon ul {
	width: 100%;
}
.sjnavcon ul li {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 3;
	padding-top: 3px;
	border-bottom: 1px dashed #fff;
	letter-spacing: 0.8px;
}
.sjnavcon ul li a {
	color: #fff;
}
.sjnavcon ul li:last-child {
	border: none;
}
#slider {
	max-width: 1920px;
	margin: auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#slider img {
	max-width: 100%;
	height: auto;
}
/*公共样式*/
.fline{width:100%; height: 34px; padding-bottom:14px; background: #d31277; color: #fff; display: block;}
.fline .leftti{width:15%; height: 34px;  overflow: hidden;border-right: 1px solid #fff; font-size: 26px;line-height: 44px; margin-left: 4%;float: left; min-width: 110px }
.fline .leftenti{font-size: 12px; line-height: 15px;width: 60px; float:left; padding-left: 1%; text-transform: uppercase; vertical-align:text-bottom;padding-top: 8px}
.fline .btmore{width:20%; float: right; margin-right: 3%; text-align: right; line-height: 48px; color: #fff;min-width: 95px}

.nr{width:100%; height: auto;  position: relative; z-index: 4}
.menuleft{width:218px; z-index: 1000; margin-top: -20px; position: absolute }
.menutop{width:208px; float: left; display: block; height: 20px; background: #efefef}
.menumid{width:208px; padding-right: 8px; background: url(../images/qyjj/yinying.png) no-repeat bottom; float: left;}
.menulist{width: 100%; border-bottom: 1px solid #333333; padding-bottom: 4%}
.menulist ul li{width:100%; height:auto; overflow: hidden;}
.menulist ul li a{ line-height: 38px; text-align: center; font-size: 18px; display: block}
.menulist ul li.cur a{ color: #c61170}
.menudi{width: 100%;float: left; text-align: center; padding: 5% 0px; font-size: 14px;}
.menudi span{font-weight: bold}

.conright{width:76%; float: right; height: auto; overflow: hidden;}
.conright .webcon{width:100%; height:68px; line-height: 68px; font-size:24px; }
.conright .webcon span{color: #c61170}

.menudiline{border-bottom: solid #c61170 5px; margin-bottom: 10px; width: 208px; float: left}
/*首页企业简介*/
.syqyjj{width:100%; height: auto; overflow: hidden; background: #efefef; padding: 3% 0px  2% 0px}
.syqyjj img{width:100%; margin: 0px}
.syqyjjleft{width:60%; height: auto; overflow: hidden; float: left; background: #fff}
.qyjjleftcon{width:80%; float: left; margin-left:8%; margin-top:41px; margin-bottom: 5%; text-align: justify; line-height: 30px;}
.qyjjleftl{width:100%; height: auto; overflow: hidden; border-bottom:5px solid #bc8b34;}
.qyjjleftcon h2{font-size:26px; color: #d31277; text-align: left;margin-bottom: 3%}
.syqyjjright{width:38%; float: right}
.syqyjjright img{width:100%}
/*第一春产品*/
.sydyccp{width:100%; height: auto; overflow: hidden; padding: 2% 0px; margin: 0px auto}
.sydyccp img{width:100%;margin: 0px; display: block}
.dyccpbt{width:29%; height: auto; overflow: hidden; margin: auto}
.sycplist{width:100%; height: auto; overflow: hidden; margin:3% auto;}
.sycplist ul{position: relative}
.sycplist ul li{width:59.8%; height: auto; overflow: hidden;float: left;margin-bottom:19px}
.sycplist ul li a:hover img{transition: all 0.6s;transform: scale(1.01)}
.sycplist ul li:nth-child(3n){width:38.4%; height: auto; overflow: hidden; position: absolute; right: 0px}
.sypro{width:100%; height: auto; overflow: hidden; margin: 0px auto; background: #efefef;padding-bottom: 1%; position:relative}
.syprocon{width:90%; height: auto; overflow: hidden; margin: 0px auto;}
.syprocon .topbtline{width:100%; height: auto; overflow: hidden; position: relative; z-index: 3}
.syprocon .topbtline .btleft{width:155px; height:46px; overflow: hidden; float: left; background:#d31277; color: #fff; line-height: 46px; font-size:24px; text-align: center;border-bottom:5px solid #bc8b34;}
.syprocon .topbtline .gduo{ width:90px; height: 22px; background: #333; border-radius: 10px;float: right; margin-top: 15px; text-align: center;}
.syprocon .topbtline .gduo a{color: #fff; font-size: 14px;line-height: 22px; display: block}
.syprocon .topbtline .gduo a:hover{color:#d31277}
.syprocon .prolist{width:100%; height: auto;  margin-top: -5px; position: relative}
.syprocon .prolist ul li{    width: 33%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 0.5%;}
.syprocon .prolist ul li:last-child{margin-right: 0px}

/*sy新闻标题*/
.syqyxwtitle{width:710px;}

.synew{width:100%; height: auto; overflow: hidden; background: #efefef; padding: 1.5% 0px 1% 0px}

.synew a .synewpic{width:38%; height: auto; overflow: hidden; float: left;}
.synew a .synewpic img{width:100%; margin: 0px}
.synew a .synewright{width:54%;float: left; margin-left:3% }
.synew a .synewright h2{font-size: 24px; color:#d31277; margin-bottom: 15px }
.synew a .synewright h3{ color:#bc8b34;  font-weight: normal; font-size: 16px}
.synew a .synewright .newco{width:100%; height: auto; overflow: hidden; line-height: 28px; text-align: justify; margin-bottom: 10px}


.syleft{width:3%; height:auto; overflow:hidden; position:absolute; left:1%; top:45%}
.syleft img,.syright img{width:100%;}
.syright{width:3%; height:auto; overflow:hidden; position:absolute; right:1%; top:45%}
/* 首页企业合作*/
.syqyhhz{width:100%; margin:2% auto}
.syhzqycon{width:100%; height: auto; overflow: hidden; margin:2% auto}
.syhzqycon ul li{width:99px; height:77px; overflow:hidden; float:left}
/*走进第一春*/
.contant{width:100%; height: auto; background:url(../images/qyjj/qyjjbg.png) no-repeat bottom; overflow: hidden;background-size: 100%}
.fzlcbg{width:100%; height: auto; background:url(../images/qyjj/fzlc.png) no-repeat bottom; overflow: hidden;background-size: 100%}
.putongbg{width:100%; height: auto; overflow: hidden}



.contant img{width:100%; margin: 0px}
.conr{width:92%; text-align: justify; line-height: 36px}
.qyjj{width:100%; height: auto; overflow: hidden; float: left}
.qyjj .jjleftlogo{ width:32%; height: auto; overflow: hidden; float: left; margin-top: 5%;}
.qyjj .jjrightcon{ width:60%; height: auto; overflow: hidden; float: right; margin-top: 5%; font-size: 20px; line-height: 36px; margin-bottom: 50%}

.gsjj{width:100%; height: auto; overflow: hidden; margin: 0px auto}
.gsjj img{width:100%}
.gsjj h2{color: #d31277; font-size: 26px; margin: 3% auto}
.gsjj .pic1{width:45%; height: auto; overflow: hidden; float: left; margin-right: 3%; display: block}
.gsjj .pic2{width:52%; height: auto; overflow: hidden; float: right; display: block}
.gsjj .jjcon{width:100%; height: auto; overflow: hidden; text-align: justify; padding: 5% 0px}
.dszzcbt{width:100%; text-align: right; margin-top: 8%; margin-bottom: 2%; font-weight: bold}

.qyry{width:100%; height: auto; overflow:hidden}
.qyry ul li{width:48%; height: auto; overflow: hidden; float: left; margin-right: 4%; margin-bottom:4%}
.qyry ul li img{width:100%; margin:0px}
.qyry ul li:nth-child(2n){margin-right: 0px}
.qyry ul li:last-child{width:100%}

.fzlc{width:100%; height:auto; overflow: hidden; margin: 5% auto; margin-bottom: 80%}
.fzlc ul li{width:96%; height:auto; overflow: hidden; padding-left: 4%; background: url(../images/qyjj/fzlcbg.png) no-repeat}
.fzlc ul li .lisj{width:20%; float: left;}
.fzlc ul li .linr{width:78%; float: left;}

.nyprolist{width:100%; height: auto; overflow: hidden; margin: 5% auto}
.nyprolist img{width:100%; margin: 0px}
.nyprolist ul li{ width:49%; margin-right: 2%; height: auto; overflow: hidden; float: left; margin-bottom: 2%;}
.nyprolist ul li:nth-child(2n){margin-right: 0px;}
.nyprolist ul li a{ width:100%; height: auto; overflow: hidden; display: block}
.nyprolist ul li a .protoppic{width:100%; height: auto; overflow: hidden;margin: 0px auto;}
.nyprolist ul li a:hover .protoppic img{transition: all 0.6s;transform: scale(1.1)}
.nyprolist ul li a .protxt{width:100%; height:50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height: 50px; text-align: center; font-size: 26px}
.nyprolist ul li a .proxp{width:20%; height:24px; border-radius: 12px; background: #333333; color: #fff; line-height: 24px; text-align: center; margin: 0px auto}
.nyprolist ul li a:hover .proxp{background:#c61170 }

/*产品详细*/
.proview{width:100%; height: auto; overflow: hidden; margin: 5% auto}
.proview img{width:100%; margin: 0px}
.proview .protoptu{width:100%; height: auto; overflow: hidden; margin: 0px auto;}

.projs{width:100%;height: auto; margin: 3% auto; overflow: hidden; line-height: 30px}
.projs span{ color: #c61170;}

.lxwm{width:100%; height: auto; overflow: hidden; margin: 5% auto; font-size:22px; }
.lxwm img{width:100%;display: block; margin-bottom: 3%;}

.lxwm table{width:100%; background: #ccc; text-align: center; font-size:16px }
.lxwm td{background: #fff; line-height: 56px}
.lxwm input{width:90%;height:auto; overflow: hidden; float: left; margin-left: 5%; border: 1px solid #ccc; line-height: 30px;}

.lxwm textarea{width: 96%; height: 80px; overflow: hidden;margin: 3% auto 0px auto}
.lxwm .yanzheng{width:30%; height: 26px; border: 1px solid #333; border-radius: 15px; float: left; margin-left: 2%;overflow: hidden}
.lxwm .yzpic{width:7%; height: 26px;overflow: hidden; float: left; display: block; line-height: 26px; margin-top:1%}
.lxwm .tijiaod{width:110px; height: 26px; overflow: hidden; margin: 1% auto; border-radius: 13px; color: #fff; background: #c61170; line-height: 26px; display:inline-block; float: none}

/*安全品控*/

.aqpk{width:100%; height: auto; overflow: hidden; margin: 0px auto; font-size: 20px; line-height: 36px}
.aqpk ul li{width:95%; height: auto; overflow: hidden; margin: 0px auto; padding-left: 5%; background: url(../images/spaq/spaqlibg.png) no-repeat;background-size: 4%; background-position: 1%  6px; margin-bottom: 5%}
.aqpk ul li .liaqbt{width:auto; color:#c61170; float: left; margin-right: 3px; font-weight: bold; max-width: 25%}
.aqpk ul li .liaqcon{width:auto; float: left;max-width: 75%}
.aqpkpic{width:100%; height: auto; overflow: hidden; margin: 5% auto;}
.aqpkpic ul li{width:32.5%; height: auto; overflow: hidden;float:left;margin-right:1%;}
.aqpkpic ul li img{width:100%; margin: 0px}
.aqpkpic ul li:last-child{margin-right: 0px}
/*冷链运输*/
.llys{width:100%; height: auto; overflow: hidden; margin: 3% auto}
.llys img{width:100%;}
.llys ul{margin: 3% auto;}
.llys ul li{width:32%; height: 40px; float: left;margin: 2% auto; color: #fff; text-align: center;background:#c61170; list-style: none; margin-right: 2%; line-height: 40px}
.llys ul li:last-child{margin-right: 0px;}
/*专业工厂*/
.zygc{width:100%; height: auto; overflow: hidden; margin: 3% auto}
.zygc img{width:100%; margin: 0px}
.zygc ul li{width:50%; height:28px; overflow: hidden; line-height: 28px;float: left;display: table; margin-bottom: 1%}
.zygc ul li .licon{width:5%; height: auto; overflow: hidden; display: table-cell; vertical-align: middle}
.zygc ul li .licon img{width:100%;}
.zygc ul li .lidtxt{width:95%; height: auto; overflow: hidden; display: table-cell; vertical-align: middle}
.zygc .wesheng1{width:63.5%; float: left}
.zygc .wesheng2{width:35%; float: right}

.newslist{width:100%; height: auto; overflow: hidden; margin: 3% auto}
.newslist ul li{ width:100%; height: 40px; border-bottom: 1px dashed #ccc}
.newslist ul li a{ width:100%; height: 40px; overflow:hidden}
.newslist ul li a .leftti{width:70%; height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; line-height: 40px}
.newslist ul li a .leftti span{display: none}
.newslist ul li a .rightrq{width:25%; float: right; text-align: right}
.pages{width:100%; height: 40px; margin: 3% auto; text-align: center}
.pages span{color: #c61170}
.newslist h2{ text-align:center; border-bottom:1px solid #c61170; color:#c61170; margin-bottom:3%; padding-bottom:3%}

/*底部样式 */
.foot{width:100%; height: auto; overflow: hidden; border-top:5px solid #bc8b34; background: #efefef; padding: 2% 0px 3% 0px}
.foot img{width:100%; margin: 0px}
.footlogo{width:11%; height: auto; overflow: hidden;float: left}
.footcon{height: auto; overflow: hidden; float: left;margin-left: 6%}
.footcon h2{ font-size: 18px; font-weight: normal; line-height: 36px;text-transform: uppercase;margin-bottom: 5%}
.con1{width:28%;  line-height: 36px}
.footcon h4{font-size: 16px; line-height: 20px}
.footcon h3{font-size: 22px; line-height: 30px; margin: 0px; padding: 0px }
.footcon span{font-size: 22px; font-weight: bold}
.con2{width:21%;}
.footcon a{width:50%; height:30px; line-height: 30px; text-align: left; display: block;float: left; font-size: 18px; overflow: hidden; white-space:nowrap; text-overflow: ellipsis}
.erweima{width:15%; float: right;}


.navtype{ width:100%; height:auto; overflow:hidden;  display:none;margin: 3% auto; text-align: left; line-height: 26px; font-size:26px}
.navtype  a{  overflow:hidden; display:block; color:#000; font-size:16px;line-height:26px; margin: 0px 2%;display: inline-block; vertical-align: text-bottom; padding: 2px 3px}
.navtype  a:hover,.navtype .cur{ background:#c61170; color: #fff}



/*新加*/

.zygc h3{font-size:26px; color:#c61170 }
.zygc  .hebg{width:220px; height:30px; overflow:hidden; line-height:30px; padding:2px 10px; color:#fff; display:block; background:#333; margin:2% 0px; float:left; clear:both}
.stmartop{ width:220px; height:30px; overflow:hidden; line-height:30px; padding:2px 10px; color:#fff; display:block; background:#333; margin:10% 0px 2% 0px; float:left; clear:both}
.zygc ul {width:100%; display:block; float:left}














/*------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
body div[class*='-main'] {
	width: 98%;
}
}

@media only screen and (max-width:1150px) {
.qyjjleftcon {
    width: 96%;
     float: none; 
    /* margin-left: 8%; */
    /*margin-top: 41px;*/
    margin-bottom: 5%;
    text-align: justify;
    line-height: 30px;
    margin: 3% auto;
}
}
@media only screen and (max-width:1100px) {
	.conright .webcon{width:92%; float: right;}
	.conr{float: right}
	.conright .webcon{font-size: 16px}
	.qyjj .jjrightcon{font-size: 16px}
	
}
@media only screen and (max-width:1000px) {
	.footlogo{width:14%}
	.con2{display: none}
	.con1{width:50%}
	.qyjjleftcon{line-height: 22px}
	.ser-main{display: none}
	.head ul li{display: none}
	.head ul li:nth-child(4){display: block}
	#sjnavbar{display: block}
	
	
}
@media only screen and (max-width:960px) {
	.qyjj .jjrightcon{width:100%}
}
@media only screen and (max-width:880px) {
	.head ul li:nth-child(4){width:29%}
}
@media only screen and (max-width:860px) {
	.menuleft{display: none}
	.conright{width:100%}
	.navtype{display: block}
	.conright .webcon{float: none; margin: 0px auto}
	.conr{margin: 0px auto;float: none}
	.conright .webcon{font-size: 20px}
	div{font-size: 16px; line-height: 28px}
	.fzlc ul li .lisj {
    width: 20%;
    float: left;
    text-align: left;
    color: #c61170;
}
	.fzlc{margin-bottom: 46%}
	.nyprolist ul li a .protxt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
	.nyprolist ul li a .proxp{width:50%}
	
	.conright .webcon{display:none}
}
@media only screen and (max-width:750px) {
	#sjnavbar{
		top:30%		
	}
	#sjnavbar span{ height: 0.4rem}
	.syqyxwtitle{width:100%;}
	.synew a .synewright{width:100%}
	.synew a .synewpic{width:100%}
	.footlogo {
    width: 16%;
    margin-top: 3%;
}
	.erweima {
    margin-top: 5%;
     }
	.footlogo{display: none}
	.erweima{display: none}
	.con1{width:100%;}
}
@media only screen and (max-width:650px) {
	.syqyjjleft{width:100%;}
	.syqyjjright{width:100%}
	.dyccpbt{width:43%}
}
@media only screen and (max-width:640px) {
	#sjnavbar{
		top:30%		
	}
	#sjnavbar span{ height: 0.4rem}
	.syqyjjleft{width:100%;}
	.syqyjjright{width:100%}
	.synew a .synewright{margin-left: 0px}
	.nyprolist ul li a .protxt span{display: none}
	.lxwm .yzpic{width:30%}
	.lxwm{font-size: 16px}
	.aqpk ul li .liaqcon{width:100%}
	.aqpk ul li .liaqbt{max-width: 100%}
	.zygc ul li{width:100%}
	
}
@media only screen and (max-width:600px) {
	.footcon h3{font-size: 14px}
	.footcon h4{font-size: 14px}
	.footcon span{font-size: 14px}
	.footcon h2 {
    line-height: 24px;
     margin-bottom:0px; 
    }
	 .con1 {
		font-size: 14px;
		line-height: 22px;
    }	
		
	.newslist ul li a .leftti{width:100%;}	
	.newslist ul li a .rightrq{display: none}
	.newslist ul li a .leftti span{display:inline}
}
@media only screen and (max-width:500px) {
	.head ul li:nth-child(4) {
    width: 42%;
}
	#sjnavbar{
		top:20%	;width:2.5rem;	
	}
}
@media only screen and (max-width:450px) {

}