*{
    padding: 0;
    margin: 0;
    /*color: #666;*/
}
html{
    font-size: 14px;
}
body{
    max-width: 1920px;
    min-width: 1245px;
    margin: 0 auto;
    background: #fff;
    font-family: arial, "Microsoft Yahei", 微软雅黑;
    /*font-family: NSimSun;*/
    position: relative;
}
.clear{
    clear: both;
}
a{
    text-decoration: none;
    color: #fff;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
#main{
    width: 1205px;
    padding: 0 20px;
    margin: 0 auto;
    /*background: yellow;*/
}
.nav{
    width: 1245px;
    height: 82px;
    margin: auto;
    font-size:14px;
}
.logo{
    width: 424px;
    height: 53px;
    position: relative;
    top:15px;
}
.nav_text{
    width: 800px;
    height: 30px;
    float: right;
    margin-top: -6px;
}
.nav_ul{
    width: 100%;
    height: 100%;
}
.nav_ul li{
    height: 100%;
    float: left;
    display: inline-block;
    padding: 0 11px;
    margin-left: 16px;
}
.nav_ul li a{
    color: #666;
}
.nav_ul li:hover{
    border-bottom: 5px solid #62c3d0;
}
/*.nav_ul li:hover a{*/
    /*color: #62c3d0;*/
/*}*/
.nav_active{
    border-bottom: 5px solid #62c3d0;
}
.nav_text .nav_ul .nav_active a{
    color: #62c3d0;
}
.banner_bg_div{
    width: 100%;
    height: 400px;
    background: url("/Content/Images/head_bg4.jpg") no-repeat;
    background-size: cover;
}
.item_list{
    width: 100%;
    height: 323px;
    padding-top: 40px;
}
.item_list_title{
    width: 100%;
    font-size: 24px;
    border-left: 4px solid #62c3d0;
    padding-left: 10px;
    font-weight: bold;
    font-family: "新宋体";
}
.item_list_content{
    /*margin-top: 43px;*/
}
.item_list_left,.item_list_right{
    float: left;
}
.item_list_right{
    width: 652px;
    height: 272px;
    margin-left: 50px;
}
.item_list_right_top{
    width: 100%;
    height: 47px;
    margin-bottom: 20px;
}
.icon1{
    display: inline-block;
    width: 56px;
    height: 50px;
    background: url("/Content/Images/hand.jpg") no-repeat;
    background-size: cover;
    margin-right: 20px;
    float:left;
}
.item_list_right_top p{
    display: inline-block;
    font-size: 16px;
}

.item_list_right_top_desc{
    display: inline-block;
    font-size: 16px;
    float:left;
    margin-top:15px;
}
.item_list_right_bottom{
    width: 100%;
    height: 95px;
    margin-top:30px;
}
.icon2{
    display: inline-block;
    width: 56px;
    height: 44px;
    background: url("/Content/Images/图层-6.png") no-repeat;
    background-size: 100%;
    margin-right: 20px;
    position: relative;

    float:left;
}
.item_list_right_bottom ul{
    display: inline-block;
    position: relative;
    /*top:24px;*/
    left: 17px;
}
.item_list_right_bottom ul li{
    list-style: square;
    margin-top: 12px;
    font-size: 16px;
}
.item_list_right_bottom ul li:first-child{
    margin-top: 0;
}
.tonghang{
    float: right;
    margin-top: 37px;
    font-size: 16px;
}
.product{
    width: 100%;
    height: 243px;
    padding-top: 40px;
    /*position: relative;*/
}
.product .item_list_title{

}
.product_div{
    margin-top: 45px;
    height: 134px;
    /*background: yellow;*/
}
.item_product{
    margin-left: 75px;
    float: left;
    /*background: black;*/
    text-align: center;
}
.product_top_text{
    font-size: 18px;
}
.product_icon{
    width: 54px;
    height: 54px;
    margin: 10px auto;
    margin-bottom: 10px;
}
.item_product:hover .product_top_text{
    color: #62c3d0;
}
.item_product:hover .product_bottom_text{
    color: #62c3d0;
}
.product_icon1{
     background: url("/Content/Images/producticon1.jpg") no-repeat;
     background-size: 100%;
 }
.product_icon2{
    background: url("/Content/Images/producticon5.jpg") no-repeat;
    background-size: 100%;
}
.product_icon3{
    background: url("/Content/Images/producticon4.jpg") no-repeat;
    background-size: 100%;
}
.product_icon4{
    background: url("/Content/Images/producticon3.jpg") no-repeat;
    background-size: 100%;
}
.product_icon5{
    background: url("/Content/Images/producticon2.jpg") no-repeat;
    background-size: 100%;
}
.product_bottom_text{
    font-size: 12px;
}
.item_product1{
    width: 117px;
}
.item_product2{
    width: 180px;
}
.item_product3{
    width: 115px;
}
.item_product4{
    width: 115px;
}
.item_product5{
    width: 115px;
}
.product_bg{
    height: 283px;
    width: 100%;
    background: #fafafa;
    position: absolute;
    z-index: -1;
    left: 0;
    margin-top: -40px;
}
.sell{
    height:365px;
    width: 100%;
    /*background: yellow;*/
    padding-top: 40px;
}
.sell_content{
    width: 1116px;
    padding-left: 89px;
    margin-top: 40px;
}
.sell_content_left{
    width: 534px;
    float: left;
}
.sell_content_left_title{
    font-size: 18px;
}
.sell_content_left_text {
    font-size: 12px;
    text-indent: 2em;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.item_feature1{
    margin-top: 14px;
}
.item_feature{
    font-size: 12px;
    line-height: 20px;
}
.jiantouicon{
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url("/Content/Images/jiantouicon.png") no-repeat;
    margin-right: 10px;
}
.red_text{
    color: red;
}
.item_feature a{
    color: blue;
}
.sell_content_right{
    width: 504px;
    height: 286px;
    float: left;
    margin-left: 45px;
}
.business{
    width: 100%;
    height: 325px;
}
.business_content{
    width: 100%;
    margin-top: 43px;
}
.business_contents{
    width: 760px;
    height: 220px;
    margin: 0 auto;
}
.item_business_div{
    width: 183px;
    height: 220px;
    margin-left: 105px;
    float: left;
    text-align: center;
}
.item_business_div:first-child{
    margin-left: 0;
}
.business_img{
    width: 180px;
    height: 180px;
}
.business_img:hover .menban{
    display: block;
}
.menban{
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: rgba(245, 245, 245, 0.7);
    text-align: center;
    display: none;
}
.menban p{
    position: relative;
    top:60px;
    color: #000;
}
.business_img2 .menban{
    position: relative;
}
.business_img3 .menban{
    position: relative;
    top:4px;
}
.business_img1{
    background: url("/Content/Images/97_1_1.jpg") no-repeat;
    background-size: cover;
    border-radius:50%;
}
.business_img2{
    background: url("/Content/Images/86_1_1.jpg") no-repeat;
    background-size: cover;
    border-radius:50%;
}
.business_img3{
    background: url("/Content/Images/85_1_1.jpg") no-repeat;
    background-size: cover;
    border-radius:50%;
}
.business_img_text{
    font-size: 18px;
    margin-top: 13px;
    color:#666;
}
.user_evaluation{
    width: 100%;
}
.user_evaluation_content{
    width: 877px;
    height: 210px;
    /*background: yellow;*/
    margin: 45px auto;
    box-shadow: 1px 1px 3px #999;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.user_evaluation_navicon a{
    display: block;
    width: 100%;
    height: 100%;
}
.user_evaluation_navicon{
    width: 21px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
}
.user_evaluation_left_icon{
    background: url("/Content/Images/zuoicon.png") no-repeat;
}
.user_evaluation_right_icon{
    background: url("/Content/Images/youicon.png") no-repeat;
    right: 0;
}
.user_evaluation_content_textdiv{
    width: 580px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    top:80px;
}
.user_evaluation_content_div{
    width: 877px;
    height: 100%;
    float: left;
}
.user_evaluation_content_maxdiv{
    width: 2631px;
    height: 100%;
}
.inscribe{
    position: absolute;
    right: -100px;
    top:70px;
}
.cooperation{
    width: 100%;
    height: 550px;
    background: url("/Content/Images/bg.png") no-repeat 0 0;
    /*background-size: 100%;*/
    /*float: left;*/
    margin-top: -100px;
}
.cooperation_content{
    width: 918px;
    height: 420px;
    margin: 0 auto;
    /*background: url("/Content/Images/合作公司.png")no-repeat;*/
    position: relative;
    top:88px;
}
.cooperation_a_div{
    width: 910px;
    height: 320px;
    position: relative;
    top: 94px;
    left: 4px;
}
.cooperation_a_div ul li{

}
.cooperation_a_div ul li a{
    display: inline-block;
    width: 155px;
    height: 85px;
    overflow: hidden;
    margin-top: 2.5px;
    margin: 0 auto;
}
.cooperation_a_div ul li a img{
    transition: 3s all;
}
    .cooperation_a_div ul li a:hover img{
    width: 155px;
    height: 85px;
}
.paiming_text{
    width: 212px;
    height: 64px;
    background: url("/Content/Images/paiming.png") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -106px;
}
/*.cooperation_a_div ul .cooperation_a1{*/
    /*background: url("/Content/Images/gongsi1.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a2{*/
    /*background: url("/Content/Images/gongsi2.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a3{*/
    /*background: url("/Content/Images/gongsi3.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a4{*/
    /*background: url("/Content/Images/gongsi4.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a5{*/
    /*background: url("/Content/Images/gongsi5.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a6{*/
    /*background: url("/Content/Images/gongsi6.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a7{*/
    /*background: url("/Content/Images/gongsi7.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a8{*/
    /*background: url("/Content/Images/gongsi8.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a9{*/
    /*background: url("/Content/Images/gongsi9.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a10{*/
    /*background: url("/Content/Images/gongsi10.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a11{*/
    /*background: url("/Content/Images/gongsi11.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a12{*/
    /*background: url("/Content/Images/gongsi12.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a13{*/
    /*background: url("/Content/Images/gongsi13.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a14{*/
    /*background: url("/Content/Images/gongsi14.png")no-repeat;*/
/*}*/
/*.cooperation_a_div ul .cooperation_a15{*/
    /*background: url("/Content/Images/gongsi15.png")no-repeat;*/
/*}*/
.cooperation_a_div ul li{
    float: left;
    margin-left: 33px;
    margin-top: 40px;
    width: 155px;
    height: 85px;
    text-align: center;
}
.cooperation_a_div ul li:nth-child(5n+1){
    margin-left: 0;
}
.cooperation_a_div ul li:nth-child(1){
    margin-top: 0;
}
.cooperation_a_div ul li:nth-child(2){
    margin-top: 0;
}
.cooperation_a_div ul li:nth-child(3){
    margin-top: 0;
}
.cooperation_a_div ul li:nth-child(4){
    margin-top: 0;
}
.cooperation_a_div ul li:nth-child(5){
    margin-top: 0;
}
.cooperation_a_div ul li:nth-child(6){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(7){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(8){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(9){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(10){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(11){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(12){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(13){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(14){
    margin-top: 37px;
}
.cooperation_a_div ul li:nth-child(15){
    margin-top: 37px;
}
.footer{
    width: 100%;
    height: 255px;
    background: #f5f5f5;
    margin-top: 40px;
}
.footer_content{
    /*width: 1205px;*/
    height: 180px;
    margin: 0 auto;
    position: relative;
    top:34px;
    margin-left:220px;
}
.footer_content ul li a:hover{
    color: #007aff;
}
.footer_content ul {
    float: left;
    margin-left: 100px;
}
.footer_content ul:first-child{
    margin-left: 0;
}
.footer_content ul li{
    margin-bottom: 12px;
}
.footer_content ul li:first-child{
    margin-bottom: 0;
}
.footer_content ul li a{
    color: #333;
    font-size: 14px;
}
.footer_title{
    display: inline-block;
    font-size: 18px !important;
    margin-bottom: 28px;
    color: #000;
}
.erweima{
    width: 145px;
    height: 122px;
    /*background: yellow;*/
    float: right;
}
.erweima span{
    font-size: 18px;
}
.erweima_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url("/Content/Images/erweima.png") no-repeat;
    background-size: 100%;
}
.footer_bottom{
    width: 100%;
    height: 74px;
    background: #e6e6e6;
    text-align: center;
}
.footer_bottom p{
    position: relative;
    top:25px;
    font-size: 12px;
}
.guanyu_active{
    color: #999 !important;
}
.hangyixian_nav_slide a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
}
.hangyixian_nav_slide_active a{
    color: #fff;
}
.banner_nav ul li a{
    color: #666;
}