@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:Arial,"Microsoft YaHei";}
a{ text-decoration:none;font-family:Arial,"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:Arial,"Microsoft YaHei";}



/*top*/
.top_box{ width:1200px; margin:0 auto;}
.top_box .top_p1{ font-size:14px; color:#1c1c1c; float:left; line-height:38px;}
.top_box .top_p2{ font-size:14px; color:#3f3f3f; float:right; line-height:38px;}
.top_box .top_p2 a{color:#3f3f3f;}
.top_box .top_pic{ float:right; margin-right:14px; margin-left:15px;}
.top_line{ height:1px; background-color:#e1e1e1;}

.head_box{ width:1200px; margin:0 auto; padding-top:35px; padding-bottom:35px;}
.head_box .logo{ float:left; margin-right:24px;}
.head_kuang{ float:left;}
.head_kuang .head_p1{ font-size:33px; color:#1c1c1c; font-weight:bold;}
.head_kuang .head_p2{ font-size:22px; color:#61ae2c; margin-top:7px;}
.head_kuang2{ float:right; margin-top:10px; margin-right:5px;}
.head_kuang2 .head_p3{ font-size:17px; color:#61ae2c;}
.head_kuang2 .head_p4{ font-size:20px; color:#3f3f3f; margin-top:13px;}
.head_box .head_pic{ float:right; margin-right:20px;margin-top:10px;}


.nav_bg{ background-color:#494949;}
.nav_bg ul{ width:1200px; margin:0 auto;}
.nav_bg ul li{ float:left;}
.nav_bg ul li a{ display:block; font-size:17px; color:white; line-height:56px; padding-left:40px; padding-right:41px;}
.nav_bg ul li a:hover{ background-color:#61ae2c;}



/*通栏*/
#wrapper {
	background:#fff;
	position:relative;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:712px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:712px !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:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !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 only screen and (min-width: 768px) and (max-width: 959px) {;
}

@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;
}



/*搜索*/
.ss_box{ width:1200px; margin:0 auto; height:89px;}
.ss_box .ss_pic{ float:left; margin-top:33px; margin-right:21px;}
.ss_box .ss_p1{ font-size:13px; color:#000; line-height:89px; float:left;}
.ss_box .ss_p1 a{color:#000; }
.ss_box .ss_p1 a:hover{ color:#61ae2c;}
.ss_kuang{ float:right; margin-top:29px;}
.ss_kuang .ss_title{ width:252px; height:32px;background-color:#d1d1d1;border:0; float:left; font-size:13px; color:#6a5c5c; font-weight:bold; padding-left:10px;}
.ss_kuang .ss_pic2{ float:left; border:0;}
.ss_box .ss_line{ width:2px; height:40px; float:right; background-color:#ebebeb; margin-top:25px; margin-right:38px;}
.ss_line1{ height:1px; background-color:#e3e3e3;}


/*首页合作伙伴*/
.s_hz_bg{ background-color:#f0f0f0;}
.s_hz_box{ width:1200px; margin:0 auto; padding-top:55px; padding-bottom:77px;}
.s_hz_box .s_hz_p1{ font-size:48px; color:#1c1613; text-align:center; font-weight:bold;}
.s_hz_box .s_hz_p1 span{color:#61ae2c;}
.s_hz_box .s_hz_p2{ font-size:17px; color:#333333; text-align:center; margin-top:7px; margin-bottom:54px;}


/*首页产品*/
.s_pro_box{ width:1200px; margin:0 auto; margin-top:70px;}
.s_pro_box .s_pro_title1{ font-size:48px; color:#1c1613; text-align:center; font-weight:bold;}
.s_pro_box .s_pro_title1 span{color:#61ae2c;}
.s_pro_box .s_pro_title2{ font-size:17px; color:#333333; text-align:center; margin-top:7px; margin-bottom:35px;}


 .multipleColumn{ width:1200px; margin:0 auto;}
 
	.multipleColumn .hd{ width:1200px; height:1px; position:relative; margin:0 auto;}
	.multipleColumn .hd .next{ background-image:url(../images/img15.jpg); width:70px; height:120px; display:block; position:absolute; right:-70px; top:332px;}
	.multipleColumn .hd .prev{ background-image:url(../images/img14.jpg); width:70px; height:120px; display:block;position:absolute; left:-69px; top:332px;}

 .multipleColumn .bd{ padding:10px; overflow:hidden;  }
 .multipleColumn .bd ul{ overflow:hidden; zoom:1; width:387px; height:760px;  float:left; _display:inline;  }
 .multipleColumn .bd ul li{ margin:10px 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }

.s_pro_tip{ width:387px; margin-bottom:23px;}
.s_pro_tip .s_pro_pic{width:387px; height:293px; overflow:hidden;}
.s_pro_tip .s_pro_pic img{ width:387px; height:293px;display:block;transform: scale(1);transition: all 1s ease-out;}
.s_pro_tip p a{ display:block; font-size:17px; text-align:center; color:white; line-height:64px;background-color:#666;}
.s_pro_tip:hover p a{ background-color:#61ae2c;}
.s_pro_tip:hover .s_pro_pic img{transform: scale(1.1);}




/*首页特性*/
.s_tx_bg{ background:url(../images/img17.jpg) center no-repeat; width:100%; height:515px; margin-top:80px;}
.s_tx_box{ width:1200px; margin:0 auto; padding-top:65px;}
.s_tx_box .s_tx_p1{ font-size:48px; color:#fff; text-align:center; margin-bottom:37px;}

.s_tx_tip{ width:120px; height:119px; float:left; margin-right:149px; margin-bottom:37px;}
.s_tx_tip p{ font-size:14px; color:white; text-align:center; padding-top:81px;}

.s_tx_tip:hover{transform: rotateY(360deg);
 transition: all 2s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 2s ease 0s;}

/*首页为什么*/
.s_why_bg{ background:url(../images/img28.jpg) center no-repeat; width:100%; height:1179px;}
.s_why_box{ width:1200px;height:1179px; margin:0 auto; position:relative;}
.s_why_box .s_why_p1{ font-size:48px; color:#1c1613; text-align:center; font-weight:bold; padding-top:60px;}
.s_why_box .s_why_p1 span{color:#61ae2c;}
.s_why_box .s_why_p2{ font-size:17px; color:#333333; text-align:center; margin-top:7px;}

.s_why_tip .s_why_p3{ font-size:36px; color:#61ae2c; font-weight:bold;}
.s_why_tip .s_why_p4{ font-size:26px; color:#444444; margin-bottom:20px;}
.s_why_tip .s_why_p5{ font-size:14px; color:#5f5f5f; line-height:24px;}
.s_why_tip{ position:absolute;}

.s_why_tip1{ width:356px; left:0; top:194px;}
.s_why_tip2{ width:356px; left:0; top:475px;}
.s_why_tip3{ width:356px; left:0; top:829px;}
.s_why_tip4{ width:356px; left:858px; top:194px;}
.s_why_tip5{ width:320px; left:963px; top:637px;}
.s_why_tip6{ width:355px; left:568px; top:970px;}



/*首页定制流程*/
.s_lc_box{width:1202px; margin:0 auto;padding-top:40px;}
.s_lc_box .s_lc_title1{font-size:48px; color:#1c1613; text-align:center; font-weight:bold; }
.s_lc_box .s_lc_title1 span{color:#61ae2c;}
.s_lc_box .s_lc_title2{font-size:18px; color:#2d2d2d; text-align:center; margin-top:8px; margin-bottom:47px;}

.s_dz_t{width:137px; height:137px; float:left; margin-left:-19px;
transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_dz_t:hover{ margin-top:-15px;}
.s_dz_t p{ font-size:14px;  text-align:center; padding-top:78px;}

.s_dz_t1{background-image:url(../images/img29.png); margin-left:0;}
.s_dz_t1 p{color:#444444;}
.s_dz_t2{background-image:url(../images/img30.png); position:relative; z-index:200;}
.s_dz_t2 p{color:#ffffff;}
.s_dz_t3{background-image:url(../images/img31.png); position:relative; z-index:100;}
.s_dz_t3 p{color:#444444;}
.s_dz_t4{background-image:url(../images/img32.png); position:relative; z-index:200;}
.s_dz_t4 p{color:#ffffff;}
.s_dz_t5{background-image:url(../images/img33.png); position:relative; z-index:100;}
.s_dz_t5 p{color:#444444;}
.s_dz_t6{background-image:url(../images/img34.png);position:relative; z-index:200;}
.s_dz_t6 p{color:#ffffff;}
.s_dz_t7{background-image:url(../images/img35.png);position:relative; z-index:100;}
.s_dz_t7 p{color:#444444;}
.s_dz_t8{background-image:url(../images/img36.png); position:relative; z-index:200;}
.s_dz_t8 p{color:#ffffff;}
.s_dz_t9{background-image:url(../images/img37.png); position:relative; z-index:100;}
.s_dz_t9 p{color:#444444;}
.s_dz_t10{background-image:url(../images/img38.png); position:relative; z-index:200;}
.s_dz_t10 p{color:#ffffff;}



.s_mail_bg{ background-color:#494949; margin-top:52px; border-radius:10px; padding:44px 38px 42px 38px;}
.s_mail_tip{ width:373px; float:left;}
.s_mail_tip p{ font-size:16px; color:white; margin-bottom:4px;}
.s_mail_tip .kuang1{ width:96%; font-size:13px; color:white; border:0; line-height:25px;background-color:rgba(0,0,0,0); border-bottom:1px solid white;}
.s_mail_tip2{ margin-top:30px; margin-bottom:25px;}
.s_mail_tip2 p{font-size:16px; color:white; margin-bottom:4px;}
.s_mail_tip2 .kuang2{ width:100%;font-size:13px; color:white; border:0;background-color:rgba(0,0,0,0); border-bottom:1px solid white;}
.s_mail_bg .kuang3{ width:120px; height:50px; float:left;border-radius:20px;border:0;margin-top:30px; text-align:center;}
.s_mail_bg .kuang4{width:200px; height:50px; float:left; margin-left:20px;margin-top:30px;}
.s_mail_bg .kuang5{ width:230px;float:left; color:#444444; background-color:white;border-radius:20px;margin-left:20px; font-size:16px; line-height:50px; line-height:50px; cursor:pointer; border:0; margin-top:30px;}
.s_mail_bg .s_mail_pic{ float:left; margin-left:38px;}
.s_mail_bg .s_mail_pic1{ float:right;margin-top:40px;}
.s_mail_bg .s_mail_p1{ font-size:18px; color:white; float:right; margin-left:14px; margin-top:44px;}


/*首页荣誉*/
.s_hon_bg{ background:url(../images/img39.jpg) center no-repeat; width:100%; height:803px;}
.s_hon_box{ width:1200px;height:803px; margin:0 auto; position:relative;}
.s_hon_box .s_hon_p1{ font-size:46px; color:#000; font-weight:bold; writing-mode:tb-rl; position:absolute; left:49px; top:81px;}
.s_hon_box .s_hon_p1 span{ font-size:36px; color:#ff5a00;}
.s_hon_box .s_hon_p2{ font-size:72px; color:#ff5a00; font-weight:bold; writing-mode:tb-rl; position:absolute; left:111px; top:108px;}

.s_hon_nr .s_hon_pic{ width:233px; height:301px; overflow:hidden; float:left; margin-left:30px; margin-bottom:37px;}
.s_hon_nr .s_hon_pic img{transform: scale(1);transition: all 1s ease-out;}
.s_hon_nr .s_hon_pic img:hover{transform: scale(1.1);}
.s_hon_nr{ width:800px; position:absolute; top:98px; right:0;}



/*首页理由*/
.s_ly_bg{ background:url(../images/img46.jpg) center no-repeat; width:100%; height:325px;}
.s_ly_box{ width:1200px; margin:0 auto; padding-top:67px;}
.s_ly_box .s_ly_p1{ font-size:54px; color:#fff; font-weight:bold; text-align:center;}
.s_ly_box .s_ly_kuang{ width:580px; background-color:#61ae2c; border-radius:50px; margin:0 auto; margin-top:23px;}
.s_ly_box .s_ly_kuang p{ font-size:36px; color:white; line-height:52px; font-weight:bold; text-align:center;}


/*首页简介*/
.s_jj_box{ width:1200px; margin:0 auto; margin-top:70px;}
.s_jj_box .s_jj_p1{font-size:48px; color:#1c1613; text-align:center; font-weight:bold; }
.s_jj_box .s_jj_p1 span{color:#61ae2c;}
.s_jj_box .s_jj_kuang{ width:461px; background-color:#61ae2c; border-radius:50px; margin:0 auto; margin-top:23px;}
.s_jj_box .s_jj_kuang p{ font-size:18px; color:white; line-height:43px; font-weight:bold; text-align:center;}
.s_jj_nr{ margin-top:43px; margin-bottom:70px;}
.s_jj_nr p{ font-size:12px; color:#3b3838; line-height:28px;}
.s_jj_nr p a{color:#3b3838;}





/*首页实力*/
.s_sl_bg{background:url(../images/img54.jpg) center no-repeat; width:100%; height:1687px;}
.s_sl_box{width:1200px; height:1687px; margin:0 auto; position:relative;}
.s_sl_box .s_sl_title1{font-size:48px; color:#000; text-align:center; font-weight:bold; padding-top:76px;}
.s_sl_box .s_sl_title1 span{color:#61ae2c;}
.s_sl_box .s_sl_title2{ font-size:16px; color:#3a3a3a; text-align:center; margin-top:8px;}
.s_sl_box .s_sl_pic{ margin:0 auto; margin-top:20px;}



.s_sl_tip{ width:619px; position:absolute;}
.s_sl_tip .s_sl_pic1{ float:left;}
.s_sl_tip .s_sl_kuang{ float:right; width:547px;}
.s_sl_kuang .s_sl_p1{ font-size:36px; color:#61ae2c; font-weight:bold; text-transform:uppercase;}
.s_sl_kuang .s_sl_p1 span{ font-size:26px; color:#9f9f9f;}
.s_sl_kuang .s_sl_pic2{ margin-top:5px; margin-bottom:15px;}
.s_sl_kuang .s_sl_p2{ font-size:24px; color:#61ae2c; margin-bottom:12px;}
.s_sl_kuang .s_sl_nr img{ float:left; margin-top:9px;}
.s_sl_kuang .s_sl_nr p{ float:right; width:512px; font-size:14px; color:#303030; line-height:36px;}
.s_sl_kuang .s_sl_nr{ width:100%;}

.s_sl_tip1{ top:293px; left:0;}
.s_sl_tip2{ top:594px; left:591px;}
.s_sl_tip3{ top:928px; left:0;}
.s_sl_tip4{ top:1367px; left:561px;}



/*首页新闻*/
.s_xw_box{ width:1200px; margin:0 auto; margin-top:76px; margin-bottom:90px;}
.s_xw_box .s_xw_title1{font-size:48px; color:#000; text-align:center; font-weight:bold;}
.s_xw_box .s_xw_title1 span{color:#61ae2c;}
.s_xw_box .s_xw_title2{font-size:16px; color:#3a3a3a; text-align:center; margin-top:8px; margin-bottom:86px;}

.s_xw_left{ background-image:url(../images/img55.jpg); width:452px; height:372px; float:left; position:relative;}
.s_xw_left p{ font-size:36px; font-weight:bold; color:white; position:absolute; left:186px; top:166px;}
.s_xw_pic{ float:left; margin-left:50px;}
.s_xw_right{ width:631px; float:right;}
.s_xw_tip .s_xw_p1{ font-size:16px; color:#000;}
.s_xw_tip .s_xw_p2{ font-size:14px; color:#a8a8a8; line-height:31px;}
.s_xw_tip .s_xw_p3{font-size:14px; color:#a8a8a8; line-height:24px;}
.s_xw_tip{ border-bottom:1px dashed #bababa; padding-bottom:10px; margin-top:13px;}
.s_xw_tip:hover .s_xw_p1{color:#61ae2c;}



/*页脚*/
.foot_bg{ background-color:#494949;}
.foot_box{ width:1200px; margin:0 auto; padding-top:47px; padding-bottom:41px;}
.foot_left{ width:431px; float:left;}
.foot_p1{ font-size:20px; color:white; margin-bottom:34px;}
.foot_p1 span{ font-size:16px; color:#8f8f8f;}
.foot_left .foot_lx p{ font-size:14px; color:white; line-height:30px;}
.foot_left .foot_lx p a{color:white;}

.foot_cen_box{ width:293px; float:left; margin-left:64px;}
.foot_ss .foot_ss_title{width:220px; height:37px; background-color:rgba(0,0,0,0); font-size:13px; color:#b3b3b3; line-height:37px; padding-left:20px; float:left; border:1px solid #6d6d6d;}
.foot_ss .foot_ss_pic{ float:left; border:0;}
.foot_cen_box .foot_p2{ font-size:14px;color:#b3b3b3; line-height:36px; margin-top:14px;}
.foot_cen_box .foot_p2 a{color:#b3b3b3;}

.foot_ewm{ float:right;}

.foot_bq{ font-size:13px; color:#464646; line-height:50px; text-align:center;}
.foot_bq a{color:#464646;}


/*简介*/
.nytonglan{ width:100%; height:491px;}

.max_box{ width:1200px; margin:0 auto; margin-top:50px; padding-bottom:70px;}
.max_box .max_p1{font-size:48px; color:#1c1613; text-align:center; font-weight:bold; }
.max_box .max_p1 span{color:#61ae2c;}
.max_box .max_kuang{ width:461px; background-color:#61ae2c; border-radius:50px; margin:0 auto; margin-top:23px;}
.max_box .max_kuang p{ font-size:18px; color:white; line-height:43px; font-weight:bold; text-align:center;}

.nycontent{ margin-top:40px;}
.jj_nr p{ font-size:12px; color:#3b3838; line-height:28px;}
.jj_nr p a{color:#3b3838;}
.nycontent .jj_pic{ margin:0 auto; margin-top:95px;}


/*产品*/
.pro_tip{width:363px; float:left; margin-bottom:40px; margin-right:36px;}
.pro_tip .pro_pic{width:363px; height:275px; overflow:hidden;}
.pro_tip .pro_pic img{width:363px; height:275px;transform: scale(1);transition: all 1s ease-out;}
.pro_tip .pro_pic img:hover{transform: scale(1.1);}
.pro_tip .pro_p1{ font-size:14px; color:#333; text-align:center; margin-top:20px;}

.pro_tip:nth-child(3n){margin-right:0px;}


.newspage1 {
 PADDING-RIGHT:0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px auto; PADDING-TOP: 10px; TEXT-ALIGN: center; clear:both;font-family:Arial,"Microsoft YaHei";
 }
.newspage1 A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 12px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid;font-family:Arial,"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #61ae2c; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage1 A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND:#61ae2c; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage1 SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND:#61ae2c; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:Arial,"Microsoft YaHei";
}
.newspage1 SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:12px; color:#666; text-align:center; line-height:26px;}
.back_bg p a{color:#666;}




/*风貌*/
.fac_kuang{ width:351px; float:left;margin-bottom:40px; margin-left:24px; margin-right:24px;}
.fac_tip{width:339px;   border: #CC9900 1px dotted;
    padding: 5px;
    background: #eee;
    border-radius: 8px; }
.fac_tip .fac_pic{ width:339px; height:250px; overflow:hidden;}
.fac_tip .fac_pic img{ width:339px; height:250px;transform: scale(1);transition: all 1s ease-out;}
.fac_tip:hover .fac_pic img{transform: scale(1.1);}
.fac_kuang .fac_p1{ font-size:13px; color:#333; text-align:center; margin-top:8px;}


/*news*/
.xw_tip{border-bottom: 1px dotted #ccc; padding-bottom:26px; margin-bottom:26px;}
.xw_tip .xw_time{ width:100px; height:83px; float:left;}
.xw_tip .xw_time .xw_p1{ font-size:36px; color:#666; text-align:center; padding-top:8px;}
.xw_tip .xw_time .xw_p2{ font-size:15px; color:#666; text-align:center;}
.xw_tip .xw_pic{ float:left;}
.xw_tip .xw_title_box{ float:right; width:1056px; }
.xw_tip .xw_title_box .xw_p3{ font-size:15px; color:#666; font-weight:bold;}
.xw_tip .xw_title_box .xw_p4{ font-size:13px; color:#b3b3b3; line-height:24px; text-align:justify; margin-top:14px;}
.xw_tip .xw_title_box:hover .xw_p3{color:#61ae2c;}



.news_title{width:100%; font-size:22px; color:#61ae2c; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#a24709; text-align:center; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}



/*联系我们*/
.con_box h1{ font-size:20px; color:#61ae2c; margin-bottom:10px;}
.con_box tr td{ font-size:14px; color:#333; line-height:56px; border-bottom:1px dashed #b3b3b3; width:50%; padding-left:8px;}
.con_box tr td a{color:#333;}
.con_box tr td a:hover{ color:#61ae2c;}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}



/*jobs页*/
.jobs_box{ background-color:#61ae2c; color:white;}
.jobs_box p{ float:left;font-family:Arial,"Microsoft YaHei"; font-size:14px; line-height:36px;text-align:center;}
.jobs_box .jobs_p1{ width:6%;}
.jobs_box .jobs_p2{ width:50%;}
.jobs_box .jobs_p3{ width:24%;}
.jobs_box .jobs_p4{ width:20%;}
.jobs_box1 td{ color:black; font-size:13px; text-align:center; border-bottom:1px dashed #ccc; line-height:60px;}
.jobs_box1 a{ color:black;}
.jobs_box1:hover{ background-color:#f2f2f2;}
.jobs_nr_title{ color:#61ae2c; text-align:center; font-size:17px; font-weight:bold; margin-bottom:10px;border-bottom:1px dashed #ccc; padding-bottom:10px;}
.jobs_nr_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold; margin-bottom:15px;}
.jobs_nr p{ font-size:13px; text-align:justify; line-height:34px; color:#333;}



























