html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial;
}

html {
  line-height: 1
}
html,body{
	height:100%;
	background-color:#eeeff0;
}

ol,ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,th,td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,blockquote {
  quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block
}

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,video {
  display: block
}

html {
  min-height: 100%
}

body {
  -webkit-text-size-adjust: 100%;
  /*min-width: 1080px;
  height: 100%;
  background: #FFF;*/
  font: 12px/1.4 "Microsoft Yahei",Helvetica,Arial,Verdana,sans-serif;
  color: #999;
}

hr {
  display: none
}

img {
}

a {
  color: #454545;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline
}
/* Custom CSS
 * --------------------------------------- */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

@font-face {
 font-family: 'Fruiger';
 src: url('../images/Frutiger LT 55 Roman.ttf') format('truetype');
}

#wrapper{margin: 0 auto;background: none;position: relative;padding-top:90px;min-width:750px;}


.index .swiper-container{width:1163px;height: 100%;overflow: hidden;margin: 0 auto 5px auto;}
.index .swiper-container .text{position: absolute;top: 374px;left: 634px;color: #FFF;font-size: 30px;font-weight: 300;}
.index .swiper-container .text span{font-size: 18px;}






#P1-1{position: absolute;top: 210px;left: 608px;cursor: pointer;
  -webkit-animation: handmove2 1s linear .3s infinite;
  -moz-animation: handmove2 1s linear .3s infinite;
  -ms-animation: handmove2 1s linear .3s infinite;
  -o-animation: handmove2 1s linear .3s infinite;
  animation: handmove2 1s linear .3s infinite;
}
@-webkit-keyframes handmove2{
  0%{-webkit-transform:scale(1);}
  50%{-webkit-transform:scale(1.3);}
  100%{-webkit-transform:scale(1);}
}
@-moz-keyframes handmove2{
  0%{-moz-transform:scale(1);}
  50%{-moz-transform:scale(1.3);}
  100%{-moz-transform:scale(1);}
}
@-ms-keyframes handmove2{
  0%{-ms-transform:scale(1);}
  50%{-ms-transform:scale(1.3);}
  100%{-ms-transform:scale(1);}
}
@-o-keyframes handmove2{
  0%{-o-transform:scale(1);}
  50%{-o-transform:scale(1.3);}
  100%{-o-transform:scale(1);}
}
@keyframes handmove2{
  0%{transform:scale(1);}
  50%{transform:scale(1.3);}
  100%{transform:scale(1);}
}

/*******************/

#index_wrapper{padding: 0;position: relative; height: 100%;}
#banner{
	z-index: 1;
    padding: 0;
	line-height: 100%;
}
#banner .container {
    position: relative;
    overflow: hidden;
    height: calc(100vh - (30px + 100px));
    height: 100%;
    padding-bottom: 0;
}
#banner .container .banner-image{
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    position: absolute;
    overflow: hidden;
}
#index_wrapper .ztlogo {
	position: absolute;
	margin-left: 38%;
	height: 124px;
	width: 344px;
	z-index: 1;
	bottom: 45%;
}

/*@media (max-width:1920px) and (min-width: 1450px){
	.banner-image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: top;
	}
}	*/
.banner-image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: top;
	}
.banner-image .swiper-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner-image li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*@media (max-width:1450px){
	.banner-image img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

	}
}	*/

.banner-image li .text{
	position: absolute;z-index: 10;
	bottom: 40%;right: 150px;color: #FFF;font-size: 30px;font-weight: 300;
	font-family: "Fruiger";
}
.banner-image li .text span{font-family: "Fruiger";}
.arrow-left{width: 29px;height: 55px;background: url(../images/icon-arrow.png) no-repeat;background-position: 0 0;position: absolute;top: 45%;left: 35px;z-index: 10;cursor: pointer;}
.arrow-right{width: 29px;height: 55px;background: url(../images/icon-arrow.png) no-repeat;background-position: -29px 0;position: absolute;top: 45%;right: 35px;z-index: 10;cursor: pointer;}

#index_header{
	position: absolute;
	z-index: 100;
	top: 41px;
	width: 98%;
	line-height: 54px;
	height: 54px;
	background-color: #FFF;
	margin-left: 1%;
	border-radius: 6px;

	filter:alpha(opacity:90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	margin-right: 1%;
}
.logo{
	padding-left: 13px;
	padding-top:10px;
	float:left;
}
.naver{
	font-size:18px;
	font-weight:bold;
	color:#0a78cc;
	float:left;
	padding-left:20px;
	
}
.logo {
	float: left;
	height: 120px;
}
.nav {
	float: left;
	height: 54px;
}


.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}




.clear {
	clear: both;
}
.nav .menu {
    padding: 0;
    list-style: none;
}

.nav .menu li {
    float: left;
}

.nav .menu > li + li {
    margin-left: 30px;
}

.nav .menu li a {
	font-family: "微软雅黑";
	line-height: 54px;
	padding: 0 10px;
	display: block;
	color: #00426d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.nav .menu li:hover > a {
    background-color: rgba(217, 217, 217, 0.5);
}

.nav .menu li.active > a {
	background-color: rgba(217, 217, 217, 0.5);
}
 
.nav .menu li.dropdown {
    position: relative;
    box-sizing: border-box;
}

.nav .menu li.dropdown:hover a {

}

.nav .menu li.dropdown a {
    padding: 0 17px 0 10px;
    position: relative;
    box-sizing: border-box;
	
}

.nav .menu li.dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #0065A4 transparent transparent;
    position: absolute;
    right: 6px;
    top: 15px;
}

.nav .menu li.dropdown > ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 35px;
    white-space: nowrap;
    min-width: 110%;
    z-index: 200;
    display: none;
    border: none;
    box-sizing: border-box;
}

.nav .menu li.dropdown:hover > ul {
    display: block;
}

.nav .menu li.dropdown > ul li {
    float: left;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #ebebeb;
}

.nav .menu li.dropdown > ul li a {
	font-weight: 600;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	color: #00426d;
	font-size: 14px;
	text-decoration: none;
}

.nav .menu li.dropdown > ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav .menu li.dropdown > ul li:hover a {
    background-color: #d9d9d9;
    border-radius: 3px;
}


.nav .menu li.dropdown:nth-child(4) a:after  {
    display: none;
}

.nav .menu li.dropdown:nth-child(4) ul  {
    display: none;
}

.cn {
	width:120px;
	height:54px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-family:"微软雅黑";
	background-image: url(ch.png);
	background-repeat: no-repeat;
	background-position: right center;
	float:right;
}
.cn a {
	color: #FFF;
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration: none;
}
.clear {
	clear: both;
	width: 100%;
}
#index_wrapper .producter .pic {
	width: 98%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#index_wrapper .producter .pic .pic_left {
	background-color: #FFF;
	float: left;
	height: 450px;
	width: 60%;
}
#index_wrapper .producter .pic .pic_right {
	float: left;
	width: 35%;
	background-color: #FFF;
	height: 410px;
	margin-left: 3%;
	overflow: auto;
	padding-top: 20px;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
	line-height: 24px;
	color:#00426d;
	font-size:14px;
}




.foot {
	height: 54px;
	width: 94%;
	z-index: 1;
	background-color: #FFF;
	line-height: 54px;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.foot .inc {
	width: 300px;
	padding-top: 19px;
}
.foot .inc img {
	padding-right: 10px;
	padding-left: 10px;
}


.foot .foott {
	float: right;
	height: 54px;
	width: 450px;
	line-height: 54px;
}
#index_wrapper .producter {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#index_wrapper .producter .producter_title {
	font-family: "微软雅黑";
	font-size: 36px;
	text-align: center;
	height: 100px;
	width: 100%;
	font-weight: bold;
	line-height: 100px;
}
#index_wrapper .producter .productere {
	height: auto;
	width: 98%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#index_wrapper .producter .productere a {
	font-family: "宋体", "微软雅黑", Arial;
	font-size: 16px;
	color: #2184d0;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	margin-right: 20px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#index_wrapper .producter .productere a:hover {
	color: #70d1f6;
}



#index_wrapper .producter .producter_list {
	height: auto;
	width: 13.7%;
	margin: 0 1.2%;
	float: left;
	margin-bottom: 35px;
	
}
#index_wrapper .producter .producter_list .producter_list_pic img {
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: all 0.6s;
}
#index_wrapper .producter .producter_list .producter_list_pic img:hover {
	transform: scale(1.4);
}
#index_wrapper .producter .producter_list .producter_list_pic {
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#index_wrapper .producter .producter_list .tit {
	text-align: center;
}
#index_wrapper .producter .producter_list .tit a {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #313131;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
}
#index_wrapper .producter .producter_list .tit a:hover {
	color: #1175c3;
}
#index_wrapper .producter .producter_list .tyname {
	text-align: center;
}




#index_header .menu{right: 12px;z-index: 100;}
#index_header .menu li{float: left;}
#index_header .menu li a{}

#index_wrapper .footer{
	border-top: #c4c4c4 solid 1px;
	width: auto;
	margin: 0 auto;
	height: 40px;
	padding-top: 15px;
	margin: 5px 15px 0;
	position: absolute;
}
#index_wrapper .footer .footer-l{float: left;padding: 0 0 0 37px;}
#index_wrapper .footer .footer-l span{display: inline-block;margin-right: 20px;padding: 0px;}
#index_wrapper .footer .footer-l span.en{background: #ececec;}
/*#index_wrapper .footer .footer-r{float: right;padding: 0 37px 0 0;width: 26px;height: 25px;background: url(../images/icons.png) no-repeat;padding-top: 0;}
#index_wrapper .footer .footer-r a{display: inline-block;width: 25px;height: 25px;margin-left:6px;cursor: pointer;}
#index_wrapper .footer .footer-r a:first-child{margin-left: 0px;}*/

.banner-index{position: absolute;bottom: 70px;left: 50%;z-index: 10;margin-left:-340px;}
#header_nav{
	position: fixed;
	background: #fff;
	height: 80px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.project{padding: 138px 0 0 0;}
.project .title{width: auto;margin:0 55px 10px;border-bottom: #b8b8b8 dotted 1px;font-size: 15px;color: #000;height: 25px;}

#header_nav .logo{position: absolute;top: 21px;left: 53px;z-index: 10;}
#header_nav .menu{position: absolute;top: 32px;right: 0px;z-index: 10;width: 470px;height: 15px;}
#header_nav .menu li{float: left;border-left:#dedede dotted 1px;height: 15px;line-height: 15px;padding: 0 25px;}
#header_nav .menu li a{color: #b5b5b6;}
#header_nav .menu li.cur a{color: #000;text-decoration:underline;}
/*.project .footer .footer-r,.project-detail .footer .footer-r{float: right;padding: 0 0px 0 0;width: 26px;height: 25px;background: url(../images/icons.png) no-repeat;padding-top: 0;}
.project .footer .footer-r a,.project-detail .footer .footer-r a{display: inline-block;width: 25px;height: 25px;margin-left:6px;cursor: pointer;}
.project .footer .footer-r a:first-child,.project-detail .footer .footer-r a:first-child{margin-left: 0px;}*/
.footer_copyright{margin-top:3px;}
#header_nav.header_nav_small .logo{top:20px;width:56px}
#header_nav.header_nav_small .menu{position: absolute;top: 28px;right: 0;z-index: 10;width: 475px;height: 15px;}
#header_nav.header_nav_small{height: 70px;}
#project_wrapper{margin: 0 auto;background: none;position: relative;min-width: 750px;}

#wrapper .submenu{border-bottom:#ccc dashed 1px;padding-bottom: 12px;width: 1086px;margin:0 auto 5px;overflow: auto;}
#wrapper .submenu li{float: left;height: 15px;line-height: 15px;padding: 0 28px 0 0;color: #ccc;font-size: 17px;font-weight: 300;line-height: 20px;}
#wrapper .submenu li a{color: #999;font-size: 15px;padding: 2px 10px 0;}
#wrapper .submenu li.cur a{color: #888;background: #d9d9d9;}
#wrapper .submenu li.cur_title{color: #333;font-weight: bold;}
.abouter {
	width: 40%;
	height: 50%;
	margin-left: 27.5%;
	position: absolute;
	background-image: url(aboutbg.png);
	color: #00426d;
	font-size: 14px;
	margin-top: 2%;
	padding: 50px;
}


.header_search{
	position: absolute;
	z-index: 100;
	right: 28px;
	background: #fff;
	top: -5px;
	width: 600px;
	height: 24px;
	border-bottom: 1px solid #A4AFC2;
	display: none;
}
.btn_search{cursor: pointer;}
.header_search i {
    position: absolute;
    display: block;
    top:4px;
    left:0;
    width: 15px;
    height: 15px;
    background: url(../images/icon-search2.png) no-repeat;
    z-index: 10;
}
.btn_search_close{
	  position: absolute;
    display: block;
    overflow: hidden;
    top: 7px;
    right: 0;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: url(../images/btn_close.png) no-repeat;
    z-index: 10;
}

input.search_input {
    padding-left: 25px;
    line-height: 20px;
    font-size: 13px;
    height: 24px;
    background-size: auto 14px;
    background-position: 0 3px;
    z-index: 2;
    position: relative;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    width: 575px;
    opacity: .5;
    color: #000;
}
#index_wrapper #header_nav #header_search{display: block;}
#index_wrapper #header_nav {display: none;}
#index_wrapper #header_nav .header_search{right: 48px;}

#wrapper #project_submenu{margin:0 52px;width:auto;}
#wrapper.project,#wrapper.project-detail{padding-top:90px;}
/*.project_main li:hover span{display: block;}*/
@media (min-width:1450px){
	
	.banner-index{position: absolute;bottom: 70px;left: 50%;z-index: 10;margin-left:-440px;}
	.banner-index .banner-content{width: 427px;height: 114px;padding:3px;background: rgba(255,255,255,0.4);margin-right: 10px;display: inline-block;float: left;}
	.banner-index .banner-content img{display: inline-block;width:200px;}
	.banner-index .banner-content a{color: #000;font-weight: bold;}
	.banner-index .banner-content h2{margin: 0;padding: 10px;display: inline-block;width: 198px;font-size: 11px;color: #000;line-height: 150%;overflow: hidden;height: 84px;}
	.banner-index .banner-content h2 span{font-size: 15px;line-height: 180%;font-weight: bold;}
/*	.project_main li span{position: absolute;bottom: 0;left: 0;width: 94%;padding:10px 3%;color:#fff;line-height: 140%;font-size: 15px;background: rgba(0,0,0,0.7) none repeat;display: none;}*/

}	
@media (min-width:1910px){
	.search_news_list a{width: 33.33%;float: left;list-style: none;text-decoration: none;margin-top:15px;}
	
	.banner-index{position: absolute;bottom: 70px;left: 50%;z-index: 10;}
	.banner-index .banner-content{width: 527px;height: 140px;padding:3px;background: rgba(255,255,255,0.4);margin-right: 10px;display: inline-block;float: left;}
	.banner-index .banner-content img{display: inline-block;width:250px;}
	.banner-index .banner-content a{color: #000;font-weight: bold;}
	.banner-index .banner-content h2{margin: 0;padding: 10px;display: inline-block;width: 248px;font-size: 13px;color: #000;line-height: 150%;overflow: hidden;height: 115px;}
	.banner-index .banner-content h2 span{font-size: 17px;line-height: 180%;font-weight: bold;}
/*	.project_main li span{position: absolute;bottom: 0;left: 0;width: 94%;padding:10px 3%;color:#fff;line-height: 140%;font-size: 15px;background: rgba(0,0,0,0.7) none repeat;display: none;}*/
}	

.project-detail .project-scroll-content{height: 80px;width: 588px;margin:0 auto;position: relative;}
.project-detail .swiper-container.scroll-thumbs{width:454px;height: 80px;overflow: hidden;float: right;}
.project-detail .swiper-container.scroll-thumbs .swiper-slide{width: 100px;height: 80px;}
.project-detail .swiper-container.scroll-thumbs .swiper-slide img{width: 100px;height: 75px;border: #ccc solid 2px;}
.project-detail .project-scroll-content .arrow-left{width: 20px;height:25px;background: url(../images/icon-arrow4.png) no-repeat #FFF;background-position: 0 0;position: absolute;top: 30px;left: 0px;z-index: 10;cursor: pointer;background-size:40px 25px;}
.project-detail .project-scroll-content .arrow-right{width: 20px;height:25px;background: url(../images/icon-arrow4.png) no-repeat #FFF;background-position: -20px 0;position: absolute;top: 30px;left: 40px;z-index: 10;cursor: pointer;background-size:40px 25px;}


.link-top{width: 120px;height: 25px;color: #999;border:#999 solid 1px;text-align: center;line-height: 25px;margin:30px auto 0;text-decoration: none;display: block;font-size: 12px;}
.link-top:hover{text-decoration: none;}

.project_pic_view{background: #000;position: fixed;height: 100%;width: 100%;top: 0;left: 0;z-index: 1000;margin-top:70px;height: 0;overflow: hidden;}
#project_pic_con li{list-style: none;text-align: center;height: 100%;}
#project_pic_con li img{margin:0 auto;height: 100%;}
.project_pic_left{width: 29px;height: 55px;background: url(../images/icon-arrow.png) no-repeat;background-position: 0 0;position: absolute;top: 45%;left: 35px;z-index: 10;cursor: pointer;}
.project_pic_right{width: 29px;height: 55px;background: url(../images/icon-arrow.png) no-repeat;background-position: -29px 0;position: absolute;top: 45%;right: 35px;z-index: 10;cursor: pointer;}
.project_pic_bar{width: 100%;height: 60px;background: #fff;border-top:1px solid #ddd;}
.close {
    float: right;
    margin-top:5px;
    margin-right:20px;
    cursor: pointer;
}
.icon-close {
    height: 30px;
    width: 30px;
    position: relative;
    display: block;
    margin-top: 23px;
}
.icon-close .icon-close-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close>span {
    height: 3px;
    width: 100%;
    background: #666;
    position: absolute;
    display: block;
    top: 0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
.icon-close .icon-close-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-close>span {
    height: 3px;
    width: 100%;
    background: #666;
    position: absolute;
    display: block;
    top: 0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#wrapper .submenu li a.pd{color: #333;text-decoration: none;font-size:17px;padding-left:0}

.icon_share{}
.wx_arrow{border:6px solid #fff;border-color: #000  #fff #fff;width:0;height: 0;margin-left:43px;}
.icon-wx{position: relative;}
.wx_qrcode{width:80px;border:5px solid #000}
.wx_qrcode img{width: 80px;}
.icon-wx span{position: absolute;z-index: 2;top: -133px;display: none;left:50%;margin-left:-48px;}
.wx_info{width:90px;text-align: center;font-size:12px;color: #fff;background: #000;padding:0 0 3px;line-height: 14px;}
.icon-wx:hover span{display: block}

.about_tips{font-size:13px; color:#999;padding:5px 0;font-weight: normal;margin-top:15px;}
.awardcontent{display: none;}
strong{font-weight: bold;}
.contact_line{width:920px;border-top:1px dashed #666;padding-bottom:60px;margin:0 auto;}
#index_wrapper .producter .abouter div .lab {
	width: 120px;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
#index_wrapper .producter .abouter div {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#index_wrapper .producter .abouter div input {
	height: 25px;
	width: 400px;
	border: 1px solid #0c70be;
	padding-left: 10px;
	font-size: 12px;
}
#index_wrapper .producter .abouter div textarea {
	width: 396px;
	border: 1px solid #0c70be;
	padding-left: 10px;
	font-size: 12px;
}
#index_wrapper .producter .abouter h3 {
	font-size: 24px;
	font-weight: bold;
}








#index_wrapper .producterr {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#index_wrapper .producterr .producter_titlee {
	font-family: "微软雅黑";
	font-size: 36px;
	text-align: center;
	height: 100px;
	width: 100%;
	font-weight: bold;
	line-height: 100px;
}
#index_wrapper .producterr .producteree {
	height: auto;
	width: 98%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#index_wrapper .producterr .producteree a {
	font-family: "宋体", "微软雅黑", Arial;
	font-size: 16px;
	color: #2184d0;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	margin-right: 20px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#index_wrapper .producterr .producteree a:hover {
	color: #70d1f6;
}



#index_wrapper .producterr .producter_listt {
	height: auto;
	width: 21.5%;
	margin: 0 1.7%;
	float: left;
	margin-bottom: 35px;
	
}
#index_wrapper .producterr .producter_listt .producter_list_picc img {
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: all 0.6s;
}
#index_wrapper .producterr .producter_listt .producter_list_picc img:hover {
	transform: scale(1.4);
}
#index_wrapper .producterr .producter_listt .producter_list_picc {
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#index_wrapper .producterr .producter_listt .titt {
	text-align: center;
}
#index_wrapper .producterr .producter_listt .titt a {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #313131;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
}
#index_wrapper .producterr .producter_listt .titt a:hover {
	color: #1175c3;
}
#index_wrapper .producterr .producter_listt .tynamee {
	text-align: center;
}