@CHARSET "UTF-8";
/*初始化样式*/
.wh{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}

p{margin-bottom: 0;}

.span.bds_more, .bds_tools a{height:30px!important}
.w1920{
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.w1200{
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    position: relative;
}

/*头部样式*/
.head1{
    height: 37px;
    background: #e4e4e4;
    box-shadow: 0px 3px 5px rgba(89,89,89,0.2); 
}
.head1_left p,.head1_right,.head1_right a{
    line-height: 37px;
    font-size: 12px;
    color: #363636;
}
.head2{
    height: 115px;
    box-sizing: border-box;
    padding:30px 0 25px;
}
.head2_right .ttel{
    background: url(/template/default/images/ttel.png) left top no-repeat;
    padding-left: 67px;
    text-align: left;
}
.head2_right .ttel p{
    color: #363636;
    font-size: 16px;
    line-height: 16px;
}
.head2_right .ttel p:nth-of-type(2){
    color: #f67406;
    font-size: 26px;
    line-height: 26px;
    margin-top: 8px;
}


/*热门搜索*/
.search{
    text-align:left;
    width: 1014px;
    height:51px;
    margin:0 auto;
    background:url(/template/default/images/searchbg.png) no-repeat;
    padding:0 53px 0 45px;
    box-sizing: border-box;
}

.hotSearch{width:420px;height:51px;overflow:hidden;}
.hotSearch,.hotSearch a{
    line-height:51px;
    font-weight:normal;
    color: #373737;
    font-size: 14px;
}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
#formsearch{width:265px;float:right;margin-top: 13px;}



.hotSearch a{margin-right:8px;}
#formsearch input{height:27px;line-height:27px;float: left;outline: none;}
#formsearch input#keyword{
    background: #fff;
    border:1px solid #1857a4;
    padding-left:10px;
    color:#b2b2b2;
    width: 211px;
    box-sizing: border-box;
}
#formsearch input#s_btn{
    width:51px;
    text-align:center;
    background-color:#0644a1;
    color:#fff;
    border:none;
    font-size: 14px;
    cursor:pointer;
}


/*导航*/
.mu{margin-top:5px;background-color:#114fac;height: 58px;}
.navs{width:1200px;margin:0 auto;height:58px;box-sizing: border-box;padding-top: 19px;}
.navs li{line-height:22px;height:22px;text-align:center;width: 132px;float:left;position:relative;z-index:999;border-right: 1px solid #3f75ca;}
.navs li:last-of-type{border-right: none;}
.navs li a{display:block;line-height:22px;color:#fff;height:22px;font-size: 15px;}


.navs .sec{height:0;background:#114fac;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:39px;left:0px;}
.navs .sec a{background:#114fac;color:#fff;height:38px;line-height:38px;width:132px;}
.navs .sec a:hover{background:#114fac;text-decoration:none;}



#menu{width:1920px;position:relative;left:50%;margin-left:-960px;background:#114fac;}
.xypg-left-title {
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #114fac
;
  font-weight: bold;
  margin: 0;
}


/* 导航样式 */
.xy-menu {
  width: 1200px;
  margin:0 auto;
}

.xy-menu > li {
  float: left;
  width: 150px;
  position: relative;
}

.xy-menu > li:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 17px;
  content: '';
  opacity: 0;
}

.xy-menu > li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}

.xy-menu > li > a .creat {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 3px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent transparent;
  border-bottom: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.xy-menu .active a {
  color: #fff!important;background: #b99562;
}


.xy-menu .xy-sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  border-top: 2px solid #b99562;
  left: 0;
  top: 47px;
  -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
          box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
  background: #fff;
  padding-bottom: 4px;
  z-index: 9999;
}

.xy-menu .xy-sub-menu > li {
  border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu > li > a {
  display: block;
  line-height: 45px;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 15%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-right: 15%;
}

.xy-menu .xy-sub-menu > li > a:after {
  position: absolute;
  right: 12%;
  top: calc(50% - 3.5px);
  content: '';
  width: 5px;
  height: 7px;
  background: url(/template/default/images/xy-sub-nav-jt.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu > li > a:hover {
  background: #ececec;
  color: #666;
  padding-left: 22%;
}

.xy-menu .xy-sub-menu > li > a:hover:after {
  background-position: 0 0;
}


#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*主体样式*/
#container{width:1000px;margin:0 auto;background:url(/template/default/images/bg2.jpg) 0 0 no-repeat;padding:0 130px;padding-top:21px;}
.container{width:1200px;margin:0 auto;padding: 0;}

/*box1*/
.box1{
    padding:37px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.tit1{
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}
.tit1 h2{
    color: #454545;
    font-size: 30px;
    line-height: 30px;
}
.tit1 p{
    color: #e4e4e4;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 11px 0 7px;
}
.tit1 .tit1line{
    margin:0 auto;
    width: 208px;
    height: 15px;
    background: url(/template/default/images/tit1.png) no-repeat;
    margin-bottom: -8px;
}
.b1_index{
    overflow: hidden;
    margin-top: 26px;
}
.b1_index .tabli ul{
    text-align: center;
    font-size: 0px;
}
.b1_index .tabli li{
    width: 144px;
    margin: 0 16px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background:#1f55bb;
    margin-right: 32px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}
.b1_index .tabli li:last-of-type{
    margin-right: 0;
}

.b1_index .tabli li.cur{
    background: #f67406;
}
.b1_index .b1a{
    overflow: hidden;
}
.b1_index .b1b{height:880px;
    overflow: hidden;
}
.b1_index .b1b .tab{
    display: none;
}
.b1_index .b1b li{
    width: 374px;
    margin-right: 39px;
    margin-top: 30px;
 
    text-align: center;
    float: left;
}

.b1_index .b1b li img{width:374px;/*height:263px;*/display:block;border: 1px solid #efefef;}


.b1_index .b1b li:nth-of-type(3n){
    margin-right: 0;
}
.b1_index .b1b li p{
    margin-top: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}
/* box3 */
.box3{
    background: url(/template/default/images/advbg.png) no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    padding:133px 0 67px;
    width: 1920px;
    left: 50%;
    position: relative;
    margin-left: -960px;
}
.box3 .tit3{
    text-align:center;
    overflow: hidden;
}
.box3 .tit3 p{
    color: #2b2b2b;
    font-size: 50px;
    line-height: 50px;
}
.box3 .tit3 p a{
    color: #f67406;
    font-weight: bold;
}
.box3 .tit3 p span{
    color: #1f55bb;   
}
.b3_index{
    width:100%;
    overflow: hidden;
    margin-top: 31px;
}
.b3_index li{
    height: 294px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-bottom: 38px;
    width: 100%;
}
.b3_index li:last-of-type{margin-bottom: 0;}
.b3_index .b3c1_img{
    width: 429px;
}
.b3_index .b3c1_cen span{
    color: #1f55bb;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.b3_index .b3c1_cen .b3sp1{
    color: #f67406;
}
.b3_index .b3c1_cen p{
    color: #161616;
    font-size: 16px;
    line-height: 30px;
}
.b3_index .b3c1_cen .b3p1{
    color: #c5c5c5;
    font-size: 18px;
    line-height: 44px;
    text-transform: uppercase;
}
.b3_index .b3c1_cen .b3lin3{
    width: 116px;
    height: 1px;
    background: #f67406;
    margin-bottom: 8px;
}
.b3_index li:first-of-type .b3c1_cen{
    width: 370px;
    margin: 61px 0 0 287px;
    float: left;
    text-align: left;
}
.b3_index li:first-of-type .b3c1_img{
    float: right;
    margin: 23px 18px 0 0;
}
.b3_index li:first-of-type .b3lin3,.b3_index li:nth-of-type(3) .b3lin3{
    float: left;
}
.b3_index li:first-of-type p,.b3_index li:nth-of-type(3) p{
    float: left;
    width: 100%;
}
.b3_index li:nth-of-type(2) .b3c1_img{
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.b3_index li:nth-of-type(2) .b3c1_cen{
    width: 434px;
    float: right;
    margin: 61px 292px 0 0;
    text-align: right;
}
.b3_index li:nth-of-type(2) .b3lin3,.b3_index li:nth-of-type(4) .b3lin3{
    float: right;
}
.b3_index li:nth-of-type(2) p,.b3_index li:nth-of-type(4) p{
    float: right;
    width: 100%;
}
.b3_index li:nth-of-type(3) .b3c1_img{
    float: right;
    margin:8px 36px 0 0;
    width: 389px;
}

.b3_index li:nth-of-type(3) .b3c1_cen{
    width: 464px;
    margin: 61px 0 0 287px;
    float: left;
    text-align: left;
}

.b3_index li:nth-of-type(4) .b3c1_img{
    float: left;
    margin:20px 0 0 40px;
}
.b3_index li:nth-of-type(4) .b3c1_cen{
    float: right;
    margin: 61px 292px 0 0;
    text-align: right;
    width: 418px;
}

/* box4 */
.box4{
    padding:50px 0 84px;
    overflow: hidden;
    box-sizing: border-box;
}
.b4_index{
    margin-top: 44px;
    overflow: hidden;
    position: relative;
}
.b4_index .bd{
    width: 1079px;
    overflow: hidden;
    margin:0 auto;
}
.b4_index .bd li{
    width: 349px !important;
    height: 292px;
    border:1px solid #d1d1d1;
    box-sizing: border-box;
    padding:9px 9px 20px 9px;
    text-align: center;
    margin-right: 15px;
}

.b4_index .bd li p{
    margin-top: 20px;
    color: #373737;
    font-size: 16px;
    line-height: 16px;
}

.b4_index .bd li img{width:100%}
.b4_index .hd .prev{
    float: left;
    margin-top: 95px;
}
.b4_index .hd .next{
    float: right;
    margin-top: 95px;
}
/* box5 */
.box5{
    overflow: hidden;
    background: url(/template/default/images/abbg.png) no-repeat;
    box-sizing: border-box;
    padding:63px 0;
    width: 1920px;
    left: 50%;
    position: relative;
    margin-left: -960px;
}
.b5c1_left{
    width: 568px;
    margin-left: 32px;
}
.abtit{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.b5c1_left h2{
    color: #1f55bb;
    font-size: 35px;
    line-height: 57px;
}
.abtit .abline{
    width: 79px;
    height: 5px;
    background: #f67406;
    margin-bottom: -2px;
}
.b5c1_left p{
    color: #1d1d1d;
    font-size: 14px;
    line-height: 30px;
}
.b5c1_left .abtitp{
    color: #e2e2e2;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
}

.abtel{
    background: url(/template/default/images/abtel.png) left center no-repeat;
    padding-left:52px; 
    height: 70px;
    margin-top: 20px;
}
.abtel p{
    color: #262626;
    font-size: 16px;
    line-height: 57px;
}
.abtel p a{
    color: #1f55bb;
    font-size: 35px;
    font-weight: bold;
}
.b5c1_right{
    width: 555px;
}




.article { height:110px;}
.article h2{ text-align:center; line-height:100%; font-size:32px; color:#044597;font-weight:bold;}
.article h2 span{ display: block; color: #666; font-size:20px; line-height: 100%; padding:20px 0 25px 0; font-weight:normal; background:url(/template/default/images/h2_bg.png) no-repeat center;}

.scbz {height:800px;}
.scbz .article p.p_title i {background: #f3f3f3;}
.scbz .article p.p_title em {font-weight: bold;}
.scbz .article p.p_title span {background: url(/template/default/images/artbg02.jpg) no-repeat center;}

.scbz .scbz_con {padding: 30px 0;}
.scbz .scbz_con dl {width:310px;height: 320px;padding-right: 50px;background: url(/template/default/images/scbzjt01.png) no-repeat 272px 130px;float: left;margin-bottom: 30px;}
.scbz .scbz_con dl.cl4 {padding-right: 0;background: no-repeat;margin-bottom: 0;width:260px;}
.scbz .scbz_con dl dt {width: 310px;height: 260px;}
.scbz .scbz_con dl dd {width: 310px;height: 60px;text-align:center; line-height: 60px;position: relative;font-size: 20px;color: #333;}
.scbz .scbz_con dl dd a {color: #333;}
.scbz .scbz_con dl dd span {font-size: 42px;font-weight: bold;color: #999;display: inline-block;vertical-align: middle;margin-right: 10px;}
.scbz .scbz_con dl dd i {display: inline-block;vertical-align: middle;}
.scbz .scbz_con dl.dl5 ,.scbz .scbz_con dl.dl6 ,.scbz .scbz_con dl.dl7 ,.scbz .scbz_con dl.dl8 {float: right;background: url(/template/default/images/scbzjt03.png) no-repeat 272px 130px;}
.scbz .scbz_con dl.dl5 {padding-right: 0;background: url(/template/default/images/scbzjt02.png) no-repeat right top;padding-top: 30px;}
.scbz .scbz_con dl:nth-child(4n){padding-right:0;width:260px;}







/* box6 */
.box6{
    overflow: hidden;
    padding:76px 0 20px;
}
.b6_index{
    overflow: hidden;
    padding-top: 22px;
}

.newstit{
    width: 100%;
    margin-bottom: 19px;
    overflow: hidden;
}
.newstit span{
    color: #2d2d2d;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
}
.newstit a span{
    color: #a1a2a2;
    text-transform: uppercase;
    font-size: 15px;
}
.b6c1_left{
    width: 772px;
    margin-left: 9px;
    overflow: hidden;
}

.news_left{
    width: 291px;
} 
.news_right{
    width: 463px;
}
.news_right li{
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding:30px 0 26px;
    overflow: hidden;
}
.news_right li .newsin_left{
    width: 85px;
    overflow: hidden;
    text-align: right;
}

.news_right li .newsin_left p{
    color: #2d2d2d;
    font-size: 33px;
    line-height: 33px;
}
.news_right li .newsin_left p:last-of-type{
    color: #494949;
    font-size: 18px;
}
.newsin_right{
    width: 335px; 
    text-align: left;  
}
.newsin_right p{
    color: #575757;
    font-family: "宋体";
    font-size: 15px;
    line-height: 25px;
}
.newsin_right p:first-of-type{
    color: #000000;
    font-size: 16.5px;
    font-family: "微软雅黑";
    margin-bottom: 13px;
    line-height: 16.5px;
}

.b6c1_right{
    width: 340px;
    margin-right: 12px;
}
.b6c1_right .news_bot{
    width: 305px;
    margin-top: 27px;
}
.b6c1_right .news_bot li{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-top: 30px;
}
.b6c1_right .news_bot li:last-of-type{
    border-bottom: none;
}
.b6c1_right .news_bot li .newsin_left1{
    width: 33px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000000;
    font-size: 16px;
    background: #ececec;
}
.b6c1_right .news_bot li .newsin_right1{
    width: 267px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}















/*首页新闻*/
.news_company{width:312px;padding-right:7px;}
.news_company .content{padding:5px;}
.news2_company{margin-top:10px;}

/*首页左侧联系千赢国际*/
.contact{width:236px;padding-left:8px;margin-top:13px;height:273px;overflow:hidden;}
.contact .content{padding:3px 15px;}

/*产品推荐*/
.recommend_product{width:732px;margin-top:12px;padding-right:7px;height:265px;overflow:hidden;}
.recommend_product .content{padding-top:30px;padding-bottom:15px;}
.roll_product li{padding-bottom:0px;}

/*首页区域*/
.region{width:1200px;margin:0 auto;border:1px solid #e0e1dc;padding:10px;margin-top:20px;color:#333;}
.region h3{height:30px;padding-left:10px;position:relative;font:bold 14px/30px '微软雅黑';border-bottom:1px dotted #918F8C;border-top:1px dotted #918F8C;background-color:#F0F1F0;}
.more_region{position:absolute;right:10px;line-height:30px;top:0;font-weight:normal;font-size:12px;}
.region .item{padding:10px;padding-bottom:0;color:#666;}
.region .item a{color:#666;padding-left:12px;padding-right:12px;line-height:26px;margin-bottom:6px;}
.region .item a:hover{text-decoration:underline;color:#df2525;}

.city h2{line-height:30px;border-bottom:2px solid #114fac;padding-left:5px;font-size:15px;}
.city .item{line-height:28px;padding:10px;}







/*友情链接*/
.f_link{width:1200px;margin:0 auto;margin-bottom:40px;line-height:24px;font-size:14px;color:#666;}
.f_link a{color:#666;}

/*页面底部*/
.fnav{
    background: url(/template/default/images/fnavbg.png) no-repeat;margin-top:30px;
}
.fnav li{float:left;margin:0 33px;}
.fnav a{
    line-height: 55px;
    text-align:center;
    color: #ffffff;
    font-size: 15px;
    
}
.fnav li:first-of-type{
    margin-left: 62px;
}
.foot{
    overflow: hidden;
    padding: 38px 0 79px;
    background: url(/template/default/images/footbg.png) no-repeat;
    width: 1920px;
    left: 50%;
    position: relative;
    margin-left: -960px;
}
.foot_left{
    width: 405px;
    padding-left: 62px;
}
.foot_left .ewm{
    margin-top: 4px;
}
.ewm img:first-of-type{
    margin-right: 14px;
}
.foot_mid{
    margin-left: 45px;
    width:345px;padding-left:72px;
}
.foot_mid p{
    color: #1c1c1c;
    font-size: 14px;
    line-height: 26px;
}
.foot_mid p:first-of-type{
    font-weight: bold;
}
.foot_right{
    margin-left: 80px;
    width: 308px;
}
.foot_right div,.foot_right a,.foot_right p{
    color: #1c1c1c;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}





#footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#114fac;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}



/*------------内页-------------------*/
.left{width:236px;padding-left:7px;}
.sort_menu{background:#FFF;}
.sort_menu h3{background:url(/template/default/images/sort_top.jpg) 0 0 no-repeat;}
.sort_product{background:#FFF;}
.sort_product h3{background:url(/template/default/images/sort_top.jpg) 0 0 no-repeat;}
.sort_news{background:#FFF;}
.sort_news h3{background:url(/template/default/images/sort_top.jpg) 0 0 no-repeat;}
.sort_job{background:#FFF;}
.sort_job h3{background:url(/template/default/images/sort_top.jpg) 0 0 no-repeat;}

.n_contact{margin-top:13px;border:1px solid #dadada;background:#eeeeee;}
.n_contact h3{}
.n_contact .content{padding:3px 15px;}

.right{width:730px;padding-right:9px;}
.sitemp{line-height:28px;height:28px;overflow:hidden;padding-right:10px;background:url(/template/default/images/list_dot2.gif) 8px 50% no-repeat;}
.sitemp h2{float:left;height:28px;font:bold 14px/28px 'Microsoft Yahei';color:#2f507b;text-indent:27px;}
.sitemp .site{float:right;text-align:right;line-height:28px;}

.right .content{padding:10px;padding-top:15px;}

.xypg-right-content .content{margin-top:10px;}<!--耗时1770164843.4315秒-->