body,td,th {
	font-size: 13px;
	color: #555;
	font-family:"微软雅黑";
	background:#fff
}
body ::selection {color:#ff8e00;background-color:#fff;}
body ::-moz-selection {color:#ff8e00;background-color:#fff;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, img {border:medium none;margin:0;padding:0}
em{font-style:normal}
ul, ol, li{list-style:none}
a{text-decoration:none;}
a:hover{ text-decoration:none}
img{border:0}
table{	border-collapse:collapse;border-spacing:0}
.fixd{ position:fixed;width:100%;}
*{margin:0;padding:0}

/*--header--*/
@font-face {
    font-family: 'book_antiquaregular' !important;
    src: url('../font/bkant-webfont.eot');
    src: url('../font/bkant-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bkant-webfont.woff2') format('woff2'),
         url('../font/bkant-webfont.woff') format('woff'),
         url('../font/bkant-webfont.ttf') format('truetype'),
         url('../font/bkant-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.top {
	padding-top: 8px;
}

.top ul.loginbar {
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}

.top ul.loginbar > li {
	display: inline;
	list-style: none;
	padding-bottom: 15px;
	cursor:pointer
}

.top ul.loginbar > li > a, 
.top ul.loginbar > li > a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.top ul.loginbar li.devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #bbb;
}

.top ul.loginbar li i.icon-globe { 
	color: #bbb;
}

.top ul.lenguages {
	top: 25px;
	left: -5px;
	display: none;
	padding: 4px 0;
	padding-left: 0; 
	list-style: none;
	min-width: 100px;
	position: absolute;
	background: #f0f0f0;
}

.top li:hover ul.lenguages {
	display: block;
}

.top ul.lenguages:after {
	top: -4px;
	width: 0; 
	height: 0;
	left: 8px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 6px solid #f0f0f0;	
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.top ul.lenguages li a {
	color: #555;
	display: block;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase; 
	font-family:'Open Sans', sans-serif;	
}

.top ul.lenguages li.active a i {
	color: #999;
	float: right;
	margin-top: 2px;
}

.top ul.lenguages li a:hover, 
.top ul.lenguages li.active a {
	background: #fafafa;
}

.top ul.lenguages li a:hover {
	text-decoration: none; 
}
#header{height:80px;}
.header {
	z-index:999;
	 width:100%;
	 
}

#gk-header-.nav1 {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 0;
  position: fixed;
  top: -250px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 10000;
}
.header .navbar {
	margin: 0;
	min-height: inherit;
}

.header .navbar-default {
	border: none;
	background:#fff;
	height:80px;
}

.header .navbar-collapse {
	position: relative;
	height:80px;
	/*max-height: inherit;*/
}

/*Brand*/
.header .navbar-brand { 
	z-index: 2;
	position: relative;
	padding: 0 10px 10px;
}

/*Navbar*/
.header .navbar-default .navbar-nav > li > a {
	
	color:#000
	font-size: 15px;
	text-transform: uppercase;
	padding-top:21px;
	width:100%; float:left;
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
	
}
.header .navbar .nav > li .lanmu{ padding-top:21px; padding-bottom:14px;}
.header .navbar .nav > li .lanmu span{width:100%; float:left; text-align:center}
.header .navbar .nav > li a:hover{ color:#cc0a16}
.header .navbar .nav > li > a i.icon-angle-down {
	top: -1px;
	left: 1px;
	font-size: 12px;
	position: relative;
	margin: 0 !important;
}

/*Navber Toggle*/

.navbar-toggle:hover {
	background: #cc0a16 !important;
}
.navbar-default .navbar-toggle {
	border-color: #cc0a16;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

/*Serach Box*/
.header .navbar .search-open {
	right: 0; 
	top: 50px; 
	display: none;
	padding: 14px; 
	position: absolute;
	background: #fcfcfc; 
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd; 
}

.header .navbar .nav > li > a.search {
	color: #aaa;
	cursor: pointer;
	padding: 8px 8px 10px;
	border-bottom-color: #aaa;
	background: #f7f7f7 !important;
}
.header .navbar .nav > li > a.search:hover {
	color: #72c02c;
	border-bottom-color: #72c02c;
}

.header .navbar .search-open form {
	margin: 0;	
}

.header .navbar a.search [class^="icon-"],
.header .navbar a.search [class*=" icon-"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}

.header .navbar a.search [class^="icon-"].icon-large,
.header .navbar a.search [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/*Responsive @Media 
------------------------------------*/
@media (min-width: 767px) {
	/*Navbar Collapse*/
	.header .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {	
		border-bottom: solid 2px transparent;
	}


	.header .navbar-default .navbar-nav > li > a p{ font-size:14px;font-family: 'book_antiquaregular'!important; font-weight:600;}
	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav > .open > a:focus {
		color: #cc0a16;
	}
	/*Dropdown Menu*/
	.header .dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 80px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: 0px !important; 
		border-top: solid 2px #cc0a16; 
		border-bottom: solid 2px #687074;
		left:-13%
	}

	.header .dropdown-menu li a { 
		color: #687074; 
		font-size: 13px; 
		font-weight: 400; 
		padding: 6px 15px; 
		border-bottom: solid 1px #eee;
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
.header .dropdown-menu li > a:hover {
		color: #cc0a16;
		
	}
	.header .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	/*Search Box*/
	.header .navbar .search-open {
		width: 330px;
	}	
}

@media (max-width: 767px) {
	/*Search Box*/
	.header .navbar .search-open {
		left: 20px; 
		top: inherit;
		bottom: -5px; 
		padding: 15px;
		border-top: none;
		box-shadow: none;
		background: none; 
	}	
}
.xs-logo{width:25%; float:left; height:auto}
.xs-logo img{width:100%; float:left; height:auto}
.about_logo{  float:left; position:absolute; left:37%; top:0; padding-top:0;}
.about_logo img{ float:left; height:auto; margin-left:35%}
.min_logo{ float:left; position:absolute; left:0; top:0;}
<!--banner-->
#wrapper {
	background:#f9f9f9;
	position:relative;

}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:670px !important;
	overflow:hidden;

}
.fullwidthbanner-container img{width:100%; float:left; height:auto}
.gonggao_main{border-bottom: 1px solid #ececec; background:#f9f9f9;}
.scroll_vertical{position:relative;}
.scroll_vertical .box{overflow:hidden;position:relative;}
.scroll_vertical .plus,
.scroll_vertical .minus{position:absolute;height:5px;cursor:pointer;}
.scroll_vertical .plus img,
.scroll_vertical .minus img{ float:left;}
.scroll_vertical ul{position:absolute;top:0;left:0;width:100%; float:left;}
.scroll_vertical li{text-align:left;width:100%; float:left;overflow: hidden; text-overflow:ellipsis;}
.scroll_vertical li a{ color:#333; font-size:13px; font-family:"微软雅黑"; width:100%; float:left;}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
@media (min-width: 1300px){
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 25px !important;
    padding-bottom: 31px !important;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
	height:46px !important;
    line-height:46px !important;
	 font-size:16px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 25px !important;
    padding-bottom: 24px !important;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
	height:42px !important;
    line-height:42px !important;
	 font-size:12px;
}
}
@media (min-width: 1001px) and (max-width: 1199px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
	height:40px !important;
    line-height:40px !important;
}
}
@media (min-width: 960px) and (max-width: 1000px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 25px !important;
    padding-bottom: 24px !important;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
	height:39px !important;
    line-height:39px !important;
}


}
@media (min-width: 768px) and (max-width: 959px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 22px !important;
    padding-bottom: 24px !important;
	
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
	height:34px !important;
    line-height:34px !important;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 24px !important;
    padding-bottom: 10px !important;
}
}

@media (min-width: 320px) and (max-width: 479px) {
.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 24px !important;
    padding-bottom: 10px !important;
}
}

@media (max-width: 319px) {
	.cd-tabs nav {
    background: #FF8E00 none repeat scroll 0% 0%;
    padding-top: 24px !important;
    padding-bottom: 14px !important;
}

}








@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }
    .responsive .tparrows {
        display: none;
    }
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none;
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
<!--index-->
@font-face {
    font-family: 'old_standard_ttbold' !important;
    src: url('../font/oldstandard-bold-webfont.eot');
    src: url('../font/oldstandard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/oldstandard-bold-webfont.woff2') format('woff2'),
         url('../font/oldstandard-bold-webfont.woff') format('woff'),
         url('../font/oldstandard-bold-webfont.ttf') format('truetype'),
         url('../font/oldstandard-bold-webfont.svg#old_standard_ttbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: '方正稚艺简体' !important;
    src: url('../font/_-webfont.eot');
    src: url('../font/_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/_-webfont.woff2') format('woff2'),
         url('../font/_-webfont.woff') format('woff'),
         url('../font/_-webfont.ttf') format('truetype'),
         url('../font/_-webfont.svg#fzzhiyi-m12sregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.index_about{width:100%; float:left; background:url(../images/index2_02.jpg) no-repeat top center; text-align:center; }
.ia_t{ float:left; font-family:'old_standard_ttbold' !important; }
.ia_t i{ font-style:normal;}
.ia_t span{width:100%; display:block;font-weight:bold}
.ia_t span a{  color:#0e690c;padding:0 26px;}
.ia_t span img{ padding-bottom:26px; display:inline;}
.ia_t span a i{ color:#92b745;}
.ia_t a p{ color:#b6cab5; font-size:22px;width:100%;font-family: '方正稚艺简体' !important; margin-top:-7px; padding-bottom:44px;}
.ia_c{  float:left; line-height:28px; font-size:14px; color:#444;}
.ia_c1{ float:left;}
.ia_c1 span{width:100%; display:block;padding-bottom:10px;}
.ia_c1 span a{ padding:0 14px; }
.ia_c1 span a img{ padding:0;}
.index_menu{width:100%; float:left; background:url(../images/index22_02.jpg) top no-repeat; padding-bottom:40px;background-size: cover;}
.phone_h_menu .row{display: flex;align-items: center;}
.phone_h_menu:nth-child(2) .row{    flex-flow: row-reverse;}
.im_t{width:100%; float:left; font-family:'old_standard_ttbold' !important; text-align:center; margin-bottom:-9px;}
.im_t span{width:100%; display:block;font-weight:bold}
.im_t span a{ color:#ff8e00;padding:0 26px;}
.im_t span img{ padding-bottom:26px; display:inline;}
.im_t a p{ color:#ffe8ca; font-size:22px;width:100%;font-family: '方正稚艺简体' !important; margin-top:-7px; }
.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs .nav1 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.cd-tabs nav{ background:#ff8e00;}
.cd-tabs-navigation a{ border-bottom:1px solid #ffb04d; color:#fff;/* height:44px;*/}
.cd-tabs-navigation li{ padding:0 19px;}
.cd-tabs-navigation ul{ background:#ff8e00;}
 #tab_cone #tab_cone_1{display:block;}
 #tabe li{cursor:pointer}
 #tabe li.on{width:78px;height:19px;padding-top:5px;border-bottom:none;position:relative;}

 #tab_cone li{display:none}
 #tab_cone #tab_cone_1{display:block;}
.cd_list{ background:#fff; }
.cd_list li{ text-align:center;}
.cd_list li span{ position:relative; top:-16px; float:left; width:100%; text-align:center; padding-bottom:34px;}
.cd_list .cl_c1{padding:0 25px; font-size:14px; color:#555; line-height:22px; padding-top:22px; float:left; padding-bottom:22px; width:100%}
.cd_list li span p{font-family: 'book_antiquaregular' !important; overflow:hidden; text-overflow:ellipsis; padding-left:15px; padding-right:15px; height:125px;}
.cd_list li .img1{ width:100%; float:left; height:auto;}
.cd_list li .img2{ margin-top:30px;}
.cd-tabs-content li b{ padding-top:10px; font-weight:normal; font-size:16px; width:100%; float:left;}
.cd-tabs-content li .tiao{ padding-top:9px;width:100%; float:left; height:auto}
.jt{position:relative; top:243px; z-index:100;}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs .nav1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs .nav1 {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  /*height: 44px;*/
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #fff;
  line-height:44px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
}
.cd-tabs-navigation a.selected {
  color: #29324e;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #ff8e00;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs-navigation a.selected {
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}
.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
  font-size: 18px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #151515;
  padding-top:38px;
  padding-bottom:2px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    /*min-height: 480px;*/
  }
  .cd-tabs-content li {
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
  }
  .cd-tabs-content li p {
    font-size: 18px;
	color:#151515;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.discover_more{ color:#fff; font-size:16px; padding:0 40px; background:#ff8a00; float:right; padding-top:17px; padding-bottom:16px;}
.discover_more:hover{ color:#fff;}
.index{width:100%; float:left; padding-top:3px;}
.index span{color:#fff; font-family:"微软雅黑"; position:absolute; left:0; width:100%; float:left; padding:3px 0 3px 5%;  background:url(../images/spng_01.png); bottom:0; text-align:center;}
.index img{width:100%; float:left; height:auto}
.index .index_c1,.index .index_c2{ float:left; margin-top:20px; margin-bottom:40px;}
.index_c1n{float:left; position:relative;}
.index_contact{ background:#ff8e00; width:100%; float:left; padding-bottom:41px;}
.ic_t{font-family: 'old_standard_ttbold' !important;font-weight:bold; width:100%; float:left; font-size:30px; color:#fff; padding-top:36px; padding-bottom:32px; font-weight:bold}
.ic_t span{font-family: '方正稚艺简体' !important; font-size:22px; padding-left:5px;}
.ic_t:hover{ color:#fff;}
.ic_1 input,.ic_1 textarea{ border:1px solid  #ffd299;}
.ic_1 div,.ic_2 div{widt:100%; float:left;}
.ic_1 div input{ width:100%; float:left; height:37px; line-height:37px; margin-bottom:10px; padding-left:17px; font-family:"微软雅黑"; color:#f0a03b}
.ic_1 div textarea{width:100%; float:left; max-height:135px;max-width:100%;  min-height:135px; min-width:233px;padding-left:17px; font-family:"微软雅黑"; color:#f0a03b; line-height:24px; margin-bottom:10px;  padding-top:6px;}
.ic_2 div p{ text-align:center}
.ic_1 p{ width:100%; float:left;}
.ic_2 div{ color:#fff; font-size:16px; line-height:35px;}
.ic_2 div img{ float:right; border:1px solid #f0a03b}
.footer{width:100%; float:left;}
.footet{}
.na{ width:100%; margin-top:20px; text-align:center; padding-left:15%;}
.n2{ margin:0 auto; float:none;}
.na UL.n2 LI {height:24px;	FLOAT: left; width:12.5%;}
.na UL.n2 LI A {WIDTH: 100%;height:24px;DISPLAY: block;TEXT-ALIGN: center;	POSITION: relative; OVERFLOW: hidden;CURSOR: pointer}
.na UL.n2 LI A p { WIDTH: 100%;POSITION: absolute;LINE-HEIGHT:24px;FONT-FAMILY: "微软雅黑","黑体","宋体";COLOR:#111111;FONT-SIZE:14px;text-align:center;	font-style:normal;	CURSOR: pointer;_left:0px;*left:0px;}
.na UL.n2 LI A B {	WIDTH: 100%;POSITION: absolute;text-align:center;LINE-HEIGHT: 24px;height:24px;DISPLAY: block; font-weight:normal;BACKGROUND:#fff;COLOR: #cc0a16;FONT-SIZE:14px;	TOP:24px;CURSOR: pointer;_left:0px;*left:0px; font-family: 'book_antiquaregular' !important;}
.na UL.n2 LI A B img{ margin-right:4px;}	
.na UL.n2 LI A.hover I {TOP: -24px}
.na UL.n2 LI A.hover B {TOP:0px}
.foot_tiao{width:200px; text-align:center; margin:0 auto; background:url(../images/index_05.jpg)  left center repeat-x; margin-top:10px;}
.copyright{width:100%; font-size:12px; text-align:center; padding-top:15px; padding-bottom:20px; }
.copyright a{ color:#555;}

.about_banner{width:100%; float:left;}
@media (min-width: 1021px) {
	.about_banner{ padding-top:80px;}	
}
@media (max-width: 1020px) {
	.about_banner{ padding-top:0;}	
}
.about_banner .position{ text-align:center; position:absolute; width:100%; color:#fff; float:left;}
.about_banner .position .position_t span{ font-family: 'old_standard_ttbold' !important; color:#089205;font-weight:bold;}
.about_banner .position .position_t{ margin:0 auto;  font-size:50px; }
@media (min-width: 1601px) {.about_banner .position .position_t{width:38%;margin-top:4%;}}
@media (max-width: 1600px) {
	.about_banner .position .position_t img{ visibility:hidden; display:none;}
	.about_banner .position .position_t{width:100%;margin-top:0;}
}
@media (max-width: 400px){
	.about_banner .position .lanmu p{ padding:15px 0;}

}
@media (min-width: 400px){
	.about_banner .position .lanmu p{ padding-top:7px;}
}
.about_banner .position .position_t img{ margin-top:10px;}
.about_banner .position .position_t span i{ color:#92b745; width:auto; font-style:normal;}
.about_banner .position .lanmu{width:100%; float:left; font-size:22px; color:#fff; padding-top:8px;}
.about_banner .position .lanmu p{ font-size:14px; color:#fff;}
.about_banner .position .lanmu p a{ color:#fff; padding:0 5px;}
.about .tit{width:100%; float:left; text-align:center; color:#ff8e00; font-size:24px;font-family: 'book_antiquaregular' !important; line-height:29px;}
.about{width:100%; float:left;}
.about .about_text img{ float:left; padding-top:22px;}
@media (max-width: 1200px){.about .about_text img{width:100%; height:auto}}
.about .about_text{ color:#444; font-size:14px; line-height:31px; text-align:left; float:left; padding-top:37px;}
.about .btn span{width:173px; margin:0 auto; background:url(../images/about_04.jpg) center left repeat-x; display:block; margin-bottom:8px;}
.about .btn{width:100%; float:left; text-align:center; padding-top:27px; padding-bottom:39px;}
.about .btn span img{ background:#fff; padding:0 21px;}
.about .btn p{ font-size:14px; color:#444;}
.min_caipu{width:100%; float:left; background:#ff8e00; padding-bottom:29px;}
.min_caipu{width:100%; float:left;}
.min_caipu .tit{ float:left; color:#fff; font-size:30px;font-family: 'old_standard_ttbold' !important;font-weight:bold; }
.min_caipu .tit span{ font-size:24px; font-family:"微软雅黑"; font-weight:100; margin-left:10px;filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
.min_caipu .title{width:100%; float:left; padding-top:35px;}
.min_caipu .dm{ padding:7px 18px; float:right; font-size:14px; background:#f27e00; color:#fff; /*filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;*/}
.min_caipu .dmore{ float:right; margin-top:7px;}
.min_caipu ul{ float:left; width:100%;}
.min_caipu ul li{ float:left; padding-top:29px; padding-bottom:15px;}
.btn07 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn07 .img1 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn07 a{ color:#fff;}
.btn07 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn07 .buttons {
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color:#fff;
	width:100%;
	height:auto
}
.btn07 .buttons p{ width:100%; float:left;}
.btn07 .buttons .fa {
    display:block;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
	color:#fff;
}
.btn07:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color:#fff
}
.btn07:hover .ovrly {
    opacity: 1;
}
.btn07 span{ background:#fff; width:100%; position:absolute; display:block; text-align:center; height:45px; line-height:45px;filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; bottom:0; left:0;}
.btn07 span a{ color:#151515; font-size:18px;font-family: 'book_antiquaregular' !important;}
<!--menu-->
.menu{width:100%; float:left; margin-bottom:15px;}
.menu_left{ float:left;}
.menu_left .menu_title{width:100%; float:left; background:#ff8e00; padding-left:23px; font-size:18px; color:#fff; font-weight:600; line-height:60px; margin-top:50px;}
.menu_title a{ color:#fff}
.menu_left ul{width:100%; border:#dfdfdf 1px solid; border-top:none; float:left; padding-top:6px;}
.menu_left ul li{ padding:0 21px; float:left; width:100%;}
.menu_left ul li a{ line-height:44px; float:left; border-bottom: #d0d0d0 1px dashed; width:100%; color:#444;}
.menu_left ul li:hover a{ color:#ff8e00;}
.menu_left ul li:hover a p{ color:#ff8e00;}
.menu_left ul li:hover a span{ color:#ff8e00;}
.min_news{ padding-bottom:24px; padding-top:5px;}
.menu_left .min_news li{ padding:0 19px 0 15px;}
.menu_left .min_news li a{ font-size:13px;  line-height:20px; padding-top:7px; padding-bottom:9px;}
.menu_left .min_news li a p{ color:#333;width:100%; float:left;}
.menu_left .min_news li a span{ color:#707070; width:100%; float:left; }
#myscroll{display:block; width:100%; position:relative; height:auto; overflow:hidden; padding-top:35px; float:left;}
#myscroll li{display:block; float:left; padding:15px;}
#myscroll li a{display:block; float:left;position:relative; height:100%;border-bottom:3px solid #ff8e00; overflow:hidden; color:#fff; width:100%;}
#myscroll li:hover{ overflow:visible}
#myscroll a .intro{position:absolute; left:0; z-index:10; width:100%; height:100%; text-align:center; padding-top:5px;}
#myscroll a .back{position:absolute; left:0; z-index:10; background-color:#000;filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; padding:0 10px; width:100%; height:100%; text-align:center;}
#myscroll li a .intro .tb{ height:auto; position:absolute;width:100%;}
#myscroll li a .intro img,#myscroll a .intro i{ visibility:hidden;}
#myscroll li a:hover .intro img,#myscroll a .intro i{ visibility:visible}
#myscroll a .intro i{font-size:16px; font-weight:bold;font-style:normal}
#myscroll a .intro p{font-size:13px; line-height:20px; overflow:hidden;}
#myscroll a:hover .intro{bottom:0px;}
#myscroll a:hover .back{bottom:0px;}
#myscroll .img1{width:100%; float:left; height:auto}
#mybtns{margin:10px; width:100%; display:block; height:42px;}
#mybtns a{width:42px; height:42px; display:block; float:left; margin-right:1px; background-color: #c1c1c1;}
#mybtns a:hover{background-color: #d7000f;}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox,#myscroll a:hover .back,#myscroll a .back{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#myscroll a .intro i{ font-size:20px; width:100%; float:left; margin-bottom:6px;}
#myscroll a .intro .title{ font-size:18px;  font-family: 'book_antiquaregular' !important;width:100%; text-align:center; float:left; margin-top:-1px; height:24px; line-height:24px; padding:0 10%;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;  overflow: hidden;}
#myscroll a:hover .intro .title{ height:auto; overflow:visible; text-overflow:visible; -o-text-overflow:visible;white-space:normal; padding:0 5%}
#myscroll a .intro .tit{ font-size:17px; width:100%; float:left; margin-top:9px; margin-bottom:9px;}
#myscroll a .intro .jg{ font-size:18px; visibility:hidden;}
#myscroll a:hover .intro .jg{ visibility:visible}
#myscroll a .intro p{ width:100%; float:left;}
#myscroll a:hover .intro i{ margin-top:66px;}
#myscroll a:hover .intro{ padding-top:6%;}

/*@media (min-width: 200px) {
	#myscroll a .intro{bottom:-90px;}
	#myscroll a .back{bottom:-90px;}
}
@media (min-width: 330px) {
	#myscroll a .intro{bottom:-170px;}
	#myscroll a .back{bottom:-170px;}
}
@media (min-width: 450px) {
	#myscroll a .intro{bottom:-210px;}
	#myscroll a .back{bottom:-210px;}
}
@media (min-width: 768px) {
	#myscroll a .intro{bottom:-70px;}
#myscroll a .back{bottom:-70px;}
}
@media (min-width: 800px) and (max-width:950px) {
	#myscroll a .intro{bottom:-70px;}
#myscroll a .back{bottom:-70px;}
}
@media (min-width: 1100px) {
	#myscroll a .intro{bottom:-130px;}
#myscroll a .back{bottom:-130px;}
}
@media (min-width: 1200px) {
	#myscroll a .intro{bottom:-110px;}
#myscroll a .back{bottom:-110px;}
}*/
.fy{ float:left; height:auto}
.fy ul{width:100%; float:left; padding-top:5px;}
.fy ul li{ float:left; margin-right:4px; width:auto; background:#eeeded; color:#909090; margin-top:8px;}
.fy ul li a,.fy ul li span{background:#eeeded; color:#909090;padding:13px 12px; display:block;}
.fy ul li:hover a,.fy ul li.active span{ background:#ff8e00; color:#fff;}
.fy ul li:hover{background:#ff8e00; color:#fff;}
.min_lj a{ color:#fff}
.min_lj{width:100%; float:left; background:url(../images/menu_06.jpg) no-repeat; font-family:"微软雅黑"; padding-top:40px; padding-bottom:32px;}
.min_lj span{ font-size:24px; float:left; color:#fff; line-height:27px;}
.min_lj span p{ font-size:17px; padding-top:6px;}
.min_lj .niu{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:18px; color:#fff;  background:#ff8e00;text-align:center;width:216px; line-height:50px; display:block;}
.min_lj .btn1{ float:left;}


.btn08 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn08 .img1 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn08 a{ color:#fff;}
.btn08 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn08 .buttons {
    position: absolute;
    top: 24%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color:#fff;
	width:100%;
	height:auto
}
.btn08 .buttons p{ width:100%; float:left;line-height:26px;}
.btn08 .buttons .fa {
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 24px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
	color:#fff;
}
.btn08:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color:#fff
}
.btn08:hover .ovrly {
    opacity: 1;
}
.btn08 span{ background:#000; width:100%; position:absolute; display:block; text-align:left; height:45px; line-height:45px;filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; padding-left:16px; bottom:0; left:0;}
.btn08 span a{ color:#fff; font-size:18px;font-family:"微软雅黑"}
.btn08:hover span a{ color:#000;}
.btn08:hover span{ background:#fff;}
.break{width:100%; float:left;}
.break_t{width:100%; float:left; text-align:center; padding-top:14px; margin-top:37px; z-index:100; padding-left:15px; padding-right:15px;}
.break_t p{ font-family: 'book_antiquaregular' !important;width:100%; float:left; text-align:center; font-size:20px;padding-bottom:8px; background:url(../images/yh_03.jpg) no-repeat left top}
.break_t span{ font-size:18px;width:100%; float:left; padding-bottom:22px; background:url(../images/yh_06.jpg) no-repeat right bottom; margin-bottom:10px;}
.fy_jl{ padding-left:36%; padding-bottom:37px;}
.breakfood{width:100%; float:left; padding-bottom:23px;}
.breakfood li{ padding-bottom:15px;}
<!--service-->
.service{width:100%; float:left;}
.service ul{width:100%; float:left;  padding-top:23px;}
.service ul li{width:100%; float:left; padding-bottom:30px;}
.service img{ width:100%; float:left; height:auto;}
.service ul li div{ margin-top:20px;}
.service ul li .title{  color:#000; float:left; font-family:"微软雅黑" }
.service ul li .title span{font-family: 'book_antiquaregular' !important;}
.service ul li p{width:100%; float:left; color:#333;}
.service ul li .sc{ padding:15px 19px; float:left; background:#ff8e00;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px; color:#fff;margin-top:15px;}
<!--news-->
.news{width:100%; float:left;}
.news .news_{ float:left; padding-top:50px;}
.news .news_ li{width:100%; float:left; padding-bottom:17px; border-bottom:1px dashed #d1d0d0; margin-bottom:27px;}
.news .news_ li .news_c1{width:100%; float:left; border-left:4px solid #c9c9c9; padding-left:17px;padding-bottom:8px;}
.news .news_ li:hover .news_c1{ border-left:4px solid #ff8e00;}
.news .news_ li a{ color:#333;}
.news .news_ li:hover a{ color:#ff8e00;}
.news .news_ li .news_c1 p{ font-size:18px; width:100%; float:left; margin-top:-2px; padding-bottom:3px;}
.news .news_ li .news_c1 .tit{ font-size:14px; width:100%; float:left; padding-bottom:9px;}
.news .news_ li .news_c2{ width:100%; float:left;}
.news .news_ li .news_c2 span{ float:left; margin-right:10px; color:#999;}
.news .news_ li .news_c2 span a{ color:#999;}
.news .news_ li .news_c2 span img{ margin-right:9px; float:left; margin-top:2px;}
.news_fy_jl{ padding-bottom:37px;}
<!--info_news-->
.info_news{width:100%; float:left;  }
.main{width:100%; float:left;}
.info_news .news_c1 p ,.info_news .news_c1 span{ color:#000;}
.info_news .news_c1{ float:left; border-left:4px solid #c9c9c9; padding-left:17px;padding-bottom:8px;margin-top:50px;}
.info_news .news_c1 p{ width:100%; float:left; margin-top:-2px; padding-bottom:3px;}
.info_news .news_c1 .tit{ font-size:14px; width:100%; float:left; padding-bottom:9px;}
.info_news .news_c2{ width:100%; float:left;}
.info_news .news_c2 span{ float:left; margin-right:10px; color:#999;}
.info_news .news_c2 span a{ color:#999;}
.info_news .news_c2 span img{ margin-right:9px; float:left; margin-top:2px;}
.info_news .text{ float:left;line-height:30px; padding-top:36px; padding-bottom:33px; border-bottom:#b6b6b6 solid 1px; font-size:14px;width:100%;}
@media (max-width: 1200px) {
	.info_news .text{ font-size:12px;}
	.info_news .news_c1 p{ font-size:16px;}
}
@media (min-width: 1201px) {
	.info_news .text{ font-size:14px;}
	.info_news .news_c1 p{ font-size:20px;}
	.info_news .news_c1 .tit{ font-size:18px;}
}
.info_news .text img{ padding:15px 0;}
.info_fy{width:100%; float:left; padding-bottom:35px;}
.if_1 a{ color:#444; font-size:14px;}
.if_1{ color:#444; font-size:14px; float:left; line-height:30px; padding-top:14px;}
.if_2{ font-size:13px; float:left; height:auto;}
.if_2 a{ color:#606060; padding:8px 24px; background:#e5e5e5; float:right; margin-top:33px;}
.info_zjgx{width:100%; float:left; background:#ff8e00; padding-bottom:45px;}
.info_zjgx div span a{ font-size:30px; color:#fff; font-family: 'old_standard_ttbold' !important;font-weight:bold;}
.info_zjgx div span a b{ font-size:22px; font-family: '方正稚艺简体' !important; font-weight:100; padding-left:10px;}
.info_zjgx div span{width:100%; float:left; padding-top:35px; padding-bottom:18px;}
.info_zjgx ul{width:100%; float:left;}
.info_zjgx ul li{width:100%; float:left; border-bottom:1px dashed #fff; font-size:13px; line-height:20px; padding-bottom:9px; margin-bottom:8px;}
.info_zjgx ul li a{ color:#fff}
<!--contact-->
.contact{width:100%; float:left;}
.ico{ float:left; padding-right:0; margin-right:14px;}
.ico img{ float:left;}
.ewm{ float:left; padding-top:55px; margin-bottom:20px;}
.ewm img{width:100%; float:left; height:auto}
.contact ul{width:100%; float:left; padding-top:55px; padding-bottom:12px; }
.contact ul li span{ width:100%; float:left; font-size:17px; color:#000; padding-bottom:20px;}
.contact ul li div{ padding-left:0; padding-right:0}
.contact ul li{ padding-right:0; padding-left:0; float:left; height:120px;}
.contact ul li p{ font-size:15px; color:#555; width:100%; float:left;}
.contact ul li p a{ color:#ff8e00; text-decoration:underline;}
.contact .title{ float:left; padding-top:30px; padding-bottom:25px;}
.contact .title img{ float:left; margin-right:17px;}
.contact .title span{ width:auto; float:left; font-size:19px; color:#000; line-height:31px;}
.contact .title p{width:auto; float:left; font-size:17px; color:#555; line-height:31px;}
.contact .lyb{ float:left; padding-top:30px; padding-bottom:50px;}
.contact .lyb span{font-family: 'old_standard_ttbold' !important; float:left; width:100%; color:#ff8e00; font-size:24px; padding-bottom:4px;font-weight:bold;}
.contact .lyb p{ font-size:17px; color:#ff8e00; width:100%; float:left; padding-bottom:26px;}
.contact .lyb textarea{width:100%; float:left;max-height:186px; min-height:186px; padding-left:16px; line-height:24px; padding-top:8px; }
.contact .lyb input,.contact .lyb textarea{ border:1px solid #e2e2e2; font-size:14px; color:#555; margin-bottom:12px;}
.contact .lyb input{width:100%; float:left; line-height:37px; padding-left:16px; height:37px;}
.contact .lyb .images{ border:none; padding-left:0; height:auto; width:100%;}
.input_jl{ margin-top:40px;}
.map{ float:left;}
.map img{width:100%; float:left; height:auto}

.gk-nsp-news_grid figure > a {
  float: left;
  overflow: hidden;
  width:100%;
}
.gk-nsp-news_grid figure > a > img {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;height: 236px;
    object-fit: cover;
}
.gk-nsp-news_grid figure > a:hover > img {
  -webkit-transform: rotate(5deg) scale(1.3);
  -moz-transform: rotate(5deg) scale(1.3);
  -ms-transform: rotate(5deg) scale(1.3);
  -o-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}
.gk-nsp-news_grid figcaption:before {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: -24px;
  position: absolute;
  top: 65px;
}

.logo{ float:left; position:absolute; left:43%; top:0; z-index:10000;}
.xlogo{ left:38%}

.product{width:100%; float:left;}
.pro_c1 img{ width:100%; float:left; height:auto}
.pro_c1{ width:50%;}

.pro_c2{width:50%; text-align:center; float:left; background:#fff; padding-bottom:4.7%; padding:0 15px; padding-top:15px;}
.pro_c2 .cl_c1{font-size:14px; color:#555; line-height:22px;float:left;width:100%}
.pro_c2 p{font-family: 'book_antiquaregular' !important; width:100%; height:20px; line-height:20px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;  overflow: hidden;}
.pro_c2 b{ padding-top:5px; font-weight:normal; font-size:15px; width:100%; float:left; padding:10px 0;}
.pro_c2.tiao{ padding-top:26px;}
.min_product{ margin-top:100px;}
input,textarea{ background:#fff;}
.jiage{ line-height:20px; float:left; width:100%; margin-bottom:5px;}
.jiage span{ float:left; margin-right:15px; }
.break_xh{ font-size:20px; font-weight:bold;}
.break_english{ font-size:18px;height:auto; overflow:visible; text-overflow:visible; padding:0 5%}
.break_title{ font-size:17px;width:100%; float:left; margin-top:9px; margin-bottom:9px;}
.break_jg{ font-size:18px;}
.h_menulist:nth-child(2) .row{display: flex;flex-direction: column;flex-flow: column-reverse;}
.h_menulist:nth-child(2) span{top: 0;margin-top: 17px;}
.h_menulist:nth-child(2) .jiantou{margin-left: -12px;left: 50%;position: absolute;top:100%;transform:rotate(180deg);
-ms-transform:rotate(180deg); /* Internet Explorer */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}






