﻿@charset "utf-8";

/* CSS Document */

*{ margin:0px; padding:0px; }

body{ font-size:12px; font-family:"微软雅黑"; color:#525252; background:#fff;}

a { text-decoration:none;  outline:none; transition:all 0.2s; } 

a:hover{ text-decoration:none; }

.ma{ width:32px; height:32px; position:relative;}
.ma:hover .ma_er{ display:block;transition:all 0.3s;}
.ma_img{ width:32px; height:32px;}
.ma_er{ width:100px; height:100px; background-color:#02a1bf;  position:absolute; bottom:45px; left:-44px; display:none;}


img{ border:0;}

table{ margin:auto;}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/*定义新型浏览器特性*/

::-webkit-scrollbar{width:0px;height:10px}

::-webkit-scrollbar-button:vertical{display:none}

::-webkit-scrollbar-track:vertical{background-color:black}

::-webkit-scrollbar-track-piece{background:#e6e6e6}

::-webkit-scrollbar-thumb:vertical{background-color:#164a8e;}

::-webkit-scrollbar-thumb:vertical:hover{background-color:#164a8e}

::-webkit-scrollbar-corner:vertical{background-color:#164a8e}

::-webkit-scrollbar-resizer:vertical{background-color:#164a8e;}



.clear{ width:100%; height:0; font-size:0; line-height:0; clear:both;}



/*分页样式*/

.page_list{height:21px;line-height:21px;text-align:center;letter-spacing:0;font-size:14px; width:100%; float:left; margin: auto;}

.page_list a{display:inline-block; height:24px; margin-right:5px; font-size:12px; color:#585858; text-align: center; line-height:24px; padding:0px 10px; border-radius:4px; border:1px solid #dddddd; background-color:#f5f5f5;}

.page_list a:hover{ color:#fff; border:1px solid #2d3b7c; background-color:#2d3b7c; }

.page_list a.on{ color:#fff; border:1px solid #2d3b7c; background-color:#2d3b7c;}





/*内容分页*/

.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-size:12px; width:100%; float:left;}

.contPage a{display:inline-block;color:#06257a;text-align:center;text-decoration:none; padding-left:8px; padding-right:8px; border-radius:4px; behavior:url(css3.htc); background:#fff; margin-right:3px; border:1px solid #06257a;}

.contPage a:hover{color:#fff;background:#06257a; border:1px solid #06257a;}

.contPage a.on{color:#fff;background:#06257a; border:1px solid #06257a;}



 

/*头部*/

.header{ width:100%; height:113px; background-color:#fff;}

.head{ width:1200px; height:113px; margin:auto; position:relative;}

.head_logo{ float:left; height:113px;}

.head_logo img{ padding-top:19px; cursor:pointer;}

.head_right{ float:right; height:113px; line-height:113px;}

.head_right a{ font-size:16px; color:#164a8e; cursor:pointer;}

.head_right span{ padding:0px 10px; color:#d0d0d0;}

.head_right a.head_right_a{ font-size:16px; color:#318530; background:url(../images/work_06.png) no-repeat left; padding-left:28px;}





/*导航*/

.nav_warp{ width:100%; height:50px; background-color:#2d3b7c;}
.nav{ width:1200px;height:50px; margin:auto;}
.nav_1{ float:left; height:50px; position:relative;}
.nav_1 a{ display:inline-block; font-size:16px; color:#fff; width:171px; line-height:50px; height:50px; cursor:pointer; text-align: center;  position:relative; z-index:99;}
.nav_1 a:hover{ background-color:#318530; -webkit-transition: all 0.4s ease-in-out;}
.nav_1 a.nav_1_a{ background-color:#318530;}

.nav_11{ float:left; height:50px; position:relative;}
.nav_11 a{ display:inline-block; background-color:#318530; font-size:16px; color:#fff; width:171px; line-height:50px; height:50px; cursor:pointer; text-align: center; position:relative; z-index:99;}
.nav_1_warp{ width:171px; height:auto; overflow:hidden; position:absolute; top:0; z-index:9; padding-top:50px; display:none;}
.nav_1_warp a{ display:block; width:171px;width:171px; background-color:#fff;font-size:16px; color:#363636; text-align: center; height:50px; line-height:50px; cursor:pointer;}
.nav_1_warp a:hover{background-color:#318530; color:#fff; -webkit-transition: all 0.4s ease-in-out;}
.nav_1_warp a.nav_1_warp_a{ background-color:#318530; color:#fff;}





.menu { float:left; height:50px; margin:auto;}

.menu li {float:left; width:171px; height:50px; position:relative; list-style:none;}

.menu li a{ display:block; font-size:16px; color:#fff; line-height:50px; height:50px; cursor:pointer; text-align: center;}  

.menu li a:hover{ background-color:#318530; -webkit-transition: all 0.4s ease-in-out;}

.menu li a.menu_a{ background-color:#318530; -webkit-transition: all 0.4s ease-in-out;}



.submenu li{width:171px; height:50px; list-style:none; }

.submenu li a{ display:block; width:171px; background-color:#fff;font-size:14px; color:#363636; text-align: center; height:50px; line-height:50px; cursor:pointer;}

.submenu li a:hover{background-color:#318530; color:#fff; -webkit-transition: all 0.4s ease-in-out;}

.submenu li a.submenu_a{ background-color:#318530; color:#fff;}



/*banner*/

.n_big{ width:100%; height:230px;}





/*漂浮框*/

.side{position:fixed;width:58px;height:275px;right:10px;top:30%;z-index:100;}

.side ul li{width:58px;height:58px;float:left;position:relative; margin-bottom:2px; list-style:none;}

.side ul li .sidebox{position:absolute;width:58px;height:58px;top:0;right:0;transition:all 0.3s;background:rgba(0,0,0,0.5);color:#fff;font:16px/58px "微软雅黑";overflow:hidden;}

.side ul li .sidetop{width:58px;height:58px;line-height:58px;display:inline-block;background:rgba(0,0,0,0.5);transition:all 0.3s;}

.side ul li .sidetop:hover{background:#318530;opacity:1;filter:Alpha(opacity=100);}

.side ul li img{float:left;}





/*底部*/

.footer{ width:100%; height:285px; background-color:#e9e9e9; margin:auto;}

.foot{ width:1200px; height:260px; padding-top:25px; margin:auto; position:relative;}

.foot_left{ float:left; width:280px; height:260px;}

.foot_1{  width:100%; height:40px; }

.foot_1 a{ display:block; height:40px; line-height:40px; font-size:16px; color:#323232; font-weight:bold; cursor:pointer;}

.foot_1 a:hover{ color:#303e7f; -webkit-transition: all 0.4s ease-in-out;}

.foot_2{ width:100%; height: auto; overflow:hidden; margin-bottom:10px;}

.foot_2 a{ display:block; height:23px; line-height:23px; font-size:14px; color:#323232; cursor:pointer;}

.foot_2 a:hover{color:#303e7f; -webkit-transition: all 0.4s ease-in-out;}

.foot_mid{ float:left; width:330px; height:260px;}

.foot_tel{ float:left; width:435px; height:260px;}

.foot_3{ width:100%; font-size:14px; color:#323232; line-height:23px;}

.foot_logo{ float:right;}

.foot_logo a{ display:block; cursor:pointer; padding-top:20px;}





/*版权*/

.typeright_warp{ width:100%; height:88px; background-color:#333333;}

.typeright{ width:1200px; height:88px; margin:auto;}

.typeright_left{ float:left; font-size:14px; color:#919191; height:60px; line-height:24px; padding-top:18px;}

.typeright_right{ float:right; height:88px;}

.typeright_guan{ float:left; height:88px; line-height:88px; font-size:14px; color:#ffffff; font-weight:bold; margin-right:10px;}

.typeright_wei{ float:right; height:32px; margin-top:28px;}

.typeright_right a{ display: inline-block; width:32px; height:32px; border-radius:100%; background-color:#303e7f; cursor:pointer;}



/*合作厂商*/

.main{ width:1200px; height:auto; margin:auto; overflow:hidden; padding-bottom:30px;}

.dang{ width:1200px; height:90px;}

.dang_left{ float:left; font-size:22px; color:#2b376e; font-weight:bold; height:90px; line-height:90px;}

.dang_left span{ color:#318530;}

.dang_right{ float:right; height:90px; line-height:90px; font-size:16px; color:#717171;}

.dang_right a{ color:#2d3b7c; cursor:pointer;}

.dang_right span{ padding:0px 5px; font-family:"宋体";}

.dang_right a:hover{ color:#2d3b7c; -webkit-transition: all 0.4s ease-in-out;}

.work{ width:1200px; height:auto; overflow:hidden; }

.work ul li{ width:1200px; height:117px; list-style:none; margin-bottom:25px; }

.work ul li a{ display:block; width:1200px; height:117px; position:relative;}

.work ul li a:hover .work_img img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.work ul li a:hover .work_1{ color:#36922f; -webkit-transition: all 0.4s ease-in-out;}



.work_img{ float:left; width:280px; height:115px; overflow:hidden; border:1px solid #ebebeb;}

.work_img img{ width:280px; height:115px;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}

.work_right{ float:right; width:890px; height:117px; position:relative;}

.work_1{ width:100%; font-size:16px; color:#515151; font-weight:bold; height:21px;}

.work_2{ width:100%; height:44px; font-size:14px; color:#878787; line-height:22px; overflow:hidden; margin-top:10px;}

.work_3{ width:100%; position:absolute; bottom:0; font-size:14px; color:#36922f;}





/*新闻详情*/

.xiang_tit{ width:100%; font-size:22px; color:#404040; height:29px; overflow:hidden;}

.xiang_con{ width:1200px; height:auto; overflow:hidden; font-size:16px; color:#404040; line-height:35px; margin-top:35px; padding-bottom:60px; border-bottom:1px solid #dedede;}  

.xiang_next{ width:1200px; height:100px; margin-bottom:85px; margin-top:30px;}

.xiang_next a{  font-size:16px; cursor:pointer; color:#8d8d8d;  width:1200px; height:50px; overflow:hidden;  line-height:50px;}

.xiang_next a:hover{ color:#132c65;-webkit-transition: all 0.4s ease-in-out;}



/*联系我们*/

.map{ width:1198px; height:479px; border:1px solid #bababa;}

.contact{ width:1200px; height:auto; overflow:hidden; margin-top:25px;}

.contact_left{ float:left; width:550px; height:auto; overflow:hidden;}

.contact_tit{ width:100%; height:75px; line-height:75px; font-size:16px; color:#3c3c3c; font-weight:bold;}

.contact_1{ width:460px; height:68px;  font-size:16px; color:#3c3c3c; background:url(../images/contact_08.png) no-repeat left; padding-left:90px; margin-bottom:20px;}
.contact_1 a{ padding-top:10px;}
.contact_2{ width:460px; height:68px; line-height:68px; font-size:16px; color:#3c3c3c; background:url(../images/contact_12.png) no-repeat left; padding-left:90px; margin-bottom:20px;}

.contact_3{ width:460px; height:46px; line-height:23px; padding:11px 0px; font-size:16px; color:#565656; background:url(../images/contact_15.png) no-repeat left; padding-left:90px; margin-bottom:20px;}

.contact_right{ float:right; width:590px; height:auto; overflow:hidden;}

.lian_1{ width:590px; height:auto; overflow:hidden;}

.lian_text{ width:590px; height:50px; border:none; border-bottom:1px solid #f1f1f1; font-size:16px; color:#515151;}

.lian_textarea{ width:590px; height:50px; border:none; border-bottom:1px solid #f1f1f1; font-size:16px; color:#515151; font-family:"微软雅黑"; margin-top:40px;}

.lian_btn{ font-size:14px; color:#fff; border:none; width:130px; height:40px; margin-top:20px; background-color:#44972f;}



/*企业文化*/

.main_left{ float:left; width:280px; height:auto; overflow:hidden; background-color:#f5f5f5;}

.main_tit{ font-size:35px; color:#383838; font-weight:bold; height:46px; margin:auto; width:230px; padding-top:85px;}

.main_en{ width:230px; margin:auto; font-size:24px; color:#a6a6a6; font-weight:bold; height:31px; margin-top:5px;}



.mune{ width:280px; height:auto; overflow:hidden; border-top:1px solid #e4e4e4; margin-top:15px;}

.mune_1{ width:280px; height:auto; overflow:hidden; margin-bottom:3px;}

.mune_1 a{ display:block; font-size:16px; color:#464646; height:57px; line-height:57px; width:255px; padding-left:25px; cursor:pointer;}

.mune_1 a:hover{ color:#fff; background: #2d3b7c url(../images/culture_09.png) no-repeat center;-webkit-transition: all 0.4s ease-in-out;}

.mune_1 a.mune_1_a{color:#fff; background: #2d3b7c url(../images/culture_09.png) no-repeat center}



.mune_1_warp{ width:280px; height:auto; overflow:hidden; margin-top:3px; padding:5px 0px; display:none;}

.mune_1_warp a{ font-size:14px; color:#818181; height:39px; line-height:39px; background:none; cursor:pointer; padding-left:45px; width:235px; overflow:hidden;}

.mune_1_warp a:hover{ color:#2d3b7c ; background: url(../images/culture_13.png) no-repeat left;-webkit-transition: all 0.4s ease-in-out;}

.mune_1_warp a.mune_1_warp_a{ color:#2d3b7c ; background:url(../images/culture_13.png) no-repeat left;}


.mune_1_warp1{ width:280px; height:auto; overflow:hidden; margin-top:3px;  display:none;}
.mune_1_warp1 a{  font-size:14px; color:#818181; height:25px; line-height:25px; background:none; cursor:pointer; padding-left:65px; width:210px; overflow:hidden;}
.mune_1_warp1 a:hover{ color:#2d3b7c ; -webkit-transition: all 0.4s ease-in-out;}
.mune_1_warp1 a.mune_1_warp1_a{ color:#2d3b7c ; }




.main_map{ width:263px; height:114px; border:1px solid #eaeaea; margin-top:5px; cursor:pointer;}



.main_right{ float:right; width:890px; height:auto; overflow:hidden;}

.about_dang{ width:890px; height:90px; line-height:90px; font-size:16px; color:#717171; text-align:right; overflow:hidden;}

.about_dang a{ color:#717171; cursor:pointer;}

.about_dang span{ padding:0px 5px; font-family:"宋体";}

.about_dang a:hover{ color:#2d3b7c; -webkit-transition: all 0.4s ease-in-out;}

.culture_tit{ width:890px; font-size:16px; color:#2d3b7c; font-weight:bold; height:21px;}

.culture_con{ width:890px; height:auto; overflow:hidden; font-size:16px; color:#4b4b4b; line-height:30px; padding-bottom:40px;}



/*关于坤泰*/

.about_img{ width:890px; height:auto; overflow:hidden;}

.about_tit{ width:890px; font-size:16px; color:#2d3b7c; font-weight:bold; height:65px; line-height:65px;}



/*泰坤人力*/

.invite{ width:890px; height:auto; overflow:hidden; margin:auto; margin-bottom:30px;}

.invite ul li{ width:890px; height:auto; overflow:hidden; list-style:none;}

.invite_1{ width:890px; height:54px; background-color:#2d3b7c;}

.invite_1_1{ float:left; width:150px; height:54px; line-height:54px; font-size:16px; color:#fff; text-align:center;}

.invite_1_2{ float:left; width:345px; height:54px; text-align: center; line-height:54px; font-size:16px; color:#fff;}

.invite_1_3{ float:left; width:170px; height:54px; text-align: center; line-height:54px; font-size:16px; color:#fff; }

.invite_1_4{ float:right; width:110px; height:54px; text-align: center; line-height:54px; font-size:16px; color:#fff;}

.invite_2{ width:890px; height:57px; border-bottom:1px dashed #d4d3d3;}

.invite_2_1{ float:left; width:150px; height:57px; line-height:57px; font-size:16px; color:#3f3f3f; text-align:center;}

.invite_2_2{ float:left; width:345px; height:57px; text-align: center; line-height:57px; font-size:16px; color:#3f3f3f;}

.invite_2_3{ float:left; width:170px; height:57px; text-align: center; line-height:57px; font-size:16px; color:#3f3f3f; }

.invite_2_4{ float:right; width:110px; height:57px; text-align: center; line-height:57px; font-size:16px; color:#3f3f3f;}



.invite_con{ width:890px; height:auto; overflow:hidden; background-color:#f4f4f4; padding-top:20px; display:none;}

.invite_con_1{ width:800px; height:auto; overflow:hidden; margin:auto; font-size:14px; color:#484848; line-height:24px; padding-bottom:30px;}

.invite_con_1 span{ font-size:14px; color:#343434; }

.invite_con_2{ width:800px; height:37px; line-height:37px;font-size:14px; color:#318530; margin:auto; margin-bottom:15px;}

.invite_con_2 a{ display:inline-block; font-size:14px; color:#fff; width:130px; height:37px; background-color:#318530; text-align: center; line-height:37px; float:right;}







/*新闻中心*/

.news{ width:890px; height:auto; overflow:hidden; margin-bottom:25px; margin-top:20px; border-bottom:1px solid #e9e9e9;}

.news ul li{ width:890px; height:131px; list-style:none; margin-bottom:25px;}

.news ul li a{ display:block; width:890px; height:125px;}

.news ul li a:hover .news_left{ background-color:#2d3b7c;-webkit-transition: all 0.4s ease-in-out;}

.news ul li a:hover .news_left_1{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}

.news ul li a:hover .news_left_2{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}

.news ul li a:hover .news_tit{ color:#2d3b7c;-webkit-transition: all 0.4s ease-in-out;}



.news_left{ float:left; width:67px; height:78px; background-color:#ebebeb;}

.news_left_1{ width:67px; height:39px; text-align: center; line-height:39px; font-size:22px; color:#2d3b7c; font-family:Arial, Helvetica, sans-serif; padding-top:10px;}

.news_left_2{ width:67px; text-align: center; font-size:12px; color:#494949; font-family:Arial, Helvetica, sans-serif;}

.news_img{ float:left; width:220px; height:115px; border:1px solid #ebebeb; margin-left:20px; padding:4px; overflow:hidden;}



.news_right{ float:right; width:540px; height:125px; position:relative;}

.news_tit{ width:540px; font-size:16px; color:#373737; font-weight:bold; height:21px; overflow:hidden;}

.news_con{ width:540px; height:52px; font-size:14px; color:#888888; line-height:26px; overflow:hidden; margin-top:20px;}

.news_xinag{ width:100%; font-size:14px; color:#2b376e; position:absolute; bottom:0;}





/*产品中心*/

.product{ width:890px; height:auto; overflow:hidden;}

.product ul li{ float:left; width:280px; height:293px; list-style:none; margin-bottom:55px; margin-right:25px;}

.product ul li.product_li{ margin-right:0px;}

.product ul li a{ display:block; width:280px; height:290px;  position:relative;}

.product ul li a:hover{ border-bottom:3px solid #2b376e; -webkit-transition: all 0.4s ease-in-out;}

.product ul li a:hover .product_img img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.product ul li a:hover .product_tit{ color:#2b376e; -webkit-transition: all 0.4s ease-in-out;}



.product_img{ width:280px; height:200px; overflow:hidden;}

.product_img img{ width:280px; height:200px;-moz-transform:scale(1,1);

	-webkit-transform:scale(1,1);

	-o-transform:scale(1,1);

	-ms-transform:scale(1,1);

	transform:scale(1,1);

	-webkit-transition: all 0.4s ease-in;

	-moz-transition: all 0.4s ease-in;

	-o-transition: all 0.4s ease-in;

	-ms-transition: all 0.4s ease-in;

	transition: all 0.4s ease-in;}

.product_tit{ width:280px; font-size:16px; color:#373737; height:35px; line-height:35px; margin-top:10px; overflow:hidden;}

.product_con{ width:280px; height:24px; line-height:24px; overflow:hidden; font-size:14px; color:#a5a5a5;}



/*产品中心详情*/

.detail{ width:890px; height:200px;}

.detail_left{ float:left; width:280px; height:200px;}

.detail_right{ float:right; width:575px; height:200px; position:relative;}

.detail_1{ width:575px; font-size:18px; color:#373737; border-bottom:2px solid #eeeeee; height:40px;}

.detail_2{ width:575px; height:auto; overflow:hidden; font-size:14px; color:#444444; line-height:29px; margin-top:15px;}

.detail_2 span{ font-weight:bold;}

.detail_3{ width:575px; position:absolute; bottom:0; height:35px;}

.detail_3 a{ display:inline-block; font-size:14px; color:#fff; width:130px; height:35px; text-align: center; line-height:35px; margin-right:5px; background-color:#2d3b7c; cursor:pointer;}

.detail_3 a.detail_3_a{ background-color:#318530;}

.detail_tit{ width:890px; height:38px; background-color:#eeeeee; margin-top:30px;}

.detail_tit span{ display:inline-block; font-size:16px; color:#fff; background-color:#2d3b7c; height:38px; line-height:38px; padding:0px 25px;}

.detail_te{ width:890px; font-size:16px; color:#2d3b7c; font-weight:bold; height:45px; line-height:45px; margin-top:15px;}

.detail_con{ width:890px; height:auto; overflow:hidden; font-size:16px; color:#797979; line-height:33px; padding-bottom:40px;}

.detail_con span.detail_con_span{ font-weight:bold; color:#3d3d3d;}





/*banner*/

.big{ width:100%; height:430px; margin:auto;position:relative; overflow:hidden;}

.big .swiper-container {  width: 100%; height: 100%; overflow:hidden; margin:auto;}

.big .swiper-slide{ overflow:hidden; text-align: center;}

.big_div{ width:100%; height:430px;}

.big .pagination{ position:relative; bottom:25px; width: 100%; z-index:100; text-align:center;}

.big .swiper-pagination-bullet { display: inline-block; width:10px;  height:10px;margin:0px 2px; border-radius:100%; cursor: pointer; opacity: 1; background-color:#fff;}

.big .swiper-pagination-bullet-active{ background-color:#2a356d;}



.goods{ width:1200px; height:auto; overflow:hidden; margin:auto;}

.goods_tit{ width:1200px; height:105px; overflow:hidden;}

.goods_1{ float:left; height:105px; line-height:105px; font-size:22px; color:#36922f; font-weight:bold;}

.goods_1 span{ color:#2b376e;}

.goods_right{ float:right; height:105px;}

.goods_mune{ float:left; height:105px;}

.goods_mune a{ display:inline-block; height:105px; line-height:105px; color:#989898; background:url(../images/index_05.jpg) no-repeat left; padding:0px 30px; font-size:14px; cursor:pointer;}

.goods_mune a:hover{ color:#2b376e;-webkit-transition: all 0.4s ease-in-out;}

.goods_mune a.goods_mune_1{ background:none;}

.goods_mune a.goods_mune_a{ color:#2b376e;}

.goods_more{ float:right; height:105px; line-height:105px;}

.goods_more a{ font-size:12px; color:#fff; background-color:#398f36; border-radius:20px; padding:5px 15px;}

.goods_con{ width:1200px; height:293px; overflow:hidden; display:none;}

.goods_list{ width:1200px; height:293px; overflow:hidden;}

.goods_list ul li{ float:left; width:280px; height:293px; list-style:none; margin-bottom:55px; margin-right:26px;}

.goods_list ul li.goods_list_li{ margin-right:0px;}

.goods_list ul li a{ display:block; width:280px; height:290px; border-bottom:3px solid #d6d6d6; position:relative;}

.goods_list ul li a:hover{ border-bottom:3px solid #2b376e; -webkit-transition: all 0.4s ease-in-out;}

.goods_list ul li a:hover .product_img img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.goods_list ul li a:hover .product_tit{ color:#2b376e; -webkit-transition: all 0.4s ease-in-out;}



.two{ width:1200px; height:auto; overflow:hidden; margin:auto; margin-top:45px;}

.two_left{ float:left; width:585px; height:auto; overflow:hidden;}

.two_tit{ width:100%; height:65px; overflow:hidden;}

.two_biao{ float:left; height:65px; line-height:65px; font-size:22px; color:#36922f; font-weight:bold;}

.two_biao span{ color:#2b376e;}

.two_more{ float:right; height:65px; line-height:65px;}

.two_more a{ font-size:12px; color:#fff; background-color:#398f36; border-radius:20px; padding:5px 15px;}

.brief{ width:585px; height:200px;}

.brief a{ display:block; width:585px; height:200px;}

.brief a:hover .brief_left img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.brief_left{ float:left; width:280px; height:200px; overflow:hidden;}

.brief_left img{ width:280px; height:200px;-moz-transform:scale(1,1);

	-webkit-transform:scale(1,1);

	-o-transform:scale(1,1);

	-ms-transform:scale(1,1);

	transform:scale(1,1);

	-webkit-transition: all 0.4s ease-in;

	-moz-transition: all 0.4s ease-in;

	-o-transition: all 0.4s ease-in;

	-ms-transition: all 0.4s ease-in;

	transition: all 0.4s ease-in;}

.brief_right{ float:right; width:290px; height:200px; position:relative;}

.brief_1{ width:275px; font-size:17px; color:#2b376e; font-weight:bold; height:22px;}

.brief_2{ width:275px; font-size:14px; color:#6e6e6e; line-height:25px; height:150px; overflow:hidden; margin-top:8px;}

.brief_3{ width:275px; font-size:14px; color:#36922f; position:absolute; bottom:0;}



.company{ width:585px; height:200px; margin-top:28px;}

.company a{ display:block; width:585px; height:200px;}

.company a:hover .brief_left img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.company_1{ width:275px; font-size:17px; color:#323857; font-weight:bold; height:22px;}

.company_2{ width:275px; font-size:14px; color:#6e6e6e; line-height:20px; height:150px; overflow:hidden; margin-top:10px;}

.company_2 span{ font-size:16px; color:#454545; font-weight:bold;}

.two_right{ float:right; width:585px; height:493px;}



.press{ width:585px; height:auto; overflow:hidden;}

.press ul li{ width:585px; height:125px; list-style:none; margin-bottom:26px;}

.press ul li.press_li{ margin-bottom:0px;}

.press ul li a{ display:block; width:585px; height:125px;}

.press ul li a:hover .press_tit{ color:#2d3b7c;-webkit-transition: all 0.4s ease-in-out;}

.press ul li a:hover .press_img img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.press_img{ float:left; width:220px; height:115px; border:1px solid #ebebeb;padding:4px; overflow:hidden;}

.press_img img{ width:220px; height:115px;-moz-transform:scale(1,1);

	-webkit-transform:scale(1,1);

	-o-transform:scale(1,1);

	-ms-transform:scale(1,1);

	transform:scale(1,1);

	-webkit-transition: all 0.4s ease-in;

	-moz-transition: all 0.4s ease-in;

	-o-transition: all 0.4s ease-in;

	-ms-transition: all 0.4s ease-in;

	transition: all 0.4s ease-in;}

.press_right{ float:right; width:340px; height:125px; position:relative;}

.press_tit{ width:340px; font-size:16px; color:#373737; font-weight:bold; height:21px; overflow:hidden;}

.press_con{ width:340px; height:69px; font-size:14px; color:#888888; line-height:23px; overflow:hidden; margin-top:10px;}

.press_con span{ color:#2b376e;}

.press_ri{ width:100%; font-size:12px; color:#b1b1b1; font-family:Arial, Helvetica, sans-serif; position:absolute; bottom:0;}



.partner{ width:1200px; height:auto; overflow:hidden; margin:auto; margin-top:30px; margin-bottom:25px;}

.partner_tit{ width:1200px; height:65px; line-height:65px; font-size:22px; color:#36922f; font-weight:bold;}

.partner_tit span{ color:#2b376e;}

.partner_list{ width:100%; height:117px; margin:auto;position:relative; overflow:hidden;}

.partner_list .swiper-container {  width: 100%; height: 100%; overflow:hidden; margin:auto;}

.partner_list .swiper-slide{ overflow:hidden; text-align: center;}

.partner_list .swiper-slide img{ width:280px; height:115px; border:1px solid #ebebeb; cursor:pointer;}

.partner_list .swiper-slide:hover img{ border:1px solid #318530;-webkit-transition: all 0.4s ease-in-out;}