@charset "utf-8";
/* CSS Document */

/*引入字体库*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1432720974_1547027.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), /* chrome銆乫irefox */
  url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
.fa {display: inline-block;font-family: "iconfont";font-size:20px;font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
.fa-icon-qq:before { content: "\e604"; }
.fa-icon-weibo:before { content: "\e600"; }
.fa-icon-weixin:before { content: "\e605"; }
.fa-icon-zaixianzixun:before { content: "\e608"; }
/************************************************************************************************************/

.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ text-decoration:none !important; cursor:pointer !important; outline:none !important;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1230px !important;}
.clearfix:after,.clearfix:before{ content: ''; display: table;}
.clearfix:after{ clear: both;}
.clearfix{ *zoom: 1;}
.clear { clear:both;}
body{ font-family:"微软雅黑";}

/*全局样式*/
.logo{ height:56px;}
.logo .row{ position: relative;}
.logo .logoimg img{ margin-top:16px;}
.logo nav{ width:48%; margin-right: 90px;}
.logo nav ul li{ width:20%; position: relative;}
.logo nav ul li:after{ content: ''; width: 8px; height: 8px; border-right: 1px solid #696969; border-bottom: 1px solid #696969; position: absolute; right: 12px; top: 50%; margin-top: -4px; transform: rotate(45deg); display: none;}
.logo nav ul li:nth-child(3):after{ display: block;}
.logo nav ul li:nth-child(4):after{ display: block;}
.logo nav ul li a{ display:block; color:#696969; font-size:14px; line-height:56px; position: relative;}
.logo nav ul li.active a{ color: #ffbd4d;}
.logo  nav .ul2{ display:none; width:100%; position:absolute; top:56px; left:0; z-index:999; }
.logo  nav .ul2 .li2{ position:relative;}
.logo  nav .ul2 .li2 a{ color:#333; line-height:30px; margin: 0 0 3px; background: #fff; border: 1px solid #ccc;}
.logo  nav .ul2 .li2 a:hover{ background:#ffbd4d; color:#fff; border:1px solid #ffbd4d;}

.ss_but2{ position: absolute; right: 15px; top: 0; z-index: 10; height: 56px;}
.ss_but2 #but{ width: 69px; height: 56px; background: url(../images/fang.png) center center no-repeat; cursor: pointer; border-left: 1px solid #cccccc;  border-right: 1px solid #cccccc;  }
.ss_but2 .ss_box2{ width:0; height: 56px; background: #fff; position: absolute; right: 0; top: 0;  transition: all .3s;}
.ss_but2 .ss_box2 .ss{ display: none;}
.ss_but2 .ss_box2 .ss button{ width: 60px; height: 56px; border: none; background-image: url(../images/fang2.png); background-position:center center; background-repeat: no-repeat; background-color:#e1b731 ;}
.ss_but2 .ss_box2 .ss input{ width:85%; height: 56px; padding: 0 5px; margin: 0 !important; border: none; border-bottom: 1px solid #ccc;}
.ss_but2 .ss_box2 .cha{ display: none; width: 40px; height: 40px; position: absolute; right: 0; top:50%; margin-top: -20px; text-align: center; line-height: 40px; color: #696969; text-transform: uppercase; font-family: arial; font-size: 18px; cursor: pointer;}
.ss_but2.active{ width: 70%;}
.ss_but2.active .ss_box2{ width: 100%;}
.ss_but2.active .ss_box2 .ss{display: block;}
.ss_but2.active .ss_box2 .cha{ display: block;}


.banner{ position:relative; overflow:hidden;}
.banner img{margin:0 auto; width:100%;}
.banner .carousel-fade .carousel-inner .item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity; z-index: -1;}
.banner .carousel-fade .carousel-inner .active{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1; transform: scale(1.05, 1.05);  z-index: 0; transition: transform 5000ms linear 0s;}
.banner .carousel-control.left{ left:-50px; width:50px;background:url(../images/left_but.png) no-repeat left;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
.banner:hover .carousel-control.left{ left:20px;}
.banner .carousel-control.right{ right:-50px; width:50px;background:url(../images/right_but.png) no-repeat right;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
.banner:hover .carousel-control.right{ right:20px;}
.banner .carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.banner .carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1;}
.banner #myCarousel{position:relative}
.banner #myCarousel .carousel-indicators{bottom:10px !important; }
.banner #myCarousel .carousel-indicators li{margin:4px 0px;width:18px;height:3px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s; background:#fff; border:none; border-radius: 0 !important; }
.banner #myCarousel .carousel-indicators li:hover{background-color:#ffbd4d;}
.banner #myCarousel .carousel-indicators li.active{background-color:#ffbd4d;}

.banner .xia{ position: absolute; width: 50px; height: 50px; border:1px solid #fff; border-radius: 50%; left: 50%; margin-left: -25px; bottom: 10%; z-index: 100000; cursor: pointer; animation: tabBarAnimation 2s 0.5s infinite linear;}
.banner .xia a{ display: block; width: 100%; height: 100%; border-radius: 50%;}
.banner .xia:after{ content: ''; width: 10px; height: 10px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; position: absolute; left: 50%; margin-left: -5px; top: 50%; margin-top: -5px; transform: rotate(45deg);}

@keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}
	
	.nei_banner img{ margin:0 auto}

/*m-w*/
.mian-about{ padding: 159px 0 120px; background: #eeeeee; position: relative;}
.mian-about:after{ content: ''; width: 360px; height: 120px; position: absolute; right: 0px; background: #fff; bottom: 0; }
.mian-pei{ padding: 108px 0 50px;}
.mian-foot{ padding: 65px 0; background: url(../images/Color_bg.jpg) center center; background-size: cover;}


/*t-6*/
.title6{ position: relative; height: 19px;}
.title6:after{ content: ''; width: 95%; height: 1px; background: #e7e7e7; position: absolute; top: 50%; right: 0;}
.title6 h4{ font-size: 12px; color: #999999; line-height: 19px;}

/*t-7-1*/
.title07{ margin:20px 0 0 0;}
.title07 h1{ margin:0 auto !important; font-size:18px; color:#333; line-height:30px;}
.title07 h2{ margin:0 auto !important; font-size:18px; color:#333; line-height:40px; width:60%; border-bottom:1px dashed #666;}
.title07 h6{color:#666; line-height:30px; }

/*t-4*/
.aboutnei{ margin-top:20px;}
.aboutnei h4{ font-size:20px; color:#333; line-height:30px;}
.title4{ padding:10px; font-size:14px; color:#333; line-height:24px;}
.title4 img{ max-width:100%; height:auto;}

/*text-3*/
.text03{ padding:15px 0; font-size:14px; color:#636363; line-height:30px;}
.text03 img{ max-width:100%; height:auto;}

/*lunbo*/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{}

.mian-about{ overflow: hidden;}
.about_biao .biao_img{ width: 42%; min-height: 320px; position: relative;}
.about_biao .biao_img:after{ content: ''; width: 268px; height: 259px; position: absolute; right: -35px; top: 30px; background: url(../images/hu.png) center center no-repeat;}
.about_biao .biao_text{ width: 58%; padding: 98px 0 116px 90px; background: #fff; position: relative; z-index: 10;}
.about_biao .biao_text:after{ content: ''; width: 360px; height: 100%; background: #fff; position: absolute; top: 0; right: -360px;}
.about_biao .biao_text h3{ font-size: 18px; color: #292929; line-height: 28px; font-weight: bold; position: relative;}
.about_biao .biao_text h3:after{ content: ''; width: 9px; height: 15px; background: url(../images/dou_img.png) center center no-repeat; position: absolute; left: -35px; top: 5px;}
.about_biao .biao_text .biao_til{ font-size: 10px; color: #999; line-height: 18px; height: 36px; text-transform: uppercase; margin: 22px 0 0 0; padding: 0 56px 0 0; position: relative;}
.about_biao .biao_text .biao_til:after{ content: ''; width: 35px; height: 61px; background: url(../images/dou_img2.png) center center no-repeat; position: absolute; right: 0; bottom:-34px;}

.about_box{ margin: 100px 0 0 0;}
.about{ background: #fff; padding: 63px 0 108px; position: relative; min-height: 493px;}
.about:after{ content: ''; width: 360px; height: 100%;  background: #fff; position: absolute; right: -360px; top: 0;}
.about_left{ width: 50%; position: relative;}
.about_img{ position: absolute; right:96px; top: -163px;}
a.more{ width: 100px; height: 100px; position: absolute; right: -4px; top: -163px; background: url(../images/jian.jpg) center center no-repeat;}
.about_right{ width: 50%;}
.about_right h3{ font-size: 12px; color: #999999;}
.about_right ul{ margin-top: 23px !important; position: relative;}
.about_right li:before{ content: ''; width: 1px; height: 18px; background: #e6e6e6; position: absolute; left: 0; top: 50%; margin-top: -9px;}
.about_right ul li{ width: 25%; position: relative;}
.about_right ul li:after{ content: ''; width: 1px; height: 18px; background: #e6e6e6; position: absolute; right: 0; top: 50%; margin-top: -9px;}
.about_right ul li a{ display: block; width: 100%; text-align: center; line-height: 33px; height: 33px;}
.about_right .about_til .about_ti{ font-size: 14px; line-height: 30px; height: 90px; overflow: hidden; margin: 57px 0 0 0;}
.about_right .about_til .about_ying{ color: #999; font-size: 10px; line-height: 18px; text-transform: uppercase; margin: 26px 0 0 0;}

.pei_biao{ position: relative;}
.pei_biao .biao_zi{ position: absolute; right: 44px; bottom: 122px; z-index: 10;}
.pei_biao .pei_img{ width: 75%;}
.pei_biao .jian{ width: 100px; height: 100px; background: url(../images/jian.jpg) center center no-repeat; position: absolute; right: 10px; top: -158px;}

.news_box{ position: relative; width: 100%; min-height: 700px; background: url(../images/xian.png) left bottom no-repeat; overflow: hidden;}
a.more3{ width: 100px; height: 100px; position: absolute; left: 0px; bottom: 0; background: url(../images/jian.jpg) center center no-repeat;}
.first{ padding: 0 0 0 400px; min-height: 290px; margin: 126px 0 0 0; position: relative; width: 55%;}
.first .shu{ width: 50px; height: 50px; font-size: 30px; color: #fff; text-align: center; line-height: 50px; position: absolute; left: 0; top: -25px; background: url(../images/bg.jpg) center center; background-size: cover; font-family: impact; z-index: 2;}
.first .imgbox{ width: 400px; height: 290px; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden;}
.first .imgbox span{ display: block; width: 100%; height:100%; transition: all .3s;}
.first .first_text{ padding: 0 0 0 38px;}
.first .first_text h3{ font-size: 18px; color: #060001; font-weight: bold;}
.first .first_text h4{ font-size: 16px; color: #060001; padding: 8px 0;}
.first .first_text .first_te{ font-size: 10px; color: #999999; line-height: 18px; height: 36px; overflow: hidden; text-transform: uppercase;}

.news_right{ width: 66%; position: absolute; left: 400px; top: 240px; z-index: 2;}
.tow{ width: 50%;}
.tow .tow_til{ position: relative; padding: 44px 0 0 0;}
.tow .tow_til .shu{ width: 50px; height: 50px; font-size: 30px; color: #fff; text-align: center; line-height: 50px; position: absolute; left: 0; top: -25px; background: url(../images/bg.jpg) center center; background-size: cover; font-family: impact; z-index: 2;}
.tow .imgbox{ overflow: hidden;}
.tow .imgbox span{ display: block; width: 100%; transition: all .3s;}
.tow .tow_til h3{ font-size: 18px; color: #060001; font-weight: bold;}
.tow .tow_til h4{ font-size: 16px; color: #060001; padding: 8px 0;}
.tow .tow_til .tow_ti{ font-size: 10px; color: #999999; line-height: 18px; height: 36px; overflow: hidden; text-transform: uppercase;}

.three{ width: 50%;}
.three .three_til{ position: relative; padding: 0 0 44px 0;}
.three .three_til .shu{ width: 50px; height: 50px; font-size: 30px; color: #fff; text-align: center; line-height: 50px; position: absolute; right: 0; bottom: -25px; background: url(../images/bg.jpg) center center; background-size: cover; font-family: impact; z-index: 2;}
.three .imgbox { overflow: hidden;}
.three .imgbox span{ display: block; width: 100%; transition: all .3s;}
.three .three_til h3{ font-size: 18px; color: #060001; font-weight: bold; text-align: right;}
.three .three_til h4{ font-size: 16px; color: #060001; padding: 8px 0; text-align: right;}
.three .three_til .three_ti{ font-size: 10px; color: #999999; line-height: 18px; height: 36px; overflow: hidden; text-transform: uppercase; text-align: right; margin-bottom: 5px;}

.title02{ padding: 15px 0 0 0; position: relative;}
.title02:after{ content: ''; width: 70%; height: 2px; background: #fff; position: absolute; left: 0; top: 0;}
.title02 h3{ color: #fff; font-size: 16px; font-weight: bold;}
.lj_box{ width: 23%; padding: 10px 0 0 0; border-right: 1px solid rgba(255,255,255,0.3); min-height: 263px;}
.lj_box .a_box{ margin: 50px 0 0 0;}
.lj_box .a_box a{ display: block; width: 50%; font-size: 14px; color: #fff; margin-bottom: 20px;}

.fen_box{ width: 29%; padding: 10px 42px 0; border-right: 1px solid rgba(255,255,255,0.3); min-height: 263px;}
.fen_box .lx_til{ font-size: 14px; color: #ffffff; line-height: 34px; margin: 40px 0 0 0;}

.bei_box{ width: 25%; padding: 10px 50px 0;}
.bei_box .bei{ margin: 40px 0 0 0; color: #fff; line-height: 34px;}
.bei_box .bei a{ color: #fff;}

.ewm_box{ width: 23%; margin: 10px 0 0 0;}
.ewm_box ul{ font-size: 0; text-align: center; margin: 0 -14px;}
.ewm_box ul li{ display: inline-block; vertical-align: top; width: 50%; padding: 0 14px;}
.ewm_box ul li .imgbox img{ margin: 0 auto;}
.ewm_box ul li h6{ font-size: 14px; color: #fff; line-height: 47px; border-bottom: 1px solid #6a6a6a;}

.di_box .lj{ font-size: 0; width: 70%;}
.di_box .lj h3{ display: inline-block; vertical-align: top; width: 100px; line-height: 77px; color: #292929; font-size: 16px; font-weight: bold; border-right: 1px solid #dfdfdf;}
.di_box .lj a{ display: inline-block; vertical-align: top; font-size: 14px; color: #696969; padding: 32px 0; margin: 0 16px;}
.di_box .top_but{ font-size: 14px; color: #696969; line-height: 77px; cursor: pointer;}

/*p-7*/
.picture7{ margin:20px 0 0 0; text-align: center;}
.picture7 img{ display:block; margin:0 auto;}

/*c-1*/
.content1{ padding:26px 0 40px 0;}
.subnav .fan{ position: relative; margin-bottom: 30px;}
.subnav .fan:after{ content: ''; width: 70%; height: 1px; background: #e7e7e7; position: absolute; top: 50%; right: 0;}
.subnav .fan a{ display: block; width: 42px; text-align: center; font-size: 12px; color: #333333; font-family: "宋体"; background: url(../images/bg.png) center center no-repeat; line-height: 19px;}
.subnav ol{ padding: 0;}
.subnav ol h1{ font-size:14px; color:#000; padding-bottom: 15px; border-bottom: 1px solid #000;}
.subNavBox{ margin:5px 0 20px;}
.subNav2{cursor:pointer;font-size:12px;line-height:30px;  padding: 0 0 0 13px; background: url(../images/jiao2.png) left center no-repeat;}
.subNav2 a{ color:#666666; width:100%; display:block;}
.subNav2.currentDd a{  color: #ffbd4d;}
.subNav2:hover a{  color: #ffbd4d;}
.subNavBox .ul1{display:block;}
.subNavBox ul{display:none; margin:0 0 2px; padding:0}
.subNavBox ul li{ list-style:none}
.subNavBox ul a{display:block; font-size:12px; color:#333; line-height:30px; padding:0 10px 0 20px; border-bottom:1px solid #e5e5e5;}
.subNavBox ul a:hover,.subNavBox ul a.active{color:#ffbd4d;}
/*侧边的联系我们*/
.subnav .contact_nei a{ display: block; font-size: 14px; color: #333333; border: 1px solid #cfcfcf; text-align: center; line-height: 50px; margin-bottom: 12px; position: relative;}
.subnav .contact_nei a img{  padding: 0 5px 0 0;}
.subnav .contact_nei a.con:after{ content: ''; width: 8px; height: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; right: 50px; top: 50%; margin-top: -4px;}
.subnav .contact_nei a:hover{ border: 1px solid #ffbd4d; background: #ffbd4d; color: #fff;}
.subnav .contact_nei a.con:hover:after{border-top: 1px solid #fff; border-right: 1px solid #fff;}
/*手机端导航*/
.subnav .yddnav li{ margin-bottom:2px; height:50px;}
.subnav .yddnav li a{ display:block; font-size:18px;color:#fff; line-height:50px; background:#666; transition:all 0.3s;}
.subnav .yddnav li a.active{ background:#ffbd4d;}
.subnav .yddnav span{ padding-left:30px;}
.subnav .yddnav b{ padding-right:30px; line-height:50px;}
.subnav .yddnav .xl{ margin:0 0 2px 0; height:auto;overflow:hidden;}
.subnav .yddnav .xl.xlhide{ display:none;}
.subnav .yddnav .xls{ height:40px; line-height:40px; background:#dcdcdc; border-top:solid 1px #fff;}
.subnav .yddnav .xls a{ color:#333; display:block; line-height:40px;}
.subnav .yddnav .xlxl a{display:block; font-size:14px; line-height:35px; color:#333; border-bottom:1px dashed #ddd; text-align:center; padding:0 10px}



/*pic*/
.pic2{ margin: 20px 0 0 0;}
.pic2 ul{ margin: 0 -10px;}
.pic2 ul li{ width: 33.3333%; padding: 0 10px; margin-bottom: 20px;}
.pic2 ul li .imgbox{ border: 1px solid #cfcfcf; position: relative; overflow: hidden;}
.pic2 ul li .imgbox .bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255,189,71,0.7); -webkit-transform: rotate(90deg);transform: rotate(90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; z-index: 1; transition: all 0.5s ease 0s;}
.pic2 ul li .imgbox .bg .mor3{ width: 92px; line-height: 32px; border: 1px solid #fff; color: #fff; text-align: center; font-size: 12px; text-transform: uppercase; border-radius: 5px; position: absolute; left: 50%; margin-left: -46px; top: 50%; margin-top: -16px; }
.pic2 ul li h3{ font-size: 12px; color: #666666; line-height: 32px; border: 1px solid #cfcfcf; border-top: none;}


.news2{ margin: 20px 0 0 0;}
.news2 ul{ margin: 0 -12px;}
.news2 ul li{ width: 33.333%; padding: 0 12px; margin-bottom: 20px;}
.news2 ul li .news_til{ position: relative; padding: 44px 0 0 0;}
.news2 ul li .news_til .shu{ width: 50px; height: 50px; font-size: 30px; color: #fff; text-align: center; line-height: 50px; position: absolute; left: 0; top: -25px; background: url(../images/bg.jpg) center center; background-size: cover; font-family: impact; z-index: 2;}
.news2 ul li .imgbox{ overflow: hidden;}
.news2 ul li .imgbox span{ display: block; width: 100%; transition: all .3s;}
.news2 ul li .news_til h3{ font-size: 18px; color: #060001; font-weight: bold; transition: all .3s;}
.news2 ul li .news_til h4{ font-size: 16px; color: #060001; padding: 8px 0;}
.news2 ul li .news_til .news_ti{ font-size: 10px; color: #999999; line-height: 18px; height: 36px; overflow: hidden; text-transform: uppercase;}


/*liuyan*/
.liu_box{ margin-top: 20px;}
.liuyan{ width:60%; margin:40px auto;}
.liuyan .inp{ margin-bottom:10px;}
.liuyan input{ border:none; height:39px; width:100%; border:1px solid #ccc; padding:0 10px;}
.liuyan .inp2{ margin-bottom:15px;}
.liuyan textarea{  border:1px solid #ccc; height:95px; width:100%; resize:none;  padding:0 10px;}
.liuyan button{ width:100%; height:36px; color:#fff; background:#0682f5; border:none; transition:all 0.3s; display:block; margin:0 auto;}
.liuyan button:hover{  background: #0d59e8;}

/*ditu*/
.right-content .contact_box{ margin-top:20px;}
.contact_box .ditu{ position:relative; margin-top:20px; border:1px solid #d7d7d7; padding: 8px; overflow:hidden;}
.right-content .us{ margin-top:10px; font-size:14px; color:#000; line-height:24px;}

.about_video{ width: 80%; height: 400px; margin: 0 auto 20px;}


/*pic_show*/
.pic_show{ margin: 20px 0 0 0;}
.pictrue-6{ position: relative; overflow: hidden;}
.pictrue-6 .maximg{ margin:0 2px 10px 0;}
.pictrue-6 .maximg .imgbox{ transition: all .8s; padding: 1px; background:#d7d7d7 ; }
.pictrue-6 .maximg .imgbox span{ display: block; width: 100%; height: 100%;}
.pictrue-6 .minimg{ position: relative;}
.pictrue-6 .minimg .imgbox{ cursor: pointer;}
.pictrue-6 .small .minimg .imgbox{ position: relative; }
.pictrue-6 .small .minimg .imgbox:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border:solid 1px #d7d7d7; }
.pictrue-6 .small .minimg .swiper-slide-active .imgbox:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border:solid 1px #ffbd4d; }
.pictrue-6 .minimg .swiper-button{ margin-top: -15px; width: 15px; height: 30px; font-family: '宋体'; font-size:14px; color: #fff; line-height: 30px; background-color:rgba(255,189,77,0.7); background-image: none; }
.pictrue-6 .minimg .swiper-button.swiper-button-prev{ left: 0px; }
.pictrue-6 .minimg .swiper-button.swiper-button-next{ right: 0px;}


.pic_text .biao{ font-size: 24px; color: #292929; font-weight: bold; padding-bottom: 20px; border-bottom: 1px solid #d7d7d7;}
.pic_text .pic_tex{ margin: 15px 0 0 0; border-bottom: 1px solid #d7d7d7; padding-bottom: 10px;}
.pic_text .pic_tex h4{ font-size: 14px; color: #292929; font-weight: bold;}
.pic_text .pic_tex .text{ font-size: 14px; color: #696969; line-height: 24px; margin: 14px 0 0 0; height: 96px; overflow: hidden;}
.pic_text .pic_tex2{ margin: 15px 0 0 0; border-bottom: 1px solid #d7d7d7; padding-bottom: 10px;}
.pic_text .pic_tex2 h4{ font-size: 14px; color: #292929; font-weight: bold;}
.pic_text .pic_tex2 .text{ font-size: 14px; color: #696969; line-height: 24px; margin: 14px 0 0 0; height: 48px; overflow: hidden;}
.pic_text .anniu{ font-size: 0; text-align: right; margin: 40px 0 0 0;}
.pic_text .anniu a{ display: inline-block; vertical-align: top; font-size: 14px; color: #292929; line-height: 40px; border: 1px solid #e2e2e2; padding: 0 25px; border-radius: 5px;}
.pic_text .anniu a img{ margin: 0 10px 0 0;}
.pic_text .anniu a:nth-child(1){ background: #ffbd4d; border: 1px solid #ffbd4d; color: #fff; margin-right: 20px;}


@media( min-width:991px){
	.logo nav ul li:hover a{ color: #ffbd4d;}
	.first:hover .imgbox span{ transform: scale(1.1);}
	.first:hover  .first_text h3{ color: #ffbd4d;}
	.tow:hover .imgbox span{ transform: scale(1.1);}
	.tow:hover .tow_til h3{ color: #ffbd4d;}
	.three:hover .imgbox span{ transform: scale(1.1);}
	.three:hover .three_til h3{ color: #ffbd4d;}
	.pic2 ul li:hover .imgbox .bg{-webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%;}
	.news2 ul li:hover .imgbox span{ transform: scale(1.1);}
	.news2 ul li:hover .news_til h3{ color: #ffbd4d;}
}

@media (max-width:1199px){	

.first{ padding: 0 0 0 320px; min-height: 260px; margin: 126px 0 0 0; position: relative; width: 55%;}
.first .imgbox{ width: 320px; height: 260px; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden;}

.news_right{ width: 64%; position: absolute; left: 320px; top: 240px; z-index: 2;}


}


@media (max-width:991px){
.logo{ height:72px; border-bottom:none; position: relative; background: none;}
.logo .sjdnav{ display:none; width:150px; height:auto;position:absolute; right:20px; top:74px; z-index:9999;}
.logo .logo .sjdnav ul{ margin:0; padding:0;}
.logo .sjdnav li{ display:block; height:30px; text-align:center; padding:0; margin-bottom:5px;background:#ffbd4d;}
.logo .sjdnav li a{ display:block; color:#fff; line-height:30px;}
.logo .logoimg img{ margin:25px 0 0 0; height:auto;}

.logo .ydd_btn{ margin:20px 0 0 0; padding:10px 7px; width:32px; height:32px; cursor:pointer; background: #ffbd4d;}
.logo .ydd_btn span{ display:block; width:100%; height:2px; background:#fff; -webkit-transition: all .3s; transition:all .3s;}
.logo .ydd_btn span.span02{margin:3px 0;}
.logo .ydd_btn.click span{ background:#fff;}
.logo .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:6px;margin-top:0px;	} 
.logo .ydd_btn.click span.span02{margin:4px 0;}
.logo .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-6px;margin-top:0px;}
.logo .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}

.about{ min-height: auto; position:  static;}
.about:after{ display: none;}
.about_biao .biao_img{ width: 100%; min-height: auto;}
.about_biao .biao_img:after{ display: none;}
.about_biao .biao_text{ width: 100%; padding: 98px 0 116px 90px; margin: 20px 0 0 0;}
a.more{ right: auto; left:0; top: -163px;}
.about_left{ width: 100%;}
.about_right{ float: none !important; width: 100%; padding: 0 15px;}

.mian-about:after{ display: none;}

.news{ margin: 20px 0 0 0;}
.news ul{ margin: 0 -12px;}
.news ul li{ width: 50%; padding: 0 12px; margin-bottom: 20px;}
.news ul li .news_til{ position: relative; padding: 44px 0 0 0;}
.news ul li .news_til .shu{ width: 50px; height: 50px; font-size: 30px; color: #fff; text-align: center; line-height: 50px; position: absolute; left: 0; top: -25px; background: url(../images/bg.jpg) center center; background-size: cover; font-family: impact; z-index: 2;}
.news ul li .imgbox{ overflow: hidden;}
.news ul li span{ display: block; width: 100%; transition: all .3s;}
.news ul li .news_til h3{ font-size: 18px; color: #060001; font-weight: bold;}
.news ul li .news_til h4{ font-size: 16px; color: #060001; padding: 8px 0;}
.news ul li .news_til .news_ti{ font-size: 10px; color: #999999; line-height: 18px; height: 36px; overflow: hidden; text-transform: uppercase;}

.fen_box{ width: 100%; padding: 10px 0 0 0; border-right:none; min-height: auto;}

.bei_box{ width: 100%; padding: 10px 20px 0  0!important; margin: 20px 0 0 0;}
.bei_box .bei{ margin: 40px 0 0 0; color: #fff; line-height: 34px;}
.bei_box .bei a{ color: #fff;}

.ewm_box{ width: 100%; margin: 20px 0 0 0; padding: 0;}


.subnav{ width:100%; border: none;}

.pic_text{ margin: 20px 0 0 0;}

}

@media (max-width:767px){
.logo .sjdnav{  right:0px;}


.pei_biao{ position: relative; overflow: hidden;}
.pei_biao .biao_zi{ position: static; margin-left: -40px; margin-bottom: 20px;}
.pei_biao .pei_img{ width: 100%;}

.pic2 ul li{ width: 50%;}

.news2 ul li{ width: 50%;}

.pic_text{ margin: 20px 0 0 0;}

.about_video{ width: 100%; height: 400px; margin: 0 auto 20px;}

}

@media (max-width:640px){

.about_biao .biao_text{ width: 100%; padding: 58px 0 86px 50px; margin: 20px 0 0 0;}

.about_right ul li{ width: 50%; margin-bottom: 20px;}

.pic_text .anniu{text-align: left; margin: 20px 0 0 0;}
.pic_text .anniu a:nth-child(1){ margin: 0 10px 10px 0;}

}


@media (max-width:414px){

.logo .logoimg img{ width: 200px; margin: 28px 0 0 0; height:auto;}

.about_biao .biao_img img{ width: 80%;}
.pei_biao .biao_zi img{ width: 80%;}

.about_video{ width: 100%; height: 260px; margin: 0 auto 20px;}


}


@media (max-width:340px){


}