@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}



/*top*/
.head_box{ width:1190px; margin:0 auto; padding-top:26px; padding-bottom:13px;}
.head_box .logo{ float:left; margin-right:18px;}
.head_kuang{ float:left; margin-top:-7px;}
.head_kuang .head_p1{ font-size:60px; color:#c00607; font-weight:bold;}
.head_kuang .head_p2{ font-size:13px; color:#000000;}

.head_ewm{ float:right;}

.head_right{ float:right; margin-right:42px;}
.head_right .ss1{ float:right;}
.head_right .ss1 .ss_title1{ background-image:url(../images/img3.jpg); width:190px; height:28px; border:0; float:left; font-size:12px; color:#cacaca; line-height:28px; padding-left:10px;}
.head_right .ss1 .ss_pic2{ float:left; border:0; margin-left:7px;}

.head_right{ margin-top:13px;}
.head_right ul{ float:right; margin-top:15px;}
.head_right ul li{ font-size:15px; color:#000; font-weight:bold; line-height:23px; margin-left:34px; float:left;}
.head_right ul li a{color:#000;}
.head_right ul li a:hover{color:#c00607;}


/*通栏*/
#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:596px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:596px !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: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -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-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;
}




/*首页简介*/
.s_jj_box{ width:1190px; margin:0 auto; margin-top:101px;}
.s_jj_box .s_jj_p1{ font-size:36px; color:#6a6969; font-weight:bold; text-align:center;}
.s_jj_box .s_jj_line{ width:87px; height:2px; background-color:#c00607; margin:0 auto; margin-top:18px; margin-bottom:40px;}
.s_jj_box .s_jj_nr p{ font-size:14px; color:#000000; line-height:32px;}
.s_jj_box .s_jj_nr p a{color:#000000; }

.s_jj_box table{ margin-top:30px;}
.s_jj_box table tr td{ font-size:21px; color:#6a6969; line-height:41px;}

.s_jj_more{ width:198px; margin:0 auto; margin-top:60px;}
.s_jj_more p a{  display:block; font-size:18px; color:#595959; line-height:46px; text-align:center; border:3px solid #6a6a6a;}
.s_jj_more p a:hover{background-color:#c00607;border:3px solid #c00607; color:white;}



/*首页产品*/
.s_pro_bg{ background-color:#f2f2f2; margin-top:76px;}
.s_pro_box{ width:1223px; margin:0 auto; padding-top:90px; padding-bottom:93px;}
.s_pro_box .s_pro_p1{ font-size:36px; color:#6a6969; font-weight:bold; text-align:center;}
.s_pro_box .s_pro_line{ width:87px; height:2px; background-color:#c00607; margin:0 auto; margin-top:18px; margin-bottom:18px;}
.s_pro_box .s_pro_p2{ font-size:22px; color:#6a6969; text-align:center;}
.s_pro_box .s_pro_p3{ font-size:14px; color:#6a6969; text-transform:uppercase; text-align:center; margin-top:8px; margin-bottom:50px;}

.s_pro_kuang{  width:578px; height:383px; float:left; margin-left:16px; margin-right:16px;}
.s_pro_nr{ width:360px; margin-left:50px; padding-top:28px;}
.s_pro_nr .s_pro_p4{ font-size:20px; line-height:30px; color:white; margin-bottom:30px;}

.s_pro_tip{ margin-bottom:12px;}
.s_pro_tip img{ float:left;}
.s_pro_tip p{ font-size:16px; color:#d9d9d9; float:left; margin-left:15px;}
.s_pro_tip p a{color:#d9d9d9;}


.s_pro_kuang1{background-image:url(../images/img5.jpg); width:578px; height:383px; float:right;}

.s_pro_nr .s_pro_p5{ font-size:16px; color:#d9d9d9; line-height:32px;}
.s_pro_nr .s_pro_p5 a{color:#d9d9d9;}

.s_pro_kuang2{ width:526px; margin:0 auto; margin-top:50px;}

.s_pro_more{ width:230px; float:left; margin-left:16px; margin-right:16px;}
.s_pro_more p a{  display:block; font-size:18px; color:#595959; line-height:46px; text-align:center; border:3px solid #6a6a6a;}
.s_pro_more p a:hover{background-color:#c00607;border:3px solid #c00607; color:white;}



/*首页员工风采*/
.s_yg_box{ width:1190px; margin:0 auto; margin-top:94px;}
.s_yg_box .s_yg_p1{font-size:36px; color:#6a6969; font-weight:bold; text-align:center;}
.s_yg_box .s_yg_line{width:87px; height:2px; background-color:#c00607; margin:0 auto; margin-top:18px; margin-bottom:53px;}

.s_yg_left{ width:578px; float:left;}
.s_yg_left p{ font-size:14px; color:#000; line-height:32px;}

.s_yg_right{width:506px; float:right; padding-top:60px;}


.picScroll-left1 .hd{ width:100%; height:1px; position:relative;}
	
		.picScroll-left1 .hd .next{ position:absolute; left:-54px; top:113px;}
        .picScroll-left1 .hd .prev{position:absolute; right:38px; top:113px;}
		

		.picScroll-left1 .bd ul li{ float:left;}

.picScroll-left1 .bd ul li img{ width:417px; height:245px;}


/*首页联系我们*/
.s_lx_bg{ background-color:#f2f2f2; margin-top:87px;}
.s_lx_box{ width:1190px; margin:0 auto; padding-top:70px; padding-bottom:50px;}
.s_lx_left{ width:510px; float:left; margin-left:53px;}
.s_lx_left h1{ font-size:24px; color:#c00607; margin-bottom:20px;}
.s_lx_left p{ font-size:14px; color:#000; line-height:32px;}
.s_lx_left p a{color:#000;}


.s_lx_right{ width:520px; float:right;}

.ord_tip{ margin-bottom:14px;}
.ord_tip p{ font-size:14px; color:#000; line-height:22px; float:left; width:80px;}
.ord_tip .ord_kuang1{ width:420px; height:20px; float:left; border:1px solid #a9a9a9; padding-left:10px; font-size:12px; color:#000; line-height:20px;}

.ord_tip2 p{font-size:14px; color:#000; line-height:22px; float:left; width:80px;}
.ord_tip2 .ord_kuang2{width:420px; min-height:58px;float:left; border:1px solid #a9a9a9; padding-left:10px; font-size:12px; color:#000; line-height:20px; padding-top:10px;} 
.ord_tip2{margin-bottom:14px;}

.ord_p1{font-size:14px; color:#000; line-height:30px; float:left; width:80px;}
.ord_kuang3{ width:80px; height:30px;border:1px solid #a9a9a9; float:left; padding-left:5px;}
.ord_kuang4{width:85px; height:30px; float:left; margin-left:15px;}
.ord_kuang5{width:85px; height:30px; float:left; margin-left:15px; background-color:#2e2e2e; border-radius:5px; border:0; font-size:12px; color:white; text-align:center; line-height:30px; cursor:pointer;}


/*首页邮箱*/
.email_bg{ background-image:url(../images/img27.jpg); background-repeat:repeat-x; height:103px; margin-top:10px;}
.email_box{ width:1000px; margin:0 auto; padding-top:34px;}
.email_box .email_title{ font-size:22px; color:#333; float:left; margin-top:8px;}
.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}

.email_box .email{ float:left; padding-top:10px;}
.email_box .email .name{ font-size:12px;  float:left; margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px; float:left; padding-left:6px;}
.email_box .email .name_1{ font-size:12px; float:left; margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ float:right; margin-right:0px;}

/*页脚*/
.foot_bq{ background-color:#c00607; margin-top:1px;}
.foot_bq p{ font-size:12px; color:#fea7a7; text-align:center; line-height:62px;}
.foot_bq p a{color:#fea7a7;}


/*about*/
.max_box{ width:1191px; margin:0 auto; margin-top:58px; padding-bottom:70px;}
.left_box{ width:270px; float:left;}
.left_kuang{ background-color:#c00607;}
.left_kuang .left_p1{ font-size:14px; color:white; line-height:40px; float:left; margin-left:21px;}
.left_kuang .left_line1{ width:1px; height:40px; background-color:#cd3939; float:left; margin-left:17px; margin-right:17px;}
.left_kuang .left_p2{ font-size:17px; color:white; line-height:40px; float:left;}


.left_kuang2{ background-color:#f2f2f2; padding-bottom:30px;}
.left_tip{ width:215px; margin:0 auto; padding-top:29px;}
.left_tip .left_p3{ font-size:14px; line-height:24px; color:#3a3a3a; padding-left:14px;}
.left_tip .left_p3 a{color:#3a3a3a;}
.left_tip .left_p3 a:hover{color:#c00607;}
.left_tip .left_line2{ height:1px; background-color:#d6d6d6; margin-top:14px; margin-bottom:12px;}
.left_kuang3{ margin-bottom:9px;}
.left_kuang3 img{ width:29px; height:24px; float:left;}
.left_kuang3 p{ font-size:12px; color:#3a3a3a; line-height:24px; float:left; margin-left:8px;}
.left_kuang3 p a{color:#3a3a3a;}
.left_kuang3 p a:hover{color:#c00607;}


.right_box{ width:885px; float:right;}
.right_box .left_line3{ width:7px; height:32px; float:left; background-color:#c00607; margin-right:15px;}
.right_box .right_p1{ font-size:28px; color:#3a3a3a; float:left; line-height:32px;}
.right_box .right_p2{ font-size:12px; color:#8b8b8b; float:right; margin-top:10px;}
.right_box .right_line{ height:1px; margin-top:14px; background-color:#dfdfdf; margin-bottom:32px;}

.jj_nr p{ font-size:14px; color:#000000; line-height:30px;}
.jj_nr p a{ color:#000000;}


/*员工风采*/
.ygfc_nr p{font-size:14px; color:#000000; line-height:30px;}




/*联系我们*/
.con_box h1{ font-size:19px; color:#c00607; 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:#c00607;}







/*产品*/
.pro_tip{ width:257px; float:left; margin-bottom:28px; margin-left:18px; margin-right:19px; }
.pro_tip .pro_kuang{ width:255px; height:240px; overflow:hidden; border:1px solid #e0e0e0;}
.pro_tip .pro_kuang img{width:255px; height:240px;transform: scale(1);transition: all 1s ease-out;}
.pro_tip .pro_kuang img:hover{transform: scale(1.1);}
.pro_tip .pro_p1{ font-size:14px; color:#4c4c4c; text-align:center; margin-top:15px;}
.pro_tip .pro_p1 a{color:#4c4c4c;}
.pro_tip .pro_p1 a:hover{color:#c00607;}


.pro_kuang10{    background-color: #c00607;
    margin-top: 20px; margin-bottom:20px;}

.pro_kuang10 p{font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 38px;}

.pro_kuang11 p{font-size: 15px;
    color:#333;
    line-height: 34px;
    font-weight: bold; padding-left:20px; }
.pro_kuang11{ margin-bottom:15px; margin-top:15px; background-color:#efefef;}
.pro_kuang11 p span{ color:#ff8400;}

.pro_title{font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 38px;background-color: #c00607; margin-bottom:20px;}

.pro_nr_box img{ max-width:830px!important; height:auto!important; margin:0 auto; margin-top:6px; margin-bottom:6px;}
.pro_nr_box p{ font-size:14px; color:#333; line-height:30px;}
.pro_nr_box table{ width:100%; border:1px solid #999; border-bottom:0; border-left:0;}
.pro_nr_box table tr td{ font-size:13px; color:#333; line-height:25px;border:1px solid #999; border-top:0; border-right:0;}


.pro_ppp{ width:125px; margin:0 auto; margin-top:10px; margin-bottom:10px;}
.pro_ppp p a{ display:block; font-size:12px; color:white; font-weight:bold; text-align:center; line-height:30px;background-color:#919191;}
.pro_ppp p a:hover{background-color:#c00607;}








.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:"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:"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #c00607; 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:#c00607; 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:#c00607; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:"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;}
























































