﻿@charset "utf-8";

/*引入字体*/
@font-face {
 font-family: 'PristinaRegular';
 src: url('Pristina.eot');
 src: local('Pristina Regular'),
        local('Pristina'),
        url('Pristina.woff') format('woff'),
        url('Pristina.ttf') format('truetype'),
        url('Pristina.svg#Pristina') format('svg');
}

/*css reset*/
body,nav,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,footer{margin:0;padding:0}
body{font:16px/1.5 'Microsoft Yahei','Simsun';  color:#000;background:#fff;-webkit-text-size-adjust: none; min-width:320px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal; margin:0;}
ul,ol{list-style:none}
a{text-decoration:none;color:#1a1a1a}
a:hover, a:active, a:focus{color:#1c5aa2;text-decoration: none;}
a:active{color:#aaa;}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
button,input,select,textarea{font-size:100%; vertical-align:middle; outline:none;}
textarea{resize:none}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner { padding:0; border:0}

.fl{float:left;}
.fr{float:right;}
.hide{display:none;}
.show{display: block;}
.clear { clear:both;}
.box { position:relative; width:100%; min-width:1200px; max-width:1440px; _width:expression_r(document.body.clientWidth < 1200? "1200": "100%" ); margin:0 auto; overflow:hidden;}

/*页头和页尾*/
/*.header { background-color:#7D8F81;}
.header .main { width:100%;}
.header .main .content { position:relative; width:1200px; margin:0 auto;}
.header .main .content>img { float:left; padding-right:100px;} 
.header .main .content>a { float:left;padding-right:20px;} 
.header .main .content>ul { height:94px;}
.header .main .content>ul li { padding:0 16px; width:auto; position:relative; float:left; text-align:center; line-height:94px; cursor:pointer;}
.header .main .content>ul li a {color:#fff; font-size:15px; display:block; width:100%; }
.header .main .content>ul li ul { position:absolute; left:0; top:94px; background-color:#171718; display:none; z-index:1; width:100%;}
.header .main .content>ul>li:hover { background-color:#2d3333;}
.header .main .content>ul li:hover ul { display:block;}
.header .main .content>ul li ul li { line-height:60px; width:100%; padding:0; text-align:center;}
.header .right { width:80px; position:fixed; top:200px; right:0; z-index:1; border:1px solid #d2d2d2; border-right:0; text-align:center; background-color:#fff; padding:20px 0 12px; border-radius:5px 0 0 5px;}
.header .right>div { position:relative;}
.header .right>div>div { position:absolute; left:-110px; top:-30px; display:none; z-index:1;}
.header .right>div:hover div { display:block;}
.header .right>div p { font-size:12px; color:#414141; font-family:宋体; margin-top:12px; margin-bottom:5px;}
.header .right>.floor_top { border-top:1px solid #d2d2d2; padding-top:10px; cursor:pointer; display:none;}
.header .right>.floor_top p {margin:0;}
*/
.header { background-color:#7D8F81;}
.header .main { width:100%;}
.header .main .content { position:relative; width:1200px; margin:0 auto;}
.header .main .content>img { float:left; padding-right:80px;} 
.header .main .content>ul { height:94px;
    display: flex;
    align-items: center;}
.header .main .content>ul li { padding:0 14px; width:auto; height:94px; position:relative; float:left; text-align:center;  cursor:pointer;}
.header .main .content>ul>li>a {color:#fff; font-size:14px;  width:100%;
    display: flex;
    flex-direction: column;
    height: 94px;
    justify-content: center;}
.header .main .content>ul>li.jgb { padding:0 26px 0 25px;}
.header .main .content>ul>li>a span { font-family:微软雅黑;}
.header .main .content>ul>li>a img { vertical-align:inherit;display:none;}
.header .main .content>ul li ul { position:absolute; left:0px; top:94px; background-color:#171718; display:none; z-index:1; padding:10px 15px;}
.header .main .content>ul li:hover ul { display:block;}
.header .main .content>ul li ul li { line-height:60px; white-space:nowrap; width:100%;height:auto; padding:0; text-align:center;}
.header .main .content>ul li ul li a { color:#fff; font-size:15px; display:block; width:100%; height:auto; }
.header .right { width:80px; position:fixed; top:200px; right:0; z-index:1; border:1px solid #d2d2d2; border-right:0; text-align:center; background-color:#fff; padding:20px 0 12px; border-radius:5px 0 0 5px;}
.header .right>div { position:relative;}
.header .right>div>div { position:absolute; left:-110px; top:-30px; display:none; z-index:1;}
.header .right>div:hover div { display:block;}
.header .right>div p { font-size:12px; color:#414141; font-family:宋体; margin-top:12px; margin-bottom:5px;}
.header .right>.floor_top { border-top:1px solid #d2d2d2; padding-top:10px; cursor:pointer; display:none;}
.header .right>.floor_top p {margin:0;}

.footer { background-color:#7D8F81; width:100%; height:148px;}
.footer .main { width:1200px; margin:0 auto;}
.footer .main>img { margin-top:20px; margin-right:30px; float:left;}
.footer .main .content { color:#fff; font-family:宋体; font-size:12px; line-height:26px; padding-top:50px;}
.footer .main .content a { color:#fff; font-family:宋体; font-size:12px; line-height:26px;}
.footer .main .content .site { text-decoration:underline;}

.footer .main .right { float:right; line-height:148px; }
.footer .main .right>div { float:left; position:relative;  margin-right:10px;}
.footer .main .right>div>div { position:absolute; left:-40px; top:-100px; display:none; z-index:1;}
.footer .main .right>div:hover div { display:block;}

/*index*/
.index .mid { background-color:#f6f6f6; padding-bottom:15px;}
.index .mid .img_zone { width:1200px; margin:0 auto; overflow:auto;}
.index .mid .img_zone>img { display:block; margin:60px auto 55px;}
.index .mid .img_part { float:left; position:relative; overflow:hidden; cursor:pointer; margin:9px 8px;}
.index .mid .img_part img {}
.index .mid .img_part .img_top { position:absolute; top:0; left:0;}

.index .mid .img_part .img_bottom{
	transition-duration:3s;
	-moz-transition-duration:3s;
	-ms-transition-duration:3s;
	-o-transition-duration:3s;
	-webkit-transition-duration:3s; 

    }
.index .mid .img_part:hover .img_bottom{
    transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);

    }

.index .bottom { width:1180px; margin:0 auto; padding:36px 0 20px;}
.index .bottom .left { width:600px;}
.index .bottom .left .main { overflow:auto; margin-bottom:36px; cursor:pointer;}
.index .bottom .left .main>img { max-width:234px;}
.index .bottom .left .main .right { width:350px; float:right; border-bottom:1px dashed #d8d8d8;}
.index .bottom .left h3 { font-size:20px; color:#464646; border-left:4px solid #464646; padding-left:20px; margin-bottom:30px;}
.index .bottom .left h3 span { font-size:14px; color:#bbb; font-family:Verdana;}
.index .bottom .left h4 span { font-size:12px; color:#929292; font-family:Arial, Helvetica, sans-serif; float:right;}
.index .bottom .left h4 { font-size:18px; color:#464646;}
.index .bottom .left .main .right p { font-size:12px; color:#a6a6a6; font-family:宋体; margin:10px 0;}
.index .bottom .left h5 { font-size:14px; color:#464646; border-bottom:1px dashed #d8d8d8; margin-bottom:12px; cursor:pointer; padding-bottom:2px;}
.index .bottom .left h5:hover, .index .bottom .left h4:hover, .index .bottom .left .main .right p:hover { text-decoration:underline;}
.index .bottom .left h5 span { font-size:12px; color:#929292; font-family:Arial, Helvetica, sans-serif; float:right;}
.index .bottom .right { float:right;}

/*about*/
.about>img { width:100%;}
.about>.part1 { background-color:#f9f9f9; padding:70px 0 130px;}
.about>.part1 .main { width:1000px; margin:0 auto;}
.about>.part1 .main .left { width:480px;}
.about>.part1 .main .left h3 { font-family:"Times New Roman", Times, serif; font-size:60px; color:#ececec; line-height:60px;}
.about>.part1 .main .left h4 { font-size:22px;}
.about>.part1 .main .left h5 { font-size:16px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.about>.part1 .main .left h6 { font-size:16px; color:#e00101; font-weight:bold; margin:20px 0;}
.about>.part1 .main .left p { color:#595757; font-size:12px; line-height:26px; font-family:宋体;}
.about>.part1 .main .right { float:right;}
.about>.part1 .main .right>img { max-width:500px;}
.about>.part2 { padding-top:100px; padding-bottom:110px; position:relative;}
.about>.part2>img { display:block; margin:0 auto;}
.about>.part2 .main { width:1100px; margin:0 auto; background:url(../images/about4.png) no-repeat bottom; min-height:425px; overflow:auto;}
.about>.part2 .main .banner2 { min-height:425px;}
.about>.part2 .main .part { width:230px; margin:0 22.5px; float:left;}
.about>.part2 .main .part h3 { font-family:Myriad Pro; font-size:60px; font-weight:bold; line-height:60px;}
.about>.part2 .main .part p { font-size:12px; line-height:28px; color:#727171; font-family:宋体; border-left:1px solid #b2b1b1; margin-left:16px; padding: 10px 0 70px 16px;}
.about>.part2 .sec { position:absolute; bottom:150px; left:0; width:100%;}
.about>.part2 .sec p {  width:1200px; margin:0 auto;font-family:宋体; font-size:70px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.about>.part2 .sec p span { cursor:pointer;}
.about>.part2 .sec p .span1 { float:right; }
.about>.part3 { background:url(../images/about5.jpg) no-repeat; height:720px;}
.about>.part3>img { display:block; margin:0 auto; padding:70px 0 50px;}
.about>.part3 .banner3 { width:1150px; margin:0 auto;}
.about>.part3 .banner3 img { margin:20px 10px;}
.about>.part4 { padding-bottom:116px; position:relative; width:900px; margin:0 auto;}
.about>.part4>img { display:block; margin:0 auto;}
.about>.part4>.top { padding:107px 0 30px;}
.about>.part4 .banner4 { width:650px; margin:0 auto;}
.about>.part4 .banner4 img { display:block; margin:0 auto;}
.about>.part4 .img9 { position:absolute; bottom:210px; cursor:pointer;}
.about>.part4 .img10 { position:absolute; bottom:210px; right:0; cursor:pointer;}
.about>.part5 { background:url(../images/about11.jpg) no-repeat; height:700px;}
.about>.part5>img { display:block; padding:110px 0 50px; margin:0 auto;}
.about>.part5 .main { width:1200px; margin:0 auto;}
.about>.part5 .left { width:482px; display:none;}
.about>.part5 .left .banner5{ }
.about>.part5 .left p { font-size:18px; font-family:宋体;}
.about>.part5 .left p span { display:block; float:right; padding:0px 22px; cursor:pointer; -moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;}
.about>.part5 .left p .span2 { background-color:#000; color:#fff;}
.about>.part5 .left p .span1 { background-color:#fff; color:#000;}
.about>.part5 .right { width:660px; float:right; position:relative;}
.about>.part5 .right .banner6 { width:480px; margin:0 auto;}
.about>.part5 .right .banner6 h3 { font-family:宋体; font-weight:bold; font-size:24px; color:#fff; border-left:5px solid #fff; padding-left:12px; line-height:24px;}
.about>.part5 .right .banner6 p { font-size:12px; line-height:22px; color:#fff; font-family:宋体;}
.about>.part5 .right>img { position:absolute; top:94px; cursor:pointer;}
.about>.part5 .right>.img1 { right:0;}
.about>.part6 { width:1200px; margin:0 auto; padding-bottom:120px;}
.about>.part6>img { display:block; padding:80px 0 40px; margin:0 auto;}
.about>.part6 .banner7 .part { width:269px; background-color:#f4f4f4; padding-bottom:50px; border-radius:5px; cursor:pointer;}
.about>.part6 .banner7 .part h3 { font-family:宋体; font-size:14px; font-weight:bold; text-align:center; margin:30px 0 15px;}
.about>.part6 .banner7 .part p { font-family:宋体; font-size:12px; line-height:28px; color:#727171; width:230px; margin:0 auto; min-height:85px;}
.about>.part6 .banner7 .part:hover { background-color:#000;}
.about>.part6 .banner7 .part:hover h3 { color:#fff;}
.about>.part7 { padding-bottom:120px; background-color:#f9f9f9; overflow:auto;}
.about>.part7>img { display:block; padding:80px 0 70px; margin:0 auto;}
.about>.part7 .main {width:1200px; margin:0 auto;}
.about>.part7 .main .left { width:636px; padding-top:36px;}
.about>.part7 .main .left .img_box { width:644px; overflow:hidden;}
.about>.part7 .main .left .img_box .img_zone  { margin-bottom:20px;}
.about>.part7 .main .left .img_box .img_zone img { margin:0 3px; cursor:pointer;}
.about>.part7 .main .left .img_box .btn { width:100%;  height:6px; border-top:1px solid #b1b1b1; position:relative; margin-bottom:30px;}
.about>.part7 .main .left .img_box .btn span { width:60px; height:6px; background-color:#d0d0d0; position:absolute; bottom:3px; cursor:pointer;}
.about>.part7 .main .left h3 { background:url(../images/red_ang.png) no-repeat right; font-family:宋体; font-size:14px; text-align:right; padding-right:18px; font-weight:bold; margin:0 0 8px;}
.about>.part7 .main .left p { width:540px; font-family:宋体; font-size:12px; line-height:18px; color:#595757; text-align:right; float:right; margin-right:18px;}
.about>.part7 .main .right { float:right;}


/*品牌资讯*/
.ppzx {}
.ppzx_top img { width:100%;}
.ppzx_main .ppzx_content{ width:1140px; margin:0 auto; overflow:auto; padding-top:95px;}
.ppzx_main .ppzx_content .left { width:814px;}
.ppzx_main .ppzx_content .left .part { width:740px; overflow:auto; border-bottom:1px solid #eaeaea; margin-bottom:24px; cursor:pointer;}
.ppzx_main .ppzx_content .left .last { border-bottom:none;}
.ppzx_main .ppzx_content .left .part div { float:left;}
.ppzx_main .ppzx_content .left .part .date { width:65px;}
.ppzx_main .ppzx_content .left .part .date h3 { font-family:Myriad Pro; line-height:60px; font-weight:bold; font-size:60px; color:#c9caca; border-bottom:1px solid #c9caca;}
.ppzx_main .ppzx_content .left .part .date p { color:#c9caca; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:24px;}
.ppzx_main .ppzx_content .left .part .date p span { float:right;}
.ppzx_main .ppzx_content .left .part .part_main { width:640px; float:right;}
.ppzx_main .ppzx_content .left .part .part_main>img { width:100%;}
.ppzx_main .ppzx_content .left .part .part_main h3 { font-size:24px; line-height:40px; margin-top:20px; margin-bottom:30px;}
.ppzx_main .ppzx_content .left .part .part_main h3 img { margin-right:18px;}
.ppzx_main .ppzx_content .left .part .part_main p { font-size:14px; line-height:28px; font-family:宋体; color:#727171;}
.ppzx_main .ppzx_content .left .part .part_main h4 { color:#3f3a39; font-size:14px; line-height:28px; font-family:宋体; font-weight:bold; text-align:right; margin-top:5px; cursor:pointer; margin-bottom:60px;}
.ppzx_main .ppzx_content .right { float:right; width:294px;}
.ppzx_main .ppzx_content .ppzx_banner_box { position:relative;}
.ppzx_main .ppzx_content .ppzx_banner_box p { position:absolute; top:10px; font-family:宋体; font-size:18px; color:#fff; width:96%; padding:0 2%;  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.ppzx_main .ppzx_content .ppzx_banner_box p span { cursor:pointer;}
.ppzx_main .ppzx_content .ppzx_banner_box p .span1 { float:right;}
.ppzx_main .ppzx_content .right .content h3 { font-size:18px; border-left:4px solid #de0000; text-indent:3px; margin:24px 0 16px;}
.ppzx_main .ppzx_content .right .content p { font-family:宋体; font-size:14px; line-height:40px; border-top:1px solid #eaeaea; cursor:pointer;}
.ppzx_main .ppzx_content .right .content p span { float:right;}
.ppzx_main .ppzx_content .right .content p:hover { text-decoration:underline; color:#de0000;}
.ppzx_main .ppzx_content .right .content .active { text-decoration:underline; color:#de0000;}

.ppzx_detail { position:fixed; top:0; left:0; height:100%; width:100%; background:url(../images/bg_000_50.png) repeat; display:none; z-index:1;}
.ppzx_detail .main { width:940px; height:470px; background-color:#fff; margin:0 auto; margin-top:100px; padding:70px 15px 50px 35px; position:relative;}
.ppzx_detail .main .left { width:500px;}
.ppzx_detail .main .left .banner_box { widows:100%; border:1px solid #e9e9e9; height:390px; position:relative;}
.ppzx_detail .main .left .banner_box .ppzx_detail_banner { width:485px; margin:0 auto;}
.ppzx_detail .main .left .banner_box .ppzx_detail_banner img { max-width:490px; max-height:385px;}

.ppzx_detail .main .left .banner_box p { position:absolute; top:10px; font-family:宋体; font-size:18px; color:#fff; width:100%; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.ppzx_detail .main .left .banner_box p span { display:block; text-align:center; line-height:45px; cursor:pointer; background:url(../images/bg_000_20.png) repeat; width:25px; height:45px;}
.ppzx_detail .main .left .banner_box p .span1 { float:right;}
.ppzx_detail .main .left>p { text-align:center; font-size:12px; color:#727171; font-family:宋体; margin-top:12px;}
.ppzx_detail .main .right { width:360px; float:right; overflow-y:scroll; height:478px; padding-right:10px;}
.ppzx_detail .main .right h3 { font-size:24px;}
.ppzx_detail .main .right h4 { font-size:12px; font-family:宋体; line-height:24px; overflow:auto; margin-bottom:30px;}
.ppzx_detail .main .right h4 span { float:right;}
.ppzx_detail .main .right p {font-size:14px; font-family:宋体; line-height:28px; color:#727171;}
.ppzx_detail .main .esc { width:40px; height:40px; background-color:#000; color:#fff; line-height:40px; text-align:center; font-size:30px; font-family:宋体; position:absolute; right:-40px; top:0; cursor:pointer;}
.ppzx_detail .main .esc span{
	transition-duration:3s;
	-moz-transition-duration:3s;
	-ms-transition-duration:3s;
	-o-transition-duration:3s;
	-webkit-transition-duration:3s;
    }
.ppzx_detail .main .esc span:hover{ 
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
	}

/*人才资源*/
.inside_top img { width:100%;}
.rczy2 { background-color:#f6f6f6;}
.rczy2 .main { width:880px; margin:0 auto;  border-top:1px solid #acacac; padding:0 0 94px; margin-top:106px;}
.rczy2 .main .part>p { font-size:14px; font-family:宋体; font-weight:bold; line-height:50px; padding:0 10px; border-bottom:1px solid #acacac;}
.rczy2 .main .part>p span { font-weight:normal; float:right; cursor:pointer;}
.rczy2 .main .part .detail {  border-bottom:1px solid #acacac; overflow:auto; display:none;}
.rczy2 .main .part .detail .worker { width:80px; height:90px; background:url(../images/rlzy2-1.png) no-repeat; text-align:center;}
.rczy2 .main .part .detail .worker h3 { font-size:20px; line-height:24px;}
.rczy2 .main .part .detail .worker h4 { font-size:14px; line-height:24px;}
.rczy2 .main .part .detail .right { width:720px; float:right; margin-top:28px; padding-bottom:15px;}
.rczy2 .main .part .detail .right h4 { width:220px; float:left; font-family:楷体; font-size:18px; line-height:24px; margin-bottom:26px;}
.rczy2 .main .part .detail .right h4 span { font-family:宋体; font-size:14px;}
.rczy2 .main .part .detail .right h5 { font-family:宋体; font-size:14px; font-weight:bold; margin:24px 0 10px;}
.rczy2 .main .part .detail .right p { font-family:宋体; font-size:14px; color:#6f6f6f;}
.rczy2 .main .part .detail .right>a>img { float:right; cursor:pointer;}
.rczy2 .main .active>p { display:none;}
.rczy2 .main .active .detail { display:block;}
.rczy2 .main>p { text-align:right; margin-top:60px;}
.rczy2 .main>p span { background-color:#fcfcfa; padding:5px; border:1px solid #d6d2c7; margin:0 3px; cursor:pointer;}
.rczy2 .main>p span:hover, .rczy2 .main>p .active { background-color:#e01d1b; color:#fff; border:1px solid #e01d1b;}
.rczy2 .main>p a { background-color:#fcfcfa; padding:5px; border:1px solid #d6d2c7; margin:0 3px; cursor:pointer;}
.rczy2 .main>p a:hover, .rczy2 .main>p .active { background-color:#e01d1b; color:#fff; border:1px solid #e01d1b;}


/*品牌招商*/
.ppzs { background-color:#f6f6f6; width:100%;}
.ppzs>img { width:100%;}
.ppzs1 { width:868px; margin:0 auto; padding:108px 0 20px;}
.ppzs1 .part { overflow:auto; margin-bottom:88px;}
.ppzs1 .part .left { width:139px;}
.ppzs1 .part .left h3 { font-size:30px;}
.ppzs1 .part .left h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#cfcfcf; text-transform:uppercase;}
.ppzs1 .part .right { width:726px; float:right; border-left:3px solid #000;}
.ppzs1 .part .right p { padding-left:46px; font-family:宋体; font-size:14px; line-height:30px; color:#6f6f6f;}
.ppzs1 .part .right h4 span { display:inline-block; font-family:宋体; font-size:14px; font-weight:bold; border-radius:3px; line-height:38px; border:1px solid #b0b0b0; padding:0 30px; margin-left:46px; margin-top:20px; cursor:pointer;}
.ppzs2 { text-align:center; padding:80px 0 60px;}
.ppzs2 p { font-family:宋体; font-size:12px; line-height:24px; color:#6f6f6f; width:590px; margin:0 auto; text-align:left; margin-top:40px; display:none;}
.ppzs2 .ppzs_h3_banner { height:60px; line-height:60px;}
.ppzs2 .ppzs_h3_banner h3 { font-size:38px; font-family:微软雅黑;  line-height:60px; display:inline-block; margin:0 20px; display:none;}
.ppzs2 .ppzs_h3_banner .span2 { font-size:60px; font-family:宋体;line-height:60px; cursor:pointer; display:inline-block;}
.ppzs2 .ppzs_h3_banner .span1 { font-size:60px; font-family:宋体; line-height:60px; cursor:pointer; display:inline-block;}

.tztc_bottom { overflow:hidden; position:relative; border-top:14px solid #000; display:none;}
.tztc_bottom .tztc_banner { margin-left:-55%; width:210%; }
.tztc_bottom .tztc_banner .img_box { padding:0 2px;}
.tztc_bottom .left { position:absolute; width:15%; left:0; top:0; background:url(../images/bg_000_60.png) repeat;}
.tztc_bottom .right { position:absolute; width:15%; right:0; top:0; background:url(../images/bg_000_60.png) repeat;}

/*联系我们*/
.lxwm { background-color:#f6f6f6;}
.lxwm .main { padding:90px 0 86px;}
.lxwm .main>img { display:block; margin:0 auto;}
.lxwm .main .content { width:735px; margin: 0 auto; border-top:1px solid #000;}
.lxwm .main .content>img { display:block; margin:36px auto;}
.lxwm .main .content input { height:50px; line-height:50px; font-size:16px; text-indent:16px; background:none; border:1px solid #7b7b7b; margin-bottom:18px;}
.lxwm .main .content .in1 { width:49%;}
.lxwm .main .content .in2 { width:100%;}
.lxwm .main .content .right { float:right;}
.lxwm .main .content textarea { line-height:50px; width:100%; height:230px; font-size:16px; text-indent:16px; background:none; border:1px solid #7b7b7b;}
.lxwm .main .content button { display:block; margin:0 auto; font-size:14px; line-height:40px; color:#fff; padding:0 28px; background-color:#de0000; border:none; border-radius:5px; margin-top:40px;}
.lxwm .main .pro{ width:750px; margin:0 auto; padding:50px 0;}
.lxwm .main .pro h3 { font-size:28px; margin:10px 0;}
.lxwm .main .pro h3 span { display:inline-block; width:266px; text-align:justify;}
.lxwm .main .pro p { font-size:16px; padding-left:266px; line-height:28px;}
.lxwm .main .pro p .span1 { font-size:12px; font-weight:bold;}
.lxwm .main .pro p .span2 { font-size:18px; font-weight:bold;}


.zlxz{ background-color:#f6f6f6;}
.zlxz .main { width:1130px; margin:0 auto; padding:50px 0 86px;}
.zlxz .main .top { width:290px; border:1px solid #7b7b7b; margin-left:12px; margin-bottom:10px;}
.zlxz .main .top input { height:38px; line-height:38px; width:234px; font-size:14px; color:#929292; text-indent:16px; background:none; border:none;}
.zlxz .main .top img { cursor:pointer; float:right; padding:10px;}
.zlxz .main .content .part { width:350px; height:214px; float:left; margin:25px 12px; cursor:pointer;}
.zlxz .main .content .part>img { vertical-align:inherit;}
.zlxz .main .content .part:hover .part_t { border:1px solid #CCC;}
.zlxz .main .content .part .part_t { height:150px; background-color:#fff; padding:20px 18px;}
.zlxz .main .content .part .part_t .img_box { height:100px; width:100px;}
.zlxz .main .content .part .part_t .img_box img { width:100px; max-height:100px;}
.zlxz .main .content .part .part_t .right { float:right; width:202px;}
.zlxz .main .content .part .part_t .right h3 { font-size:18px; color:#de0000;}
.zlxz .main .content .part .part_t .right h3 span { font-family:宋体; font-size:14px; color:#000; font-weight:bold;}
.zlxz .main .content .part .part_t .right p { font-size:12px; font-family:宋体; line-height:20px; color:#595757; margin-top:5px;}
.zlxz .main .content .part .part_t>p { font-size:12px; font-family:宋体; text-align:right; font-weight:bold; color:#929292; margin-top:30px;}
.zlxz .main .content .part .part_t>p span { cursor:pointer;}
.zlxz .main .content>p { text-align:right; margin-top:32px; margin-right:12px;}
.zlxz .main .content>p span { background-color:#fcfcfa; font-family:宋体; font-size:12px; color:#595757; padding:5px; border:1px solid #d6d2c7; margin:0 3px; cursor:pointer;}
.zlxz .main .content>p span:hover, .zlxz .main .content>p .active { background-color:#e01d1b; color:#fff; border:1px solid #e01d1b;}
.zlxz .main .content>p a { background-color:#fcfcfa; font-family:宋体; font-size:12px; color:#595757; padding:5px; border:1px solid #d6d2c7; margin:0 3px; cursor:pointer;}
.zlxz .main .content>p a:hover, .zlxz .main .content>p .active { background-color:#e01d1b; color:#fff; border:1px solid #e01d1b;}

.rczy1 { width:1000px; margin:0 auto; padding:70px 0;}
.rczy1 h3 { font-family:"Times New Roman", Times, serif; font-size:60px; color:#ececec; line-height:60px;}
.rczy1 h4 { font-size:22px;}
.rczy1 h5 { font-size:16px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.rczy1 h6 { font-size:16px; color:#e00101; font-weight:bold; margin:20px 0;}
.rczy1 p { color:#595757; font-size:12px; line-height:26px; font-family:宋体;}

.floatbox { width:482px; height:145px; overflow:hidden; position:fixed; left:-442px; top:50%; z-index:10; margin-top:-70px;}
.floatbox div { width:14px; height:145px; overflow:hidden; float:left; background:url(../hui.png); background:rgba(201,201,201,.6); font-size:14px; font-family:"微软雅黑"; padding:13px; line-height:17px; cursor:pointer; color:#a40000;}
.floatbox a { width:145px; height:145px; overflow:hidden; float:left; margin-right:2px; display:block; float:left;}

