@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}
ul{list-style-type:none;}
li{ list-style:none;}
img{border:0px;}
:hover{ transition: 0.5s all }
a{text-decoration:none; color: #494949;transition: 0.4s all}
a:hover{ color:#d90000;}
.left{float:left;}
.right{float:right;}
body{font-family: "微软雅黑"; font-size: 15px; color:#494949; line-height:36px; background:#fff;}


/* CSS Header */
.header{ width: 100%; height:auto;overflow: hidden;margin: 0 auto;position: relative;}
.topbox{width: 1200px;height:107px;margin: 0 auto}
.topbox .logo{padding-top:16px; float: left;}
.topbox .toptel{width:320px;height: 40px;line-height: 40px; padding-top:34px;font-size: 16px;color: #000000; float: right;}
.topbox .toptel span{width: 38px;height: 40px; background:url(../images/toptel.jpg) center no-repeat;display:block;float: left;}
.topbox .toptel b{line-height: 20px;color: #d90000;font-size: 20px;display: inline-block;float: right;}
.banner{width: 1920px;height:260px;background:url(../images/banner.jpg) no-repeat #131210;left: 50%;margin-left: -960px;position: relative;}
.banner .bn01{width:689px;height:144px;background:rgba(207,86,68,0.88);margin: 0 auto;top: 58px;position: relative;}
.banner .bn02{width:598px;height:47px;padding-top: 20px; background:url(../images/bn01.png) bottom no-repeat;margin: 0 auto;}
.banner .bn03{width:432px;height:36px;padding-top: 20px; background:url(../images/bn02.png) bottom no-repeat;margin: 0 auto;}


.a-fadeinR,.a-fadeinT,.a-fadeinL{-webkit-animation:2s ease-out backwards;-moz-animation:2s ease-in-out  backwards;-ms-animation:2s ease-in backwards;animation:2s ease backwards; animation-duration:2s; }
.a-fadeinR{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;}
.a-fadeinT{-webkit-animation-name:fadeinT;-moz-animation-name:fadeinT;-ms-animation-name:fadeinT;animation-name:fadeinT;}
.a-fadeinL{-webkit-animation-name:fadeinL;-moz-animation-name:fadeinL;-ms-animation-name:fadeinL;animation-name:fadeinL;}
@-webkit-keyframes fadeinR{
    0%{opacity:0;-webkit-transform:translateX(40px);}
    100%{opacity:1;-webkit-transform:translateX(0);}
}
@keyframes fadeinR{
    0%{opacity:0;transform:translateX(40px);}
    100%{opacity:1;transform:translateX(0);}
}
@-webkit-keyframes fadeinL{
    0%{opacity:0;-webkit-transform:translateX(-40px);}
    100%{opacity:1;-webkit-transform:translateX(0);}
}
@keyframes fadeinL{
    0%{opacity:0;transform:translateX(-40px);}
    100%{opacity:1;transform:translateX(0);}
}
@-webkit-keyframes fadeinT{
    0%{opacity:0;-webkit-transform:translateY(-40px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@keyframes fadeinT{
    0%{opacity:0;transform:translateY(-40px);}
    100%{opacity:1;transform:translateY(0);}
}
/* CSS Footer */
.linkbox{width: 1200px;height:auto;overflow: hidden;border-top: 1px #dddddd solid; margin: 0 auto}
.linkbox .intype{padding-top: 19px}
.linkbox .mylink{height: 55px; color: #898989;font-size: 15px;padding-top: 15px;}
.linkbox .mylink a{color: #898989;padding-right:20px;}
.linkbox .mylink a:hover{color: #da0000;}
.conbox{width:1200px;height:auto;text-align: center; background: #323033;color: #ffffff;line-height: 28px;padding: 15px 0; margin: 0 auto;display: none; overflow: hidden;}
.conbox .inconbox{width: 1124px;height: auto;overflow: hidden; margin: 0 auto}
.conbox .inconbox b{color: #bcbcbc;padding-top:28px; display: block;}
.conbox .inconbox .left{padding-left: 40px}
.conbox a{color: #fff}
.conbox a:hover{color: #d80100;}
.foot{ width:100%;height:104px; background:#e1e1e1;position: relative;}
.foot .mid{width: 1200px;height:60px;color: #747474;text-transform: uppercase; line-height: 30px;padding-top:20px;position: relative;}
.foot .mid a{color: #747474;padding-right:28px}
.foot .mid a:hover{color: #d80100;}

/* CSS Main */
#wrap{ width:100%; min-width: 1200px; height:auto; position: relative;z-index: 100; overflow: hidden; margin:0 auto;}
#main{ width:1200px; height:auto; padding-top:30px; position: relative;z-index: 100; overflow: hidden; margin:0 auto;}
.mid{width: 1200px;margin: 0 auto}
.index01{width:100%;height:49px;line-height: 49px;font-size: 14px; border-bottom: 1px #d9d9d9 solid;overflow: hidden;}
.index01 a{padding-right: 18px}
.index02{width:1200px;height:462px;margin: 0 auto; overflow: hidden;}
.intype{width:1200px;height: 38px;line-height: 38px;font-size: 17px;font-weight: bold;padding-top:37px;margin: 0 auto;display: none; overflow: hidden;}
.intype a{padding-right: 22px;}
.index02 .more{width: 148px;height: 35px;border: 1px #b8b8b8 solid;text-align: center;line-height: 35px; margin: 0 auto;display: block;transition: 0.4s all}
.index02 .more:hover{background: #da0000;color: #fff;border: 1px #da0000 solid;}
.index03{width:100%;height:460px;background: #f5f5f5; overflow: hidden;}
.index03 .intitle{width: 1200px;height:62px;font-size: 22px;color: #d90000; line-height: 40px;padding-top:26px;text-align: center;margin: 0 auto;position: relative;}
.index03 .intitle .down{width: 92px;height: 30px;text-align: right;line-height: 30px; background:url(../images/down.png) left center no-repeat; font-size: 15px;color: #d90000;right: 0;top:36px;display: block; position: absolute;}
.index04{width:1200px;height:436px;padding-top: 32px; margin: 0 auto; overflow: hidden;}
.index04 .inbox{width: 573px;height: 398px;border: 1px #d6d6d6 solid; overflow: hidden;}
.index04 .inbox .intitle{width: 100%;height: 45px;line-height: 45px; background: #323033;color: #fff;position: relative;}
.index04 .inbox .intitle span{padding-left: 17px;font-size:17px;font-weight: bold;}
.index04 .inbox .intitle .more{color: #fff;font-size: 15px;right: 24px;top: 0;position: absolute;}
.index04 .inbox .intitle .more:hover{color: #da0000}
.index04 .inbox .fact{width: 525px;height: 120px;margin: 0 auto;padding-top:28px;}
.index04 .inbox .fact ul{width: 535px}
.index04 .inbox .fact ul li{width: 168px;height: 120px;margin-right:10px; float: left;overflow: hidden;}
.index04 .inbox .fact ul li img{width: 168px;height: 120px;transition: 0.4s all}
.index04 .inbox .fact ul li img:hover{transform: scale(1.04);}
.index04 .inbox p{width: 525px;height:150px;line-height: 30px; padding-top: 20px;margin: 0 auto;overflow: hidden;}
.index04 .inbox .news01{width: 505px;height: 95px;padding-top: 16px;margin: 0 auto;overflow: hidden;}
.index04 .inbox .news01 li{width: 100%;height: 85px;font-size: 14px;color: #898989;line-height: 22px;}
.index04 .inbox .news01 li a{line-height: 35px;font-size: 15px;color: #222222;display: block;}
.index04 .inbox .news02{width: 505px;height:215px;margin: 0 auto;}
.index04 .inbox .news02 li{width: 100%;height:41px;line-height: 41px;border-bottom: 1px #bdbdbd dotted; overflow: hidden;}
.index04 .inbox .news02 a{color: #222222;display: block;}
.index04 .inbox a:hover{color: #da0000;padding-left:10px}

/* CSS Left */
#left{width:260px; height:auto; background: #f3f1f2; float: left; padding-bottom: 30px; overflow: hidden; border-top: 3px #da0000 solid; margin-bottom: 24px;}
#fuwu{ width: 220px; height: auto; overflow: hidden; background:url(../images/fuwu.png) no-repeat left top; margin: 0 auto }
#fuwu ul{ padding-top:94px; }
#fuwu ul li{ width: 100%; height: 40px; background: #cecece; text-align: center; line-height: 40px; margin-bottom: 1px; transition: 0.4s all}
#fuwu ul li a{ color: #000; font-size: 16px;display: block;}
#fuwu ul li:hover{ background: #da0000 }
#fuwu ul li:hover a{color: #fff}
.zongzhi{ width: 220px; height: 75px; color: #a6a5a5; line-height: 25px; padding: 25px 0; margin:0 auto; }
.lianxi{ width: 220px; height: auto; overflow: hidden; color: #000; line-height:30px; margin:0 auto; }
.lianxi span{ font-size:20px; color: #b30000; font-weight: bold; line-height:30px; display: inline-block;}
.teamlist{ width: 877px; height: auto; overflow: hidden; }
.teamlist li{ width: 262px; height: 197px; padding: 6px; text-align: center; margin: 10px 9px; transition: 0.5s all; float: left; background: #f3f1f2 }
.teamlist li:hover{ background: #da0000; color: #fff }
.teamlist li img{ width: 260px; height:195px; border: 1px #fff solid; display: block; }
.sub{width: 105px;height: 32px;background: #063f99;line-height: 32px;text-align: center;color: #fff;font-family: "微软雅黑";border: none}
.sub:hover{background: #ee7300}
/* CSS 详情页 */
#cpbox01{ width: 100%; height:360px;}
#cp_img{ width:440px; height:330px; border: 1px #ebebeb solid; float: left; }
#cp_img img{width:440px; height:330px;}
#cp_detail{ width: 420px; height:330px; float: right; overflow: hidden; position: relative; }
#cp_txt{ width: 100%; height:200px; color: #494949; font-size:15px; line-height:34px; overflow: hidden; }
#cp_txt span{ color: #063f99; font-weight: bold; padding-bottom: 15px; font-size: 20px; display: block; }
#cp_btn{ width: 345px; height:40px; left: 0; bottom:50px; position: absolute;}
#btn01{ width: 157px; height: 38px; background: #053f9a; float: left; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
#btn01:hover{ background: #ee7300; transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;}
#btn02{width: 157px; height: 38px; background: #ee7300; float: left; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; float: left; margin-left: 23px;}
#btn02:hover{ background: #053f9a; transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;}
#cp_lx{ height:44px;line-height: 44px;padding-left: 40px; background: url(../images/i-tel.png) left center no-repeat; left: 0; bottom:100px; position: absolute; }
#cp_fx{ width: 345px; height:30px; left: 0; bottom:0; position: absolute; }
#cp_lx span{color: #063f99;font-weight: bold;font-size: 28px}
#pro_t{ width: 100%; height:44px;background:#f1f1f1;line-height:44px;}
#pro_t span{ width: 150px; height:44px;color: #fff; text-align: center; float: left; background: #063f99; font-size: 18px; }
#pro_txt{ width: 100%; height: auto; min-height:100px; margin-top: 20px; line-height: 30px; position: relative; padding-bottom: 20px; overflow: hidden;}
#pro_txt table{ width: 100%; }
#pro_txt table td{ padding:0 10px; }
.boxmd{ width: 320px; height: 230px; margin-left: 60px;overflow: hidden; }
.boxmd ul{ width: 100%; height: 150px; padding-top:9px; padding-left: 2px;}
.boxmd ul li{ width: 119px; height: 150px; text-align: center; margin-right: 41px; float: left; }
.boxmd ul li img{ width: 119px; height: 119px; display: block;}

/* CSS Ziye */
#right_title{ width: 100%; height: 44px; background:url(../images/line0.jpg) repeat-x center;}
#right_title span{ width: auto; height:44px; line-height: 44px; font-size: 22px; color: #b30000; font-weight: bold; background:url(../images/right_title.jpg) right center no-repeat #fff; padding-right: 45px; }
#right{width: 902px; height: auto;min-height:732px; background: #fff; float: right;overflow: hidden;}
#title_left{min-width: 200px; color: #333333;font-size: 27px;float:left}
#title_right{height: 44px;padding-left:15px; color:#000;background: #fff; font-size:14px; float:right;}
#title_right a{ color:#000;}
#title_right a:hover{ color:#da0000;}
#right_content{width: 100%; height: auto;margin: 0 auto; padding-top: 15px;}
#right_bottom{width:100%;height:23px;}
#page{width:100%;height:30px; line-height:30px;text-align:center;margin:20px auto;color:#575656;font-size:14px; clear:both;}
#page a{color:#555555;font-size:14px; padding: 0 5px; border:1px #cececd solid;}
#page a:hover{color:#063f99;}
#page .current { padding: 0 8px; border:1px #da0000 solid;}
#page_num{ height: 22px; font-size: 14px; background: #eeeeee; }
#newTitle{width:100%;line-height:60px; font-weight: normal; color:#d90000;font-size:18px;font-family:"微软雅黑";text-align:center;margin:0 auto;}
#productTitle{width:100%;height:60px;color:#d90000;font-size:18px; text-align:center;margin:0 auto;}
#newsInfo{width:100%;height:40px;color:#a9aaa9;font-size:12px; border-bottom: 1px #d5d3d3 dashed; text-align:center;margin:0 auto 20px;}
.newsinfoleft {padding-left: 30px;}
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:500px;}
#newsContent{width:100%;color: #000; margin:0 auto;}
#newsContent img{max-width:100%}
#newsContent a{color: #000}
#newsContent a:hover{color: #d90000}
#newsContent table{ width: 100%; border:1px #bbbbbb solid !important;margin: 0 auto; border-collapse: collapse;}
#newsContent table tr{ width: 100%; height: 35px; border-bottom:1px #bbbbbb solid !important; line-height: 35px;}
#newsContent table tr td{ width: auto; border-right:1px #bbbbbb solid !important; padding:0 15px; border-spacing: 0;}
#picUL{ width:100%; height:100%; overflow:hidden;}
#picUL li{height:220px;width:202px;float:left;margin: 0 6px 12px 6px;background: #f3f1f2;padding: 5px;transition: 0.4s all;}
#picUL li:hover{ background:#c9c9c9;}
#picUL li .pic_01{width:200px;height:150px;background: #fff; text-align: center;border:1px solid #fff;}
#picUL li .pic_01 img{ height:150px; width:200px;vertical-align:middle;}
#picUL li .pic_02{width:200px;height: 20px; line-height:20px;overflow: hidden;}
#picUL li .pic_03{width:200px;height: 20px; line-height:20px;overflow: hidden;}
#picUL li .pic_04{width:200px;height: 30px; line-height:30px;overflow: hidden;}
#picUL li a{color:#575656;font-size:18px;}
#picUL li:hover a{color:#000;}
#picUL li .pic_03 a{font-size:14px;}
#picUL li .pic_04 a{color:#ff0000;font-size:10px;}
/*#picUL li .pic_03:hover a{color:#fff;}*/
#piclist{ width:100%; height:100%; overflow:hidden;}
#piclist li{height:240px;width:270px;float:left; padding:5px;background: #F6F6F6; margin:9px 9px; border: 1px #e4e4e4 solid; text-align:center;overflow: hidden; transition: 0.5s all;}
#piclist li:hover{ background:#d90000; border:1px #d90000 solid;}
#piclist li .pic_01{width:268px;height:202px;background: #fff;border: 1px #fff solid; text-align: center;}
#piclist li .pic_01 img{width:268px;height:202px; vertical-align:middle;}
#piclist li .pic_02{width:268px;height: 45px; text-align: center;line-height:45px;overflow: hidden;}
#piclist li:hover a{color: #fff}

.newslist li{padding:20px 0 20px 0;width:100%;height:105px;border-bottom:1px dashed #d8d8d8;overflow:hidden}
.newslist li .imgbox{width:140px;height:105px;display:inline;float:left}
.newslist li .imgbox img{width:140px;height:105px}
.newslist li .text{display:inline;float:left;line-height: 22px;margin-left:20px;width:620px;height: 105px;}
.newslist li .text .tit{width:100%;height:30px;}
.newslist li .text .tit a{color:#000;font-size:16px}
.newslist li .text .tit a:hover{color:#da0000;padding-left:8px}
.newslist li .text .desc{width:100%;height:48px;overflow:hidden;font-size:13px;color:#666;word-break:break-all;word-wrap:break-word}
.newslist li .text .desc a{font-size:14px;color:#999}
.newslist li .text .count{width:100%;height:22px;padding-top: 5px; overflow:hidden}
.newslist li .text .count span{display:inline-block;height:20px;line-height:20px;font-size:13px;color:#999;padding-left:20px;background-image:url("../images/newslist.gif");background-repeat:no-repeat}
.newslist li .text .count .hits{background-position:0 -150px}
.newslist li .text .count .update{background-position:0 -168px}
.newslist li .timebox{text-align:center;display:inline;float:right;width:100px;height:105px;background:#F3F3F3;border-radius: 6px;}
.newslist li .timebox .day{color:#666;font-family:Georgia,serif,verdana;font-size:46px;font-weight:bold;height:60px;line-height:60px;width:100%;overflow:hidden}
.newslist li .timebox .year{font-size:14px;color:#999}

.G_tips{
	color:#666;
	width:486px;
	border:1px solid #dedede;
	padding:7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

/*******加入*******/
.jobbox{ width: 895px; height: auto;margin-top: 10px; }
.jobbox li{ width: 895px; height: 175px; background: #fff;border: 2px #f5f5f5 solid; margin-bottom: 20px; position: relative;}
.jobbox li span{ line-height: 40px; font-size: 18px; color: #005ca7; font-weight: bold; display: block; left: 90px; top: 22px; position: absolute;}
.jobbox li .descrip{ width: 550px; height: 60px; top: 63px; left: 90px; line-height: 27px; font-size: 14px; color: #646060; position: absolute; }
.jobbox li .more{ width: 100px; height: 36px; line-height: 36px; text-align: center; background: #005ca7; color: #fff; font-size: 14px; right: 60px; top: 60px; position: absolute; }
.jobbox li .more:hover{ background: #ff9904; transition: 0.5s all;}
.jobbox li .num{ width: 45px; height: 45px; line-height: 45px; text-align: center; background: #005ca7; color: #fff; font-size: 26px; font-weight: bold; left: 0; top: 0; position: absolute; }

.recruitcon{ width:895px; height:173px;}
.recruitpic{ width:132px; height:153px; float:left;}
.recruitconc{ width: 470px; height: 143px; padding-left: 50px; padding-top: 5px; float: left; }
.recruitconc li{ width:372px; height:35px; line-height:35px; color:#444444;}
.apply{width: 100px; height: 36px; line-height: 36px; text-align: center; background: #005ca7; color: #fff; font-size: 14px; margin-top: 50px; margin-right: 100px; float: right;}
.apply:hover{ background: #ff9904; transition: 0.5s all;}
.xxsmys{ width:895px; height:36px; line-height:36px; border-bottom: 2px #005ca7 solid;}
.xxsmwz{ width:100px; height:36px; line-height: 36px; color:#FFF; text-align:center; display:block; background-color:#005ca7;}

/*订单*/
.formys{ width:800px; height:auto; padding-left: 40px;color: #555555;}
.formmcys{ float: left; }
.cpmcys{ width:400px; height:34px;border:1px solid #d2d4d6; font-family: "微软雅黑"; color: #555555; background: #f9f9f9; font-size: 14px;}
.formbz{ float:left;}
.G_InputText{width:400px;height:30px;border:1px solid #d2d4d6; background: #f9f9f9;}
.G_textarea{width:400px;height:100px;border:1px solid #dedede;background: #f9f9f9;}
.G_ul{width:100%;}
.G_botton{

	width:55px;

	height:30px;

	line-height:30px;

	border:0;

	background:url(button.gif) no-repeat;

	cursor:pointer;

}

.borderLi{ width:100%; height:auto; padding-top:10px;}
.G_tips{

	

	width:486px;

	margin:10px auto 0 auto;

	border:1px solid #dedede;

	padding:7px;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	box-shadow: 0px 0px 3px rgba(0,0,0,.1);

	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

}


.cpfwnr{width:230px; height:100%;overflow:hidden;}
.cpfwnr dt{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(allbg.gif) no-repeat;background-position: 0 -137px;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dd{width:190px;margin:0 auto;line-height:2}
.cpfwnr dt a{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(a1.jpg) no-repeat;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dt:hover{background:url(allbg.gif) no-repeat;background-position: 0 -102px;color:#fff;}
.cpfwnr dd a{width:190px;height:25px;line-height:25px;margin:3px 0 0 0;color:#333;font-size:12px;}
.cpfwnr dd a:hover{color:#ff6c00;}